summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2018-09-10 11:30:03 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2018-09-10 11:35:59 -0300
commit500b69c552180b7db18454cde07b6c5ec43e9dd1 (patch)
tree8db3e72cbf68558c157a587f02b17396362da4d8 /.gitlab-ci.yml
parentf036b3a7064b1fcb690ee048b03b28b706ceae2d (diff)
downloadgnome-control-center-500b69c552180b7db18454cde07b6c5ec43e9dd1.tar.gz
ci: Make armv8 and ppc64le manual jobs
They consume too much CI resources and take a long time to run, which slows down the review and merge process. Make them manual from now on.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 099c78353..89254b9bd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -293,14 +293,16 @@ msan:
armv8:
<<: *multiarch
- stage: test
+ stage: manual
+ when: manual
variables:
DOCKER_DRIVER: overlay
IMAGE: "claudioandre/settings:fedora.aarch64"
ppc64le:
<<: *multiarch
- stage: test
+ stage: manual
+ when: manual
allow_failure: true
variables:
DOCKER_DRIVER: overlay