summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-02-21 11:23:52 +0100
committerThomas Haller <thaller@redhat.com>2020-02-21 18:24:25 +0100
commitec8068ec0c73a918d1c1f0455b373540eb1beb40 (patch)
tree03cbf8c8d5222ac43bfff9cdd58c4974d57691f5 /.gitlab-ci.yml
parent3e616c306d6d80d278efd0b9dd3a2d2d500245d7 (diff)
downloadNetworkManager-ec8068ec0c73a918d1c1f0455b373540eb1beb40.tar.gz
gitlab-ci: add "t_fedora:32" and by default build on Fedora 31
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml10
1 files changed, 8 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6394e3a377..6d46398ea5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -96,6 +96,12 @@ t_fedora:30:
<<: *fedora_install
image: fedora:30
<<: *do_build
+ when: manual
+
+t_fedora:31:
+ <<: *fedora_install
+ image: fedora:31
+ <<: *do_build
variables:
NM_BUILD_TARBALL: 1
artifacts:
@@ -105,9 +111,9 @@ t_fedora:30:
- NetworkManager-1*.tar.xz
- NetworkManager-1*.src.rpm
-t_fedora:31:
+t_fedora:32:
<<: *fedora_install
- image: fedora:31
+ image: fedora:32
<<: *do_build
when: manual