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.
This commit is contained in:
Georges Basile Stavracas Neto 2018-09-10 11:30:03 -03:00
parent f036b3a706
commit 500b69c552

View file

@ -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