summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-04-09 17:48:35 +0200
committerThomas Haller <thaller@redhat.com>2019-04-09 18:23:23 +0200
commit2955d5e69a643caaa24dd7efc2237a0bdcc4fd32 (patch)
treec1392153dd76148be979ce35b41a7097b74a0a15
parent52ea426b81e758819beb7850a590058f740706ab (diff)
downloadNetworkManager-2955d5e69a643caaa24dd7efc2237a0bdcc4fd32.tar.gz
gitlab-ci: add test on Fedora 30 image
And no longer use "fedora:lastest". While "fedora:rawhide" names the very latest branch (and we want to test that), for all proper releases we want name them explicitly.
-rw-r--r--.gitlab-ci.yml11
1 files changed, 8 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 887ac2db44..8b96f910db 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -50,12 +50,17 @@ build_f28:
paths:
- docs-html
-build_f_latest:
+build_f29:
<<: *fedora_install
- image: fedora:latest
+ image: fedora:29
<<: *fedora_script
-build_f_rawhide:
+build_f30:
+ <<: *fedora_install
+ image: fedora:30
+ <<: *fedora_script
+
+build_frawhide:
<<: *fedora_install
image: fedora:rawhide
<<: *fedora_script