summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2021-06-24 15:55:35 +0200
committerNora Widdecke <nora@sequoia-pgp.org>2021-06-28 12:06:50 +0200
commit1845f0f1d7b3300c064c06f12372faf772662ea0 (patch)
tree17e7e8268a46c8d0a83f626a92c9644552826392 /.gitlab-ci.yml
parentbbf591f23b63d35875c9a8c654fb999b7c6742d4 (diff)
ci: Mark arm64 jobs manual.
This should be reverted once the arm64 runners are up again.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 477bb7c3..2adabc14 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,6 +41,7 @@ build-bullseye:arm64:
image: registry.gitlab.com/sequoia-pgp/build-docker-image/bullseye-prebuild-arm64:latest
dependencies:
- codespell
+ when: manual
only:
variables:
# Forks of this project most likely do not have an arm64 runner
@@ -86,6 +87,7 @@ bullseye:arm64:
variables:
# Forks of this project most likely do not have an arm64 runner
- $CI_PROJECT_NAMESPACE == "sequoia-pgp"
+ when: manual
stage: build
image: registry.gitlab.com/sequoia-pgp/build-docker-image/bullseye-prebuild-arm64:latest
dependencies:
@@ -159,6 +161,7 @@ all_commits:arm64:
variables:
# Forks of this project most likely do not have an arm64 runner
- $CI_PROJECT_NAMESPACE == "sequoia-pgp"
+ when: manual
except:
# Do not run for pushes to the pep-engine branch.
- /^pep-engine$/
@@ -210,6 +213,7 @@ rust-stable:arm64:
variables:
# Forks of this project most likely do not have an arm64 runner
- $CI_PROJECT_NAMESPACE == "sequoia-pgp"
+ when: manual
before_script:
- if [ -d $CARGO_TARGET_DIR ]; then find $CARGO_TARGET_DIR | wc --lines; du -sh $CARGO_TARGET_DIR; fi
- if [ -d $CARGO_HOME ]; then find $CARGO_HOME | wc --lines; du -sh $CARGO_HOME; fi