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:
parent
f036b3a706
commit
500b69c552
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue