From cbb855f86125972644fbfbf362962560048a4d94 Mon Sep 17 00:00:00 2001 From: Elliot Saba Date: Tue, 6 Jul 2021 20:30:34 -0700 Subject: [PATCH] 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 f2d73006fbffbe91d00f9c32f5c9a1082e255648) --- .buildkite/0_webui.yml | 6 +++--- .buildkite/llvm_passes.yml | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.buildkite/0_webui.yml b/.buildkite/0_webui.yml index d5ba4e0ea7cf9..aed6a5e59d9c3 100644 --- a/.buildkite/0_webui.yml +++ b/.buildkite/0_webui.yml @@ -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" diff --git a/.buildkite/llvm_passes.yml b/.buildkite/llvm_passes.yml index 7beb30e418bb2..27611a02b8391 100644 --- a/.buildkite/llvm_passes.yml +++ b/.buildkite/llvm_passes.yml @@ -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 @@ -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"