summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando Fernandez Mancera <ffmancera@riseup.net>2024-03-13 19:00:21 +0100
committerFernando Fernandez Mancera <ffmancera@riseup.net>2024-03-14 14:50:04 +0100
commitb40e2eb721a5142dc2f108a8c7c8cb75f1633cd0 (patch)
tree4c12e3ee5ac427c808e54dcf6864e3ae8154b359
parent170e1282156ff8bd4af3757996fa491d41c788e4 (diff)
gitlab-ci: drop unsupported systems from the pipelineff/drop_gitlab_ci_old_systems
Drop Fedora 30-37, Ubuntu 18.04 LTS and Debian 9 from the pipeline. https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1892
-rw-r--r--.gitlab-ci.yml240
-rw-r--r--.gitlab-ci/config.yml13
2 files changed, 5 insertions, 248 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eb48c9d1b4..c283cc2769 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -57,11 +57,11 @@ variables:
#
# This is done by running `ci-fairy generate-template` and possibly bumping
# ".default_tag".
- ALPINE_TAG: 'tag-947df94197e7'
- CENTOS_TAG: 'tag-2f354aa44865'
- DEBIAN_TAG: 'tag-fb7953849851'
- FEDORA_TAG: 'tag-2f354aa44865'
- UBUNTU_TAG: 'tag-fb7953849851'
+ ALPINE_TAG: 'tag-84d008505f54'
+ CENTOS_TAG: 'tag-eb0b116664f7'
+ DEBIAN_TAG: 'tag-183208b2b592'
+ FEDORA_TAG: 'tag-eb0b116664f7'
+ UBUNTU_TAG: 'tag-183208b2b592'
ALPINE_EXEC: 'bash .gitlab-ci/alpine-install.sh'
CENTOS_EXEC: 'bash .gitlab-ci/fedora-install.sh'
@@ -107,17 +107,6 @@ tier1:fedora:39@prep:
FDO_DISTRIBUTION_TAG: $FEDORA_TAG
FDO_DISTRIBUTION_EXEC: $FEDORA_EXEC
-tier2:fedora:37@prep:
- extends:
- - .fdo.container-build@fedora
- stage: prep
- variables:
- GIT_STRATEGY: none
- FDO_DISTRIBUTION_VERSION: '37'
- FDO_DISTRIBUTION_TAG: $FEDORA_TAG
- FDO_DISTRIBUTION_EXEC: $FEDORA_EXEC
- when: manual
-
tier2:fedora:38@prep:
extends:
- .fdo.container-build@fedora
@@ -140,94 +129,6 @@ tier2:fedora:40@prep:
FDO_DISTRIBUTION_EXEC: $FEDORA_EXEC
when: manual
-tier3:fedora:30@prep:
- extends:
- - .fdo.container-build@fedora
- stage: prep
- variables:
- GIT_STRATEGY: none
- FDO_DISTRIBUTION_VERSION: '30'
- FDO_DISTRIBUTION_TAG: $FEDORA_TAG
- FDO_DISTRIBUTION_EXEC: $FEDORA_EXEC
- when: manual
-
-tier3:fedora:31@prep:
- extends:
- - .fdo.container-build@fedora
- stage: prep
- variables:
- GIT_STRATEGY: none
- FDO_DISTRIBUTION_VERSION: '31'
- FDO_DISTRIBUTION_TAG: $FEDORA_TAG
- FDO_DISTRIBUTION_EXEC: $FEDORA_EXEC
- when: manual
-
-tier3:fedora:32@prep:
- extends:
- - .fdo.container-build@fedora
- stage: prep
- variables:
- GIT_STRATEGY: none
- FDO_DISTRIBUTION_VERSION: '32'
- FDO_DISTRIBUTION_TAG: $FEDORA_TAG
- FDO_DISTRIBUTION_EXEC: $FEDORA_EXEC
- when: manual
-
-tier3:fedora:33@prep:
- extends:
- - .fdo.container-build@fedora
- stage: prep
- variables:
- GIT_STRATEGY: none
- FDO_DISTRIBUTION_VERSION: '33'
- FDO_DISTRIBUTION_TAG: $FEDORA_TAG
- FDO_DISTRIBUTION_EXEC: $FEDORA_EXEC
- when: manual
-
-tier3:fedora:34@prep:
- extends:
- - .fdo.container-build@fedora
- stage: prep
- variables:
- GIT_STRATEGY: none
- FDO_DISTRIBUTION_VERSION: '34'
- FDO_DISTRIBUTION_TAG: $FEDORA_TAG
- FDO_DISTRIBUTION_EXEC: $FEDORA_EXEC
- when: manual
-
-tier3:fedora:35@prep:
- extends:
- - .fdo.container-build@fedora
- stage: prep
- variables:
- GIT_STRATEGY: none
- FDO_DISTRIBUTION_VERSION: '35'
- FDO_DISTRIBUTION_TAG: $FEDORA_TAG
- FDO_DISTRIBUTION_EXEC: $FEDORA_EXEC
- when: manual
-
-tier3:fedora:36@prep:
- extends:
- - .fdo.container-build@fedora
- stage: prep
- variables:
- GIT_STRATEGY: none
- FDO_DISTRIBUTION_VERSION: '36'
- FDO_DISTRIBUTION_TAG: $FEDORA_TAG
- FDO_DISTRIBUTION_EXEC: $FEDORA_EXEC
- when: manual
-
-tier2:ubuntu:18.04@prep:
- extends:
- - .fdo.container-build@ubuntu
- stage: prep
- variables:
- GIT_STRATEGY: none
- FDO_DISTRIBUTION_VERSION: '18.04'
- FDO_DISTRIBUTION_TAG: $UBUNTU_TAG
- FDO_DISTRIBUTION_EXEC: $UBUNTU_EXEC
- when: manual
-
tier2:ubuntu:20.04@prep:
extends:
- .fdo.container-build@ubuntu
@@ -305,17 +206,6 @@ tier2:debian:sid@prep:
FDO_DISTRIBUTION_EXEC: $DEBIAN_EXEC
when: manual
-tier3:debian:9@prep:
- extends:
- - .fdo.container-build@debian
- stage: prep
- variables:
- GIT_STRATEGY: none
- FDO_DISTRIBUTION_VERSION: '9'
- FDO_DISTRIBUTION_TAG: $DEBIAN_TAG
- FDO_DISTRIBUTION_EXEC: $DEBIAN_EXEC
- when: manual
-
tier3:debian:testing@prep:
extends:
- .fdo.container-build@debian
@@ -401,18 +291,6 @@ t_fedora:39:
needs:
- "tier1:fedora:39@prep"
-t_fedora:37:
- extends:
- - .build@template
- - .fdo.distribution-image@fedora
- - .nm_artifacts_debug
- stage: tier2
- variables:
- FDO_DISTRIBUTION_VERSION: '37'
- FDO_DISTRIBUTION_TAG: $FEDORA_TAG
- needs:
- - "tier2:fedora:37@prep"
-
t_fedora:38:
extends:
- .build@template
@@ -437,102 +315,6 @@ t_fedora:40:
needs:
- "tier2:fedora:40@prep"
-t_fedora:30:
- extends:
- - .build@template
- - .fdo.distribution-image@fedora
- - .nm_artifacts_debug
- stage: tier3
- variables:
- FDO_DISTRIBUTION_VERSION: '30'
- FDO_DISTRIBUTION_TAG: $FEDORA_TAG
- needs:
- - "tier3:fedora:30@prep"
-
-t_fedora:31:
- extends:
- - .build@template
- - .fdo.distribution-image@fedora
- - .nm_artifacts_debug
- stage: tier3
- variables:
- FDO_DISTRIBUTION_VERSION: '31'
- FDO_DISTRIBUTION_TAG: $FEDORA_TAG
- needs:
- - "tier3:fedora:31@prep"
-
-t_fedora:32:
- extends:
- - .build@template
- - .fdo.distribution-image@fedora
- - .nm_artifacts_debug
- stage: tier3
- variables:
- FDO_DISTRIBUTION_VERSION: '32'
- FDO_DISTRIBUTION_TAG: $FEDORA_TAG
- needs:
- - "tier3:fedora:32@prep"
-
-t_fedora:33:
- extends:
- - .build@template
- - .fdo.distribution-image@fedora
- - .nm_artifacts_debug
- stage: tier3
- variables:
- FDO_DISTRIBUTION_VERSION: '33'
- FDO_DISTRIBUTION_TAG: $FEDORA_TAG
- needs:
- - "tier3:fedora:33@prep"
-
-t_fedora:34:
- extends:
- - .build@template
- - .fdo.distribution-image@fedora
- - .nm_artifacts_debug
- stage: tier3
- variables:
- FDO_DISTRIBUTION_VERSION: '34'
- FDO_DISTRIBUTION_TAG: $FEDORA_TAG
- needs:
- - "tier3:fedora:34@prep"
-
-t_fedora:35:
- extends:
- - .build@template
- - .fdo.distribution-image@fedora
- - .nm_artifacts_debug
- stage: tier3
- variables:
- FDO_DISTRIBUTION_VERSION: '35'
- FDO_DISTRIBUTION_TAG: $FEDORA_TAG
- needs:
- - "tier3:fedora:35@prep"
-
-t_fedora:36:
- extends:
- - .build@template
- - .fdo.distribution-image@fedora
- - .nm_artifacts_debug
- stage: tier3
- variables:
- FDO_DISTRIBUTION_VERSION: '36'
- FDO_DISTRIBUTION_TAG: $FEDORA_TAG
- needs:
- - "tier3:fedora:36@prep"
-
-t_ubuntu:18.04:
- extends:
- - .build@template
- - .fdo.distribution-image@ubuntu
- - .nm_artifacts_debug
- stage: tier2
- variables:
- FDO_DISTRIBUTION_VERSION: '18.04'
- FDO_DISTRIBUTION_TAG: $UBUNTU_TAG
- needs:
- - "tier2:ubuntu:18.04@prep"
-
t_ubuntu:20.04:
extends:
- .build@template
@@ -617,18 +399,6 @@ t_debian:sid:
needs:
- "tier2:debian:sid@prep"
-t_debian:9:
- extends:
- - .build@template
- - .fdo.distribution-image@debian
- - .nm_artifacts_debug
- stage: tier3
- variables:
- FDO_DISTRIBUTION_VERSION: '9'
- FDO_DISTRIBUTION_TAG: $DEBIAN_TAG
- needs:
- - "tier3:debian:9@prep"
-
t_debian:testing:
extends:
- .build@template
diff --git a/.gitlab-ci/config.yml b/.gitlab-ci/config.yml
index 75850f1125..3e83f48073 100644
--- a/.gitlab-ci/config.yml
+++ b/.gitlab-ci/config.yml
@@ -26,23 +26,11 @@ distributions:
- name: fedora
tier: 2
versions:
- - '37'
- '38'
- '40'
- - name: fedora
- tier: 3
- versions:
- - '30'
- - '31'
- - '32'
- - '33'
- - '34'
- - '35'
- - '36'
- name: ubuntu
tier: 2
versions:
- - '18.04'
- '20.04'
- '22.04'
- 'devel'
@@ -56,7 +44,6 @@ distributions:
- name: debian
tier: 3
versions:
- - '9'
- 'testing'
- name: centos
tier: 2