[isar-cip-core][PATCH] .gitlab-ci.yml: Override default release with sid

[email protected] Thu, 23 Jul 2026 10:36:34 +0530
Newsgroups org.cip-project.lists.cip-dev
Message-ID <[email protected]>
From: Shivanand Kunijadar <[email protected]>

By default, the release is set to trixie, pass release as sid to
override it for trixie based test targets.

Signed-off-by: Shivanand Kunijadar <[email protected]>
---
 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5a20ad6..b53def4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -740,6 +740,7 @@ test:qemu-amd64-IEC-sid:
    - .test-cip-core-sid
   variables:
     target: qemu-amd64
+    release: sid
     test_function: IEC
     iec_test_timeout: 40
 
@@ -749,6 +750,7 @@ test:qemu-arm64-IEC-sid:
   needs: ["build:qemu-arm64-base-sid"]
   variables:
     target: qemu-arm64
+    release: sid
     test_function: IEC
     iec_test_timeout: 40
 
@@ -758,6 +760,7 @@ test:qemu-arm-IEC-sid:
   needs: ["build:qemu-arm-base-sid"]
   variables:
     target: qemu-arm
+    release: sid
     test_function: IEC
     iec_test_timeout: 40
 
-- 
2.39.5