From c4430ffa7a9b24bc74014d6033d71803db6af65c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozza?= Date: Fri, 20 Jun 2025 09:14:29 +0200 Subject: [PATCH] CI: disable consistently failing EDGE CI tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These test have been failing consistently for very long time (many months). They need to be investigated and fixed before re-enabling them. The ticket to re-enable them is: https://issues.redhat.com/browse/HMS-8719 Signed-off-by: Tomáš Hozza --- .gitlab-ci.yml | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e3afe817..251e8f60c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -332,15 +332,18 @@ Image Tests: - aws/rhel-10.1-nightly-aarch64 INTERNAL_NETWORK: ["true"] -Trigger-rhel-edge-ci: - rules: - - if: '$CI_PIPELINE_SOURCE != "schedule"' - stage: test - interruptible: true - tags: - - shell - script: - - 'curl -u "${SCHUTZBOT_LOGIN}" -X POST -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/osbuild/rhel-edge-ci/dispatches -d "{\"event_type\":\"osbuild-composer-ci\",\"client_payload\":{\"pr_number\":\"${CI_COMMIT_BRANCH}\"}}"' +# NB (thozza): The rhel-edge-ci job is currently disabled because the tests have been consistently failing for a while. +# The tests need to be investigated and fixed before re-enabling the job. +# See https://issues.redhat.com/browse/HMS-8719 +# Trigger-rhel-edge-ci: +# rules: +# - if: '$CI_PIPELINE_SOURCE != "schedule"' +# stage: test +# interruptible: true +# tags: +# - shell +# script: +# - 'curl -u "${SCHUTZBOT_LOGIN}" -X POST -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/osbuild/rhel-edge-ci/dispatches -d "{\"event_type\":\"osbuild-composer-ci\",\"client_payload\":{\"pr_number\":\"${CI_COMMIT_BRANCH}\"}}"' .integration_base: stage: test