@@ -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: []