diff mbox series

[isar-cip-core,v1,5/5] .gitlab-ci.yml: Add test targets for M-COM x86

Message ID 20250207150439.392479-6-Sai.Sathujoda@toshiba-tsip.com (mailing list archive)
State New
Headers show
Series Automate CIP Core testing on M-COM x86 in LAVA | expand

Commit Message

Sai.Sathujoda@toshiba-tsip.com Feb. 7, 2025, 3:04 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 | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
diff mbox series

Patch

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2e3054c..4df521b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -359,6 +359,14 @@  test:qemu-arm-secure-boot:
     target: qemu-arm
     test_function: secure-boot
 
+test:x86-uefi-secure-boot:
+  extends:
+    - .test-cip-core
+  needs: ["build:x86-uefi-secure-boot"]
+  variables:
+    target: x86-uefi
+    test_function: secure-boot
+
 test:qemu-amd64-swupdate:
   extends:
     - .test-cip-core
@@ -383,6 +391,14 @@  test:qemu-arm-swupdate:
     target: qemu-arm
     test_function: swupdate
 
+test:x86-uefi-swupdate:
+  extends:
+    - .test-cip-core
+  needs: ["build:x86-uefi-secure-boot"]
+  variables:
+    target: x86-uefi
+    test_function: swupdate
+
 test:qemu-amd64-swupdate-kernel-panic:
   extends:
     - .test-cip-core
@@ -423,6 +439,14 @@  test:qemu-arm-IEC:
     target: qemu-arm
     test_function: IEC
 
+test:x86-uefi-IEC:
+  extends:
+   - .test-cip-core
+  needs: ["build:x86-uefi-secure-boot"]
+  variables:
+    target: x86-uefi
+    test_function: IEC
+
 cve-checks:
   stage: cve-check
   needs: []