diff mbox series

[2/2] CI: add LTS versions for testing

Message ID 20260302160634.41221-2-jon.mason@arm.com
State New
Headers show
Series [1/2] arm/trusted-firmware-a: update LTSes | expand

Commit Message

Jon Mason March 2, 2026, 4:06 p.m. UTC
Add a CI test for the LTS versions of recipes currently supported.
Use fvp-base, since that provides good coverage and is being used for
the latest version testing.

Signed-off-by: Jon Mason <jon.mason@arm.com>
---
 .gitlab-ci.yml       |  2 ++
 ci/lts-revisions.yml | 10 ++++++++++
 2 files changed, 12 insertions(+)
 create mode 100644 ci/lts-revisions.yml
diff mbox series

Patch

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3d2c3e11e5f1..f1a4fdc38240 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 000000000000..2cb7a6bc3411
--- /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.%"