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:
|
||||
<<: *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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue