diff mbox series

[isar-cip-core,v1,3/3] .gitlab-ci.yml: Add relevant qemu target in 'needs' for test targets

Message ID 20240618161035.1810237-4-Sai.Sathujoda@toshiba-tsip.com (mailing list archive)
State Accepted
Headers show
Series Minor corrections to CIP Core testing | expand

Commit Message

Sai.Sathujoda@toshiba-tsip.com June 18, 2024, 4:10 p.m. UTC
From: sai ashrith sathujoda <sai.sathujoda@toshiba-tsip.com>

Signed-off-by: sai ashrith sathujoda <sai.sathujoda@toshiba-tsip.com>
---
 .gitlab-ci.yml | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b567556..a283429 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -352,7 +352,6 @@  build:qemu-riscv64:
     - if: $CI_PIPELINE_SOURCE == "schedule"
       when: never
     - if: $CI_COMMIT_BRANCH != "master"
-  needs: ["build:qemu-amd64-base","build:qemu-arm64-base","build:qemu-arm-base"]
   tags:
     - small
   allow_failure: true
@@ -370,6 +369,7 @@  build:qemu-riscv64:
 test:qemu-amd64-secure-boot:
   extends:
     - .test-cip-core
+  needs: ["build:qemu-amd64-base"]
   variables:
     target: qemu-amd64
     test_function: secure-boot
@@ -377,6 +377,7 @@  test:qemu-amd64-secure-boot:
 test:qemu-arm64-secure-boot:
   extends:
     - .test-cip-core
+  needs: ["build:qemu-arm64-base"]
   variables:
     target: qemu-arm64
     test_function: secure-boot
@@ -384,6 +385,7 @@  test:qemu-arm64-secure-boot:
 test:qemu-arm-secure-boot:
   extends:
     - .test-cip-core
+  needs: ["build:qemu-arm-base"]
   variables:
     target: qemu-arm
     test_function: secure-boot
@@ -391,6 +393,7 @@  test:qemu-arm-secure-boot:
 test:qemu-amd64-swupdate:
   extends:
     - .test-cip-core
+  needs: ["build:qemu-amd64-base"]
   variables:
     target: qemu-amd64
     test_function: swupdate
@@ -398,6 +401,7 @@  test:qemu-amd64-swupdate:
 test:qemu-arm64-swupdate:
   extends:
     - .test-cip-core
+  needs: ["build:qemu-arm64-base"]
   variables:
     target: qemu-arm64
     test_function: swupdate
@@ -405,6 +409,7 @@  test:qemu-arm64-swupdate:
 test:qemu-arm-swupdate:
   extends:
     - .test-cip-core
+  needs: ["build:qemu-arm-base"]
   variables:
     target: qemu-arm
     test_function: swupdate
@@ -412,6 +417,7 @@  test:qemu-arm-swupdate:
 test:qemu-amd64-swupdate-kernel-panic:
   extends:
     - .test-cip-core
+  needs: ["build:qemu-amd64-base"]
   variables:
     target: qemu-amd64
     test_function: kernel-panic
@@ -419,6 +425,7 @@  test:qemu-amd64-swupdate-kernel-panic:
 test:qemu-amd64-swupdate-initramfs-crash:
   extends:
     - .test-cip-core
+  needs: ["build:qemu-amd64-base"]
   variables:
     target: qemu-amd64
     test_function: initramfs-crash
@@ -426,6 +433,7 @@  test:qemu-amd64-swupdate-initramfs-crash:
 test:qemu-amd64-IEC:
   extends:
    - .test-cip-core
+  needs: ["build:qemu-amd64-base"]
   variables:
     target: qemu-amd64
     test_function: IEC
@@ -433,6 +441,7 @@  test:qemu-amd64-IEC:
 test:qemu-arm64-IEC:
   extends:
    - .test-cip-core
+  needs: ["build:qemu-arm64-base"]
   variables:
     target: qemu-arm64
     test_function: IEC
@@ -440,6 +449,7 @@  test:qemu-arm64-IEC:
 test:qemu-arm-IEC:
   extends:
    - .test-cip-core
+  needs: ["build:qemu-arm-base"]
   variables:
     target: qemu-arm
     test_function: IEC