aboutsummaryrefslogtreecommitdiffstats
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
parent207982c8c64a677147b1f6ad6b5fcbd1a92eb13c (diff)
downloadrpm-package-builder-4e3fae7790531809aae44057e7075e972a781697.tar.gz
drop el7 and stream8
-rw-r--r--gitlab-ci-build-meson.yml16
-rw-r--r--gitlab-ci-rpms-tito.yml24
2 files changed, 0 insertions, 40 deletions
diff --git a/gitlab-ci-build-meson.yml b/gitlab-ci-build-meson.yml
index ec1b6a6..9bc64c8 100644
--- a/gitlab-ci-build-meson.yml
+++ b/gitlab-ci-build-meson.yml
@@ -23,14 +23,6 @@ build_fedora_x86_64:
script:
- *build_meson
-build_el7_x86_64:
- stage: build
- image: registry.gitlab.com/kraxel/rpm-package-builder:el7
- before_script:
- - yum-builddep -y *.spec
- script:
- - *build_meson
-
build_el8_x86_64:
stage: build
image: registry.gitlab.com/kraxel/rpm-package-builder:el8
@@ -39,14 +31,6 @@ build_el8_x86_64:
script:
- *build_meson
-build_stream8_x86_64:
- stage: build
- image: registry.gitlab.com/kraxel/rpm-package-builder:stream8
- before_script:
- - dnf builddep -y *.spec
- script:
- - *build_meson
-
build_stream9_x86_64:
stage: build
image: registry.gitlab.com/kraxel/rpm-package-builder:stream9
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