summaryrefslogtreecommitdiff
path: root/.gitlab-ci/config.yml
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-08-30 10:22:52 +0200
committerThomas Haller <thaller@redhat.com>2021-08-30 13:14:00 +0200
commit203b6fb1944c6ea6509bd9c3209b33d2d42d4de1 (patch)
tree1a3dee4edf69dc71d11470fddbfa82a4591a41fd /.gitlab-ci/config.yml
parent53562b19150c411d882b8e33e870dff67c4307e0 (diff)
downloadNetworkManager-203b6fb1944c6ea6509bd9c3209b33d2d42d4de1.tar.gz
gitlab-ci: update which distros to build
Diffstat (limited to '.gitlab-ci/config.yml')
-rw-r--r--.gitlab-ci/config.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.gitlab-ci/config.yml b/.gitlab-ci/config.yml
index 7f265c9621..d3a7df2b71 100644
--- a/.gitlab-ci/config.yml
+++ b/.gitlab-ci/config.yml
@@ -8,7 +8,7 @@
#
# We're happy to rebuild all containers when one changes.
-.default_tag: &default_tag '2021-07-21.0'
+.default_tag: &default_tag '2021-08-30.0'
# The list of all distributions we want to create job for.
@@ -25,9 +25,8 @@ distributions:
- '32'
- '33'
- '34'
- - 'rawhide'
- # always:
- # - '33'
+ - '35'
+ - '36'
- name: ubuntu
tag: *default_tag
base_type: debian
@@ -43,6 +42,7 @@ distributions:
versions:
- '9'
- '10'
+ - '11'
- 'testing'
- 'sid'
- name: centos
@@ -56,6 +56,7 @@ distributions:
- '7.9.2009'
- '8.1.1911'
- '8.2.2004'
+ - '8.3.2011'
- name: alpine
tag: *default_tag
base_type: alpine