summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-04-30 10:52:45 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-04-30 10:52:45 +0200
commit1e4b9859e7a511bd0fd41194ce65a07fd3c0a5fd (patch)
tree55dc1d7324a0120a1844a0b1d2e265ba808ee55a /.gitlab-ci.yml
parenta19952f75e18fd2c0dd29ab6bb694e70cd020455 (diff)
downloadpygobject-1e4b9859e7a511bd0fd41194ce65a07fd3c0a5fd.tar.gz
ci: move some jobs to manual
gitlab likes to ban users who trigger too many jobs, so let's reduce the default amount a bit.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f7e27de1..d0bf6814 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -59,6 +59,7 @@ python2-mingw32:
<<: *mingw-defaults
python2-mingw64:
+ when: manual
variables:
PYTHON: "python2"
MSYSTEM: "MINGW64"
@@ -66,6 +67,7 @@ python2-mingw64:
<<: *mingw-defaults
python3-mingw32:
+ when: manual
variables:
PYTHON: "python3"
MSYSTEM: "MINGW32"
@@ -85,6 +87,7 @@ python2.7:
<<: *defaults
python3.5:
+ when: manual
variables:
PYENV_VERSION: "3.5.5"
<<: *defaults
@@ -106,6 +109,7 @@ pypy2:
<<: *defaults
pypy3:
+ when: manual
allow_failure: true
variables:
PYENV_VERSION: "pypy3.5-5.10.1"