summaryrefslogtreecommitdiff
path: root/.gitlab-ci/config.yml
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2023-04-13 08:19:25 +0200
committerThomas Haller <thaller@redhat.com>2023-04-13 09:10:59 +0200
commit8e37037e8830a40c97d6bb8992b3c4b9eb3fcc09 (patch)
tree0e31ea3395ae0226d667c0ab1b92ff6b6aa8b88a /.gitlab-ci/config.yml
parent31c05da92c44ab22bfeafc3e492affe5dad89202 (diff)
downloadNetworkManager-8e37037e8830a40c97d6bb8992b3c4b9eb3fcc09.tar.gz
gitlab-ci: drop "tag"/"default_tag" from ci templates
The tag we actually use already contains a hash of the input files and is generated (by `ci-fairy generate-templates`). There is no need for having this fixed prefix. As also seens by having a date there, which is maintained badly and meaningless. Drop it.
Diffstat (limited to '.gitlab-ci/config.yml')
-rw-r--r--.gitlab-ci/config.yml16
1 files changed, 1 insertions, 15 deletions
diff --git a/.gitlab-ci/config.yml b/.gitlab-ci/config.yml
index 7508fec74b..91c7d59c1c 100644
--- a/.gitlab-ci/config.yml
+++ b/.gitlab-ci/config.yml
@@ -7,29 +7,21 @@
# https://gitlab.freedesktop.org/freedesktop/ci-templates
#
-# We're happy to rebuild all containers when one changes.
-.default_tag: &default_tag '2023-04-11.0'
-
-
# The list of all distributions we want to create job for.
-# The template generates manual jobs for all these.
distributions:
- name: fedora
- tag: *default_tag
base_type: fedora
- # Tier1 is used to build the pages and check-{tree,patch}
+ # The first tier:1 in the list is used to build the pages and check-{tree,patch}
tier: 1
versions:
- '37'
- name: fedora
- tag: *default_tag
base_type: fedora
tier: 2
versions:
- '36'
- '38'
- name: fedora
- tag: *default_tag
base_type: fedora
tier: 3
versions:
@@ -40,7 +32,6 @@ distributions:
- '34'
- '35'
- name: ubuntu
- tag: *default_tag
base_type: debian
tier: 2
versions:
@@ -50,7 +41,6 @@ distributions:
- 'devel'
- 'rolling'
- name: debian
- tag: *default_tag
base_type: debian
tier: 2
versions:
@@ -58,14 +48,12 @@ distributions:
- '11'
- 'sid'
- name: debian
- tag: *default_tag
base_type: debian
tier: 3
versions:
- '9'
- 'testing'
- name: centos
- tag: *default_tag
base_type: fedora
tier: 2
versions:
@@ -74,7 +62,6 @@ distributions:
- '8.1.1911'
- '8.3.2011'
- name: centos
- tag: *default_tag
base_type: fedora
tier: 3
versions:
@@ -83,7 +70,6 @@ distributions:
- '7.8.2003'
- '8.2.2004'
- name: alpine
- tag: *default_tag
base_type: alpine
tier: 2
versions: