summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-07-11 11:53:37 +0200
committerThomas Haller <thaller@redhat.com>2019-07-12 10:25:12 +0200
commit13b4cad989bab035c5f1cbb3edc9f05d2b692b4f (patch)
tree246f73381956154b114e764ce379c14792b4bea7
parentec77d477a85b526c8166c8d599e986bb0c036d4f (diff)
downloadNetworkManager-13b4cad989bab035c5f1cbb3edc9f05d2b692b4f.tar.gz
gitlab-ci: add manual build step to test on ubuntu:rolling and ubuntu:devel
Rolling is the latest release (regardless of whether LTS), currently that would be 19.04. Devel is the next release, currently that would be 19.10. Add manual build steps to trigger those builds so we can manually verify that they pass.
-rw-r--r--.gitlab-ci.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index baf6767352..908d5f04de 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -127,6 +127,18 @@ t_ubuntu:18.04:
image: ubuntu:18.04
<<: *do_build
+t_ubuntu:rolling:
+ <<: *debian_install
+ image: ubuntu:rolling
+ <<: *do_build
+ when: manual
+
+t_ubuntu:devel:
+ <<: *debian_install
+ image: ubuntu:devel
+ <<: *do_build
+ when: manual
+
t_debian:9:
<<: *debian_install
image: debian:stretch