summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2023-05-16 14:25:05 +0200
committerNeal H. Walfield <neal@pep.foundation>2023-05-17 08:45:44 +0200
commitf56c4f71a9522d89a7823ad2341f089667d91dda (patch)
tree3d05657f73274d23bad8f0546ad36be38535e76a
parent2159957d74eaf44e2c03c5777ab51aa17fa2685f (diff)
ci: Disable all_commits job.
- This doesn't work.
-rw-r--r--.gitlab-ci.yml28
1 files changed, 14 insertions, 14 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3a91e33f..665521fd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -200,20 +200,20 @@ benchmarks:
variables:
CARGO_TARGET_DIR: $CI_PROJECT_DIR/../target.benchmarks
-all_commits:
- # Test each commit up to main, to facilitate bisecting.
- stage: test
- image: registry.gitlab.com/sequoia-pgp/build-docker-image/rust-stable-prebuild:latest
- needs: ["rust-stable"]
- except:
- # Do not run for pushes to the pep-engine branch.
- - /^pep-engine$/
- script:
- - .ci/all_commits.sh
- variables:
- CARGO_TARGET_DIR: /target
- CARGO_HOME: /cargo
- GIT_STRATEGY: clone
+# all_commits:
+# # Test each commit up to main, to facilitate bisecting.
+# stage: test
+# image: registry.gitlab.com/sequoia-pgp/build-docker-image/rust-stable-prebuild:latest
+# needs: ["rust-stable"]
+# except:
+# # Do not run for pushes to the pep-engine branch.
+# - /^pep-engine$/
+# script:
+# - .ci/all_commits.sh
+# variables:
+# CARGO_TARGET_DIR: /target
+# CARGO_HOME: /cargo
+# GIT_STRATEGY: clone
all_commits:arm64:
# Test each commit up to main, to facilitate bisecting.