mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-20 14:00:05 +01:00
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
(cherry picked from commit b733d477e8)
This commit is contained in:
parent
725141c07a
commit
962297f908
1 changed files with 8 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ t_fedora:29:
|
||||||
<<: *fedora_install
|
<<: *fedora_install
|
||||||
image: fedora:29
|
image: fedora:29
|
||||||
<<: *do_build
|
<<: *do_build
|
||||||
|
when: manual
|
||||||
|
|
||||||
t_fedora:30:
|
t_fedora:30:
|
||||||
<<: *fedora_install
|
<<: *fedora_install
|
||||||
|
|
@ -108,6 +109,7 @@ t_fedora:31:
|
||||||
<<: *fedora_install
|
<<: *fedora_install
|
||||||
image: fedora:31
|
image: fedora:31
|
||||||
<<: *do_build
|
<<: *do_build
|
||||||
|
when: manual
|
||||||
|
|
||||||
t_fedora:rawhide:
|
t_fedora:rawhide:
|
||||||
<<: *fedora_install
|
<<: *fedora_install
|
||||||
|
|
@ -126,16 +128,19 @@ t_centos:7.6.1810:
|
||||||
<<: *fedora_install
|
<<: *fedora_install
|
||||||
image: centos:7.6.1810
|
image: centos:7.6.1810
|
||||||
<<: *do_build
|
<<: *do_build
|
||||||
|
when: manual
|
||||||
|
|
||||||
t_ubuntu:16.04:
|
t_ubuntu:16.04:
|
||||||
<<: *debian_install
|
<<: *debian_install
|
||||||
image: ubuntu:16.04
|
image: ubuntu:16.04
|
||||||
<<: *do_build
|
<<: *do_build
|
||||||
|
when: manual
|
||||||
|
|
||||||
t_ubuntu:18.04:
|
t_ubuntu:18.04:
|
||||||
<<: *debian_install
|
<<: *debian_install
|
||||||
image: ubuntu:18.04
|
image: ubuntu:18.04
|
||||||
<<: *do_build
|
<<: *do_build
|
||||||
|
when: manual
|
||||||
|
|
||||||
t_ubuntu:rolling:
|
t_ubuntu:rolling:
|
||||||
<<: *debian_install
|
<<: *debian_install
|
||||||
|
|
@ -153,11 +158,13 @@ t_debian:9:
|
||||||
<<: *debian_install
|
<<: *debian_install
|
||||||
image: debian:stretch
|
image: debian:stretch
|
||||||
<<: *do_build
|
<<: *do_build
|
||||||
|
when: manual
|
||||||
|
|
||||||
t_debian:10:
|
t_debian:10:
|
||||||
<<: *debian_install
|
<<: *debian_install
|
||||||
image: debian:stretch
|
image: debian:stretch
|
||||||
<<: *do_build
|
<<: *do_build
|
||||||
|
when: manual
|
||||||
|
|
||||||
t_debian:testing:
|
t_debian:testing:
|
||||||
<<: *debian_install
|
<<: *debian_install
|
||||||
|
|
@ -169,6 +176,7 @@ t_debian:sid:
|
||||||
<<: *debian_install
|
<<: *debian_install
|
||||||
image: debian:sid
|
image: debian:sid
|
||||||
<<: *do_build
|
<<: *do_build
|
||||||
|
when: manual
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue