summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-10-04 17:26:42 +0100
committerSimon McVittie <smcv@collabora.com>2018-10-04 18:47:43 +0100
commit6bae26d314df12304683b20ec41f67e250309a15 (patch)
treefe93e94877e425e1bf79609378e2abb58eb7ab66
parentf4ce779c46c548e4455ee842356966e54186ce82 (diff)
downloaddbus-6bae26d314df12304683b20ec41f67e250309a15.tar.gz
ci: Mark many Gitlab jobs to be run manually
freedesktop.org Gitlab doesn't currently have enough test runners available to run all of this every time. For higher-risk changes (for example those that change the build system) we can run the complete set through the web UI. Signed-off-by: Simon McVittie <smcv@collabora.com> (cherry picked from commit a2f416c2896062755c285f2d1fe4a2dc03455aa1)
-rw-r--r--.gitlab-ci.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7c53b1b2..42a331fa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -63,6 +63,7 @@ build:debug:
build:reduced:
stage: build
+ when: manual
image: "debian:stretch-slim"
variables:
ci_variant: "reduced"
@@ -70,6 +71,7 @@ build:reduced:
build:legacy:
stage: build
+ when: manual
image: "debian:stretch-slim"
variables:
ci_variant: "legacy"
@@ -92,6 +94,7 @@ build:i686-w64-mingw32-debug:
build:i686-w64-mingw32-cmake:
stage: build
+ when: manual
image: "debian:stretch-slim"
variables:
ci_buildsys: "cmake"
@@ -107,6 +110,7 @@ build:x86_64-w64-mingw32:
build:x86_64-w64-mingw32-cmake-debug:
stage: build
+ when: manual
image: "debian:stretch-slim"
variables:
ci_buildsys: "cmake"
@@ -115,6 +119,7 @@ build:x86_64-w64-mingw32-cmake-debug:
script: *script
build:jessie:
+ when: manual
stage: build
image: "debian:jessie-slim"
variables:
@@ -122,6 +127,7 @@ build:jessie:
script: *script
build:xenial:
+ when: manual
stage: build
image: "ubuntu:xenial"
variables:
@@ -130,6 +136,7 @@ build:xenial:
script: *script
build:trusty:
+ when: manual
stage: build
image: "ubuntu:trusty"
variables: