Skip to content

Commit

Permalink
Comment out signed pipeline test (#41493)
Browse files Browse the repository at this point in the history
* 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)
  • Loading branch information
staticfloat committed Dec 22, 2022
1 parent bf2efe1 commit cbb855f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .buildkite/0_webui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ steps:

# Our signed pipelines must have a `signature` or `signature_file` parameter that
# verifies the treehash of the pipeline itself and the inputs listed in `inputs`
signed_pipelines:
- pipeline: .buildkite/signed_pipeline_test.yml
signature: "U2FsdGVkX18aZgryp6AJTArgD2uOnVWyFFGVOP5qsY4WbGQ/LVAcYiMEp9cweV+2iht+vmEF949CuuGTeQPA1fKlhPwkG3nZ688752DUB6en9oM2nuL31NoDKWHhpygZ"
#signed_pipelines:
# - pipeline: .buildkite/signed_pipeline_test.yml
# signature: "U2FsdGVkX18aZgryp6AJTArgD2uOnVWyFFGVOP5qsY4WbGQ/LVAcYiMEp9cweV+2iht+vmEF949CuuGTeQPA1fKlhPwkG3nZ688752DUB6en9oM2nuL31NoDKWHhpygZ"
6 changes: 6 additions & 0 deletions .buildkite/llvm_passes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ steps:
make -j$${JULIA_NUM_CORES} -C test/clangsa
make -j$${JULIA_NUM_CORES} -C src analyzegc
timeout_in_minutes: 60
notify:
- github_commit_status:
context: "analyzegc"

- label: "llvmpasses"
key: llvmpasses
Expand All @@ -40,3 +43,6 @@ steps:
make -j$${JULIA_NUM_CORES} -C src install-analysis-deps
make -j$${JULIA_NUM_CORES} -C test/llvmpasses
timeout_in_minutes: 60
notify:
- github_commit_status:
context: "llvm passes"

0 comments on commit cbb855f

Please sign in to comment.