diff mbox series

[isar-cip-core,3/3] ci: Require IEC tests to succeed as well

Message ID 9b3b45f5-41f0-4009-87ab-d306f607283d@siemens.com (mailing list archive)
State Accepted
Headers show
Series [isar-cip-core,1/3] ci: submit_lava: Improve detection of failed jobs | expand

Commit Message

Jan Kiszka July 5, 2024, 3:37 p.m. UTC
From: Jan Kiszka <jan.kiszka@siemens.com>

With the modifed failure detection scheme, those tests are no longer
reported as failure as they do (yet) let the job fail when a testcase
fails. Now that we pinned the test descriptions, we can also rely on
this property and enforce that the lava job and, thus, also the
respective gitlab-ci job succeed.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 .gitlab-ci.yml | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 683790f4..ab1835a8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -436,7 +436,6 @@  test:qemu-amd64-IEC:
   variables:
     target: qemu-amd64
     test_function: IEC
-  allow_failure: true
 
 test:qemu-arm64-IEC:
   extends:
@@ -445,7 +444,6 @@  test:qemu-arm64-IEC:
   variables:
     target: qemu-arm64
     test_function: IEC
-  allow_failure: true
 
 test:qemu-arm-IEC:
   extends:
@@ -454,7 +452,6 @@  test:qemu-arm-IEC:
   variables:
     target: qemu-arm
     test_function: IEC
-  allow_failure: true
 
 cve-checks:
   stage: cve-check