summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2021-04-06 16:58:01 +0200
committerNora Widdecke <nora@sequoia-pgp.org>2021-04-06 17:07:48 +0200
commit5635105d4238490f75eb37f67caf7773350cc251 (patch)
tree9c32a6df7d4d66995bfee81a0c990a37f4347447 /.gitlab-ci.yml
parentf950056d749612105c464cbf11edcfae84716e4d (diff)
ci: Do not run bullseye:arm64 for every push.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 10409a02..7f1b4d8d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -71,6 +71,14 @@ bullseye:
bullseye:arm64:
tags:
- docker-arm64
+ # This job takes ~50 minutes to run, let's only execute it manually or for
+ # scheduled builds, otherwise this will stall MRs.
+ only:
+ refs:
+ - /arm64/i # refs containing 'arm64' keyword
+ - tags
+ - web
+ - scheduled
stage: build
image: registry.gitlab.com/sequoia-pgp/build-docker-image/bullseye-prebuild-arm64:latest
dependencies: