CI: disable consistently failing EDGE CI tests

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 <thozza@redhat.com>
This commit is contained in:
Tomáš Hozza 2025-06-20 09:14:29 +02:00 committed by Tomáš Hozza
parent 019c6771c6
commit c4430ffa7a

View file

@ -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