summaryrefslogtreecommitdiff
path: root/.gitlab-ci/config.yml
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-05-28 18:11:30 +0200
committerThomas Haller <thaller@redhat.com>2022-05-30 18:01:18 +0200
commit9c07f29e276b3a68f5a56d97f4b22d542ce272c4 (patch)
treefb88dbb8d6134c17cb83b8eb9d1792633ffbb46c /.gitlab-ci/config.yml
parentcbad660225fed97497e59ff3b359cc06f625946f (diff)
downloadNetworkManager-9c07f29e276b3a68f5a56d97f4b22d542ce272c4.tar.gz
gitlab-ci: add f37 and Ubuntu 22.04 containers
Diffstat (limited to '.gitlab-ci/config.yml')
-rw-r--r--.gitlab-ci/config.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci/config.yml b/.gitlab-ci/config.yml
index 682b0b5956..c31e75a2b0 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 '2022-03-15.0'
+.default_tag: &default_tag '2022-05-30.0'
# The list of all distributions we want to create job for.
@@ -25,6 +25,7 @@ distributions:
- '34'
- '35'
- '36'
+ - '37'
- name: ubuntu
tag: *default_tag
base_type: debian
@@ -32,6 +33,7 @@ distributions:
- '16.04'
- '18.04'
- '20.04'
+ - '22.04'
- 'devel'
- 'rolling'
- name: debian