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-16 14:35:22 +0200
commit166283fbfc061ce4708118ef560ce4bfaae04809 (patch)
treec1f49790be66515b722dbb15c700ffca734cbecc
parent876c0c08973e37381f4478677eb5d2af5c16e897 (diff)
ci: Disable all_commits job.
- This doesn't work.
-rw-r--r--.gitlab-ci.yml30
1 files changed, 15 insertions, 15 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 33177c87..dd7e7889 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -49,21 +49,21 @@ bullseye:
RUSTFLAGS: -D warnings -A unused-parens
after_script: []
-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
- RUSTFLAGS: -D warnings -A unused-parens
- 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
+# RUSTFLAGS: -D warnings -A unused-parens
+# GIT_STRATEGY: clone
codespell:
tags: