aboutsummaryrefslogtreecommitdiffstats
path: root/gitlab-ci-rpms-tito.yml
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2024-12-13 18:21:41 +0100
committerGerd Hoffmann <kraxel@redhat.com>2024-12-13 18:21:41 +0100
commit4e3fae7790531809aae44057e7075e972a781697 (patch)
tree63165beb08b3e51144bb44f68ebc801f7b16b1b7 /gitlab-ci-rpms-tito.yml
parent207982c8c64a677147b1f6ad6b5fcbd1a92eb13c (diff)
downloadrpm-package-builder-4e3fae7790531809aae44057e7075e972a781697.tar.gz
drop el7 and stream8
Diffstat (limited to 'gitlab-ci-rpms-tito.yml')
-rw-r--r--gitlab-ci-rpms-tito.yml24
1 files changed, 0 insertions, 24 deletions
diff --git a/gitlab-ci-rpms-tito.yml b/gitlab-ci-rpms-tito.yml
index 14928e1..b2bd923 100644
--- a/gitlab-ci-rpms-tito.yml
+++ b/gitlab-ci-rpms-tito.yml
@@ -26,18 +26,6 @@ tito_fedora_x86_64:
paths:
- rpms-fedora-x86_64/
-tito_el7_x86_64:
- stage: rpms
- image: registry.gitlab.com/kraxel/rpm-package-builder:el7
- before_script:
- - yum-builddep -y *.spec
- script:
- - tito build --test --rpm --output rpms-el7-x86_64
- - createrepo rpms-el7-x86_64
- artifacts:
- paths:
- - rpms-el7-x86_64/
-
tito_el8_x86_64:
stage: rpms
image: registry.gitlab.com/kraxel/rpm-package-builder:el8
@@ -50,18 +38,6 @@ tito_el8_x86_64:
paths:
- rpms-el8-x86_64/
-tito_stream8_x86_64:
- stage: rpms
- image: registry.gitlab.com/kraxel/rpm-package-builder:stream8
- before_script:
- - dnf builddep -y *.spec
- script:
- - tito build --test --rpm --output rpms-stream8-x86_64
- - createrepo rpms-stream8-x86_64
- artifacts:
- paths:
- - rpms-stream8-x86_64/
-
tito_stream9_x86_64:
stage: rpms
image: registry.gitlab.com/kraxel/rpm-package-builder:stream9