Skip to content

Commit 18b8801

Browse files
staticfloatKristofferC
authored andcommitted
Comment out signed pipeline test (#41493)
* Comment out signed pipeline test This is confirmed working, so let's comment it out until it's actually used by a codesigning step or similar. * Specifically notify llvm passes (cherry picked from commit f2d7300)
1 parent e2eaa54 commit 18b8801

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

Diff for: .buildkite/0_webui.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ steps:
1919

2020
# Our signed pipelines must have a `signature` or `signature_file` parameter that
2121
# verifies the treehash of the pipeline itself and the inputs listed in `inputs`
22-
signed_pipelines:
23-
- pipeline: .buildkite/signed_pipeline_test.yml
24-
signature: "U2FsdGVkX18aZgryp6AJTArgD2uOnVWyFFGVOP5qsY4WbGQ/LVAcYiMEp9cweV+2iht+vmEF949CuuGTeQPA1fKlhPwkG3nZ688752DUB6en9oM2nuL31NoDKWHhpygZ"
22+
#signed_pipelines:
23+
# - pipeline: .buildkite/signed_pipeline_test.yml
24+
# signature: "U2FsdGVkX18aZgryp6AJTArgD2uOnVWyFFGVOP5qsY4WbGQ/LVAcYiMEp9cweV+2iht+vmEF949CuuGTeQPA1fKlhPwkG3nZ688752DUB6en9oM2nuL31NoDKWHhpygZ"

Diff for: .buildkite/llvm_passes.yml

+6
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ steps:
2323
make -j$${JULIA_NUM_CORES} -C test/clangsa
2424
make -j$${JULIA_NUM_CORES} -C src analyzegc
2525
timeout_in_minutes: 60
26+
notify:
27+
- github_commit_status:
28+
context: "analyzegc"
2629

2730
- label: "llvmpasses"
2831
key: llvmpasses
@@ -40,3 +43,6 @@ steps:
4043
make -j$${JULIA_NUM_CORES} -C src install-analysis-deps
4144
make -j$${JULIA_NUM_CORES} -C test/llvmpasses
4245
timeout_in_minutes: 60
46+
notify:
47+
- github_commit_status:
48+
context: "llvm passes"

0 commit comments

Comments
 (0)