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: armv8:
<<: *multiarch <<: *multiarch
stage: test stage: manual
when: manual
variables: variables:
DOCKER_DRIVER: overlay DOCKER_DRIVER: overlay
IMAGE: "claudioandre/settings:fedora.aarch64" IMAGE: "claudioandre/settings:fedora.aarch64"
ppc64le: ppc64le:
<<: *multiarch <<: *multiarch
stage: test stage: manual
when: manual
allow_failure: true allow_failure: true
variables: variables:
DOCKER_DRIVER: overlay DOCKER_DRIVER: overlay