]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
gitlab: mark s390x-system to allow failures
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 27 Jun 2025 11:24:57 +0000 (12:24 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 2 Jul 2025 08:56:37 +0000 (09:56 +0100)
The system tests (usually qos-test or migration-test) prove to be very
susceptible on the s390x runners. Although we have boosted memory and
virtual CPUs on the runners problems persist. For now mark test as
allow_failure so the its clear on the CI UI when checking test
results.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-ID: <20250627112512.1880708-2-alex.bennee@linaro.org>

.gitlab-ci.d/custom-runners/ubuntu-22.04-s390x.yml

index ca374acb8c9e69a6bfbbfc01ea9d8ab916ff2c2e..e62ff1763fa0d5e975efde14a9de2dfbbeb8b5ce 100644 (file)
@@ -31,7 +31,9 @@ ubuntu-22.04-s390x-all-system:
  timeout: 75m
  rules:
  - if: '$CI_PROJECT_NAMESPACE == "qemu-project" && $CI_COMMIT_BRANCH =~ /^staging/'
+   allow_failure: true
  - if: "$S390X_RUNNER_AVAILABLE"
+   allow_failure: true
  script:
  - mkdir build
  - cd build