From 6fdbde4857fa19973541cb0cde0c24cdf8f345c1 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Wed, 17 Apr 2024 13:32:38 +0300 Subject: [PATCH] Skip aws.sh test on 8.4-ga-x86_64 because it times out waiting for ssh nomatter what Docs on do-not-match regex syntax: https://docs.gitlab.com/ee/ci/jobs/job_control.html#compare-a-variable-to-a-regex-pattern --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ece5a0e8..25c7c4f3c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -424,6 +424,11 @@ koji.sh (cloudapi): aws.sh: extends: .integration + rules: + # Skip rhel-8.4-ga-x86_64 + - if: '$CI_PIPELINE_SOURCE != "schedule" && $RUNNER !~ /[\S]+rhel-8.4-[\S]+/' + - if: '$CI_PIPELINE_SOURCE == "schedule" && $RUNNER =~ /[\S]+rhel-9.4-[^ga][\S]+/ && $NIGHTLY == "true" && $RHEL_MAJOR == "9"' + - if: '$CI_PIPELINE_SOURCE == "schedule" && $RUNNER =~ /[\S]+rhel-8.10-[^ga][\S]+/ && $NIGHTLY == "true" && $RHEL_MAJOR == "8"' variables: SCRIPT: aws.sh