aboutsummaryrefslogtreecommitdiffstats
path: root/gitlab-ci-rpms-tito.yml
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2024-12-19 09:30:58 +0100
committerGerd Hoffmann <kraxel@redhat.com>2024-12-19 09:30:58 +0100
commitf93afd8c0665cca6cce66ac932238129e81be8b0 (patch)
tree44fb161f2e0f9650089455d783a4473c145c9055 /gitlab-ci-rpms-tito.yml
parent55f051bb5a9fc460e7342ab52098f99ba6a61dd1 (diff)
downloadrpm-package-builder-f93afd8c0665cca6cce66ac932238129e81be8b0.tar.gz
add variable to skip el9HEADmaster
Diffstat (limited to 'gitlab-ci-rpms-tito.yml')
-rw-r--r--gitlab-ci-rpms-tito.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/gitlab-ci-rpms-tito.yml b/gitlab-ci-rpms-tito.yml
index a851940..e750829 100644
--- a/gitlab-ci-rpms-tito.yml
+++ b/gitlab-ci-rpms-tito.yml
@@ -45,6 +45,10 @@ tito_el8_x86_64:
tito_el9_x86_64:
stage: rpms
image: registry.gitlab.com/kraxel/rpm-package-builder:el9
+ rules:
+ - if: '$EXCLUDE_EL9 == "yes"'
+ when: never
+ - when: always
before_script:
- dnf builddep -y *.spec
script:
@@ -57,6 +61,10 @@ tito_el9_x86_64:
tito_stream9_x86_64:
stage: rpms
image: registry.gitlab.com/kraxel/rpm-package-builder:stream9
+ rules:
+ - if: '$EXCLUDE_EL9 == "yes"'
+ when: never
+ - when: always
before_script:
- dnf builddep -y *.spec
script: