summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-11-22 13:44:33 +0100
committerThomas Haller <thaller@redhat.com>2019-11-22 13:46:22 +0100
commitb733d477e83bf15428c41f6220d471566baf3512 (patch)
treeafe1e2835cefa4252a639664f959424d713aa656 /.gitlab-ci.yml
parent339df568875c1bc833f10c8b0d9670233d9855ba (diff)
downloadNetworkManager-b733d477e83bf15428c41f6220d471566baf3512.tar.gz
gitlab-ci: run tests on extra distributions only manually
For the moment, we use docker images from dockerhub, which require a lot of extra overhead to prepare and install the test environment. This should be improved, by using more suitable container images. Anyway, for now to alleviate the pressure on the freedesktop gitlab infrastructure, disable most test to only run manually. https://gitlab.freedesktop.org/NetworkManager/NetworkManager/issues/241#note_282521
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b4baf529aa..c9e93429a6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -90,6 +90,7 @@ t_fedora:29:
<<: *fedora_install
image: fedora:29
<<: *do_build
+ when: manual
t_fedora:30:
<<: *fedora_install
@@ -108,6 +109,7 @@ t_fedora:31:
<<: *fedora_install
image: fedora:31
<<: *do_build
+ when: manual
t_fedora:rawhide:
<<: *fedora_install
@@ -126,16 +128,19 @@ t_centos:7.6.1810:
<<: *fedora_install
image: centos:7.6.1810
<<: *do_build
+ when: manual
t_ubuntu:16.04:
<<: *debian_install
image: ubuntu:16.04
<<: *do_build
+ when: manual
t_ubuntu:18.04:
<<: *debian_install
image: ubuntu:18.04
<<: *do_build
+ when: manual
t_ubuntu:rolling:
<<: *debian_install
@@ -153,11 +158,13 @@ t_debian:9:
<<: *debian_install
image: debian:stretch
<<: *do_build
+ when: manual
t_debian:10:
<<: *debian_install
image: debian:stretch
<<: *do_build
+ when: manual
t_debian:testing:
<<: *debian_install
@@ -169,6 +176,7 @@ t_debian:sid:
<<: *debian_install
image: debian:sid
<<: *do_build
+ when: manual
pages:
stage: deploy