summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-09-25 11:28:19 +0200
committerThomas Haller <thaller@redhat.com>2019-09-25 11:28:19 +0200
commit2bdb2496975fce30e28e7d5ad14dc9d06721807a (patch)
tree899fde4856d4a1d9952fd81459c34f6c5732ec7e
parentbfcd0fbdc6fca236ea8898bfdccd699eefd47eb8 (diff)
downloadNetworkManager-th/fix-python-test.tar.gz
gitlab-ci: add building on Fedora 31th/fix-python-test
And don't build Fedora 28 by default. It's aleady end of life. But for now keep it, so it can be triggered manually.
-rw-r--r--.gitlab-ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ef156c2c30..194f8e18be 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -84,6 +84,7 @@ t_fedora:28:
<<: *fedora_install
image: fedora:28
<<: *do_build
+ when: manual
t_fedora:29:
<<: *fedora_install
@@ -103,6 +104,11 @@ t_fedora:30:
image: fedora:30
<<: *do_build
+t_fedora:31:
+ <<: *fedora_install
+ image: fedora:31
+ <<: *do_build
+
t_fedora:rawhide:
<<: *fedora_install
image: fedora:rawhide