diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3d2c3e11..f1a4fdc3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -190,6 +190,8 @@ fvp-base: TESTING: testimage - FIRMWARE: [u-boot, edk2] TESTING: testimage + - LTS: lts-revisions + TESTING: testimage - KERNEL: linux-yocto-dev LATEST: latest-revisions TESTING: testimage diff --git a/ci/lts-revisions.yml b/ci/lts-revisions.yml new file mode 100644 index 00000000..2cb7a6bc --- /dev/null +++ b/ci/lts-revisions.yml @@ -0,0 +1,10 @@ +# yaml-language-server: $schema=https://raw.githubusercontent.com/siemens/kas/master/kas/schema-kas.json + +header: + version: 14 + +local_conf_header: + latest_revisions: | + PREFERRED_VERSION_trusted-firmware-a ?= "2.10.%" + PREFERRED_VERSION_tf-a-tests ?= "2.10.%" + PREFERRED_VERSION_trusted-firmware-m ?= "2.1.%"