diff --git a/pipelines/main/0_webui.yml b/pipelines/main/0_webui.yml index 68187de8..2da76b42 100644 --- a/pipelines/main/0_webui.yml +++ b/pipelines/main/0_webui.yml @@ -2,9 +2,9 @@ # It is purely for keeping track of the changes we make to the webUI configuration; modifying this file has no effect. # We use the `cryptic` buildkite plugin to provide secrets management, which requires some integration into the WebUI's steps. steps: - - group: ":buildkite:" + - group: "Web UI" steps: - - label: ":unlock: Unlock secrets, launch pipelines" + - label: "Unlock secrets, launch pipelines" agents: queue: "julia" cryptic_capable: "true" diff --git a/pipelines/main/launch_signed_jobs.yml b/pipelines/main/launch_signed_jobs.yml index 8e09320b..b42f0fba 100644 --- a/pipelines/main/launch_signed_jobs.yml +++ b/pipelines/main/launch_signed_jobs.yml @@ -6,7 +6,7 @@ steps: - github_commit_status: context: "Upload" steps: - - label: ":buildkite: :unlock: Launch signed pipelines" + - label: "Launch signed pipelines" plugins: - JuliaCI/external-buildkite#v1: version: "./.buildkite-external-version" diff --git a/pipelines/main/launch_signed_jobs.yml.signature b/pipelines/main/launch_signed_jobs.yml.signature index de1017cd..c149f7f7 100644 --- a/pipelines/main/launch_signed_jobs.yml.signature +++ b/pipelines/main/launch_signed_jobs.yml.signature @@ -1 +1,3 @@ -Salted__,ª*½[´rÌ7p6~#÷ùÓ<ãMEÓø ÕQâÃH'Él7âÏ@ÞªºŸñGò½¯+f–ÅÞä¸r(ñMH¥¯®x ·#9> æo¦žiä ;¢ \ No newline at end of file +Salted__?t¸“•äC +\IEGvq]sß +ZsdÕA£Hÿ~Z#æu®¥Ãh.Ä=ªQZ|è_gÍ„öc²ï¿¸dRÅÖÊ&Í´ÛK€ÂÂ’/üƒa(ü¾ÑóÛ·¼Xn \ No newline at end of file diff --git a/pipelines/main/misc/llvmpasses.yml b/pipelines/main/misc/llvmpasses.yml index 44c7730a..2bda66d4 100644 --- a/pipelines/main/misc/llvmpasses.yml +++ b/pipelines/main/misc/llvmpasses.yml @@ -28,7 +28,6 @@ steps: queue: "julia" sandbox_capable: "true" os: "linux" - - label: "llvmpasses" key: "llvmpasses" plugins: diff --git a/pipelines/main/misc/sanitizers.yml b/pipelines/main/misc/sanitizers.yml index ab4aca1a..218782dc 100644 --- a/pipelines/main/misc/sanitizers.yml +++ b/pipelines/main/misc/sanitizers.yml @@ -36,7 +36,6 @@ steps: queue: "julia" sandbox_capable: "true" os: "linux" - - label: "tsan" key: "tsan" plugins: diff --git a/pipelines/main/misc/whitespace.yml b/pipelines/main/misc/whitespace.yml index 07fb0445..a033fd9f 100644 --- a/pipelines/main/misc/whitespace.yml +++ b/pipelines/main/misc/whitespace.yml @@ -1,7 +1,7 @@ steps: - group: "Check" steps: - - label: ":buildkite: Whitespace check" + - label: "whitespace" key: "whitespace" plugins: - JuliaCI/external-buildkite#v1: diff --git a/pipelines/main/platforms/test_linux.yml b/pipelines/main/platforms/test_linux.yml index 48713a27..50d932e9 100644 --- a/pipelines/main/platforms/test_linux.yml +++ b/pipelines/main/platforms/test_linux.yml @@ -1,7 +1,7 @@ steps: - group: "Test" steps: - - label: ":linux: :test_tube: test ${TRIPLET?}${USE_RR-}" + - label: ":linux: test ${TRIPLET?}${USE_RR-}" key: "test_${TRIPLET?}${USE_RR-}" depends_on: - "build_${TRIPLET?}" diff --git a/pipelines/main/platforms/test_macos.yml b/pipelines/main/platforms/test_macos.yml index b959832b..12224748 100644 --- a/pipelines/main/platforms/test_macos.yml +++ b/pipelines/main/platforms/test_macos.yml @@ -1,7 +1,7 @@ steps: - group: "Test" steps: - - label: ":macos: :test_tube: test ${TRIPLET?}" + - label: ":macos: test ${TRIPLET?}" key: "test_${TRIPLET?}" depends_on: - "build_${TRIPLET?}" diff --git a/pipelines/scheduled/0_webui.yml b/pipelines/scheduled/0_webui.yml index c90cf937..8ece30b5 100644 --- a/pipelines/scheduled/0_webui.yml +++ b/pipelines/scheduled/0_webui.yml @@ -2,7 +2,7 @@ # It is purely for keeping track of the changes we make to the webUI configuration; modifying this file has no effect. # We use the `cryptic` buildkite plugin to provide secrets management, which requires some integration into the WebUI's steps. steps: - - label: ":unlock: Unlock secrets, launch pipelines" + - label: "Unlock secrets, launch pipelines" plugins: - staticfloat/cryptic: # Our list of pipelines that should be launched (but don't require a signature) diff --git a/pipelines/scheduled/coverage/coverage_linux64.yml b/pipelines/scheduled/coverage/coverage_linux64.yml index 4d011cec..e9fb8182 100644 --- a/pipelines/scheduled/coverage/coverage_linux64.yml +++ b/pipelines/scheduled/coverage/coverage_linux64.yml @@ -1,5 +1,5 @@ steps: - - label: ":unlock: :coverage: Run coverage test" + - label: "Coverage" # We must accept the signed job id secret in order to propagate secrets env: BUILDKITE_PLUGIN_CRYPTIC_BASE64_SIGNED_JOB_ID_SECRET: ${BUILDKITE_PLUGIN_CRYPTIC_BASE64_SIGNED_JOB_ID_SECRET?} diff --git a/pipelines/scheduled/coverage/coverage_linux64.yml.signature b/pipelines/scheduled/coverage/coverage_linux64.yml.signature index e3da3156..f7d76958 100644 Binary files a/pipelines/scheduled/coverage/coverage_linux64.yml.signature and b/pipelines/scheduled/coverage/coverage_linux64.yml.signature differ diff --git a/pipelines/scheduled/launch_unsigned_jobs.yml b/pipelines/scheduled/launch_unsigned_jobs.yml index 2ebf1bbd..0156058b 100644 --- a/pipelines/scheduled/launch_unsigned_jobs.yml +++ b/pipelines/scheduled/launch_unsigned_jobs.yml @@ -1,5 +1,5 @@ steps: - - label: ":buildkite: Launch unsigned jobs" + - label: "Launch unsigned jobs" commands: | # Launch all of the `USE_BINARYBUILDER=0` jobs. bash .buildkite/utilities/arches_pipeline_upload.sh .buildkite/pipelines/scheduled/no_bb/no_bb_package_linux.arches .buildkite/pipelines/main/platforms/package_linux.yml