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:
parent
019c6771c6
commit
c4430ffa7a
1 changed files with 12 additions and 9 deletions
|
|
@ -332,15 +332,18 @@ Image Tests:
|
||||||
- aws/rhel-10.1-nightly-aarch64
|
- aws/rhel-10.1-nightly-aarch64
|
||||||
INTERNAL_NETWORK: ["true"]
|
INTERNAL_NETWORK: ["true"]
|
||||||
|
|
||||||
Trigger-rhel-edge-ci:
|
# NB (thozza): The rhel-edge-ci job is currently disabled because the tests have been consistently failing for a while.
|
||||||
rules:
|
# The tests need to be investigated and fixed before re-enabling the job.
|
||||||
- if: '$CI_PIPELINE_SOURCE != "schedule"'
|
# See https://issues.redhat.com/browse/HMS-8719
|
||||||
stage: test
|
# Trigger-rhel-edge-ci:
|
||||||
interruptible: true
|
# rules:
|
||||||
tags:
|
# - if: '$CI_PIPELINE_SOURCE != "schedule"'
|
||||||
- shell
|
# stage: test
|
||||||
script:
|
# interruptible: true
|
||||||
- '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}\"}}"'
|
# 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:
|
.integration_base:
|
||||||
stage: test
|
stage: test
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue