Skip to content

Commit

Permalink
Remove all emojis (except for the operating system emojis) (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Apr 8, 2022
1 parent 956099d commit f5f7815
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions pipelines/main/0_webui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pipelines/main/launch_signed_jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 3 additions & 1 deletion pipelines/main/launch_signed_jobs.yml.signature
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
Salted__,�*�[�r�7p6~#���<�ME�� �Q��H'�l7�ϝ@ު���G��+f�����r(�MH���x �#9> �o��i� ;�
Salted__?t����C
\IEGvq]s�
Zsd�A�H�~Z#�u���h.�=�QZ|�_g̈́�c�￸dR���&ʹ�K��’/��a(����۷�Xn
1 change: 0 additions & 1 deletion pipelines/main/misc/llvmpasses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ steps:
queue: "julia"
sandbox_capable: "true"
os: "linux"

- label: "llvmpasses"
key: "llvmpasses"
plugins:
Expand Down
1 change: 0 additions & 1 deletion pipelines/main/misc/sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ steps:
queue: "julia"
sandbox_capable: "true"
os: "linux"

- label: "tsan"
key: "tsan"
plugins:
Expand Down
2 changes: 1 addition & 1 deletion pipelines/main/misc/whitespace.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
steps:
- group: "Check"
steps:
- label: ":buildkite: Whitespace check"
- label: "whitespace"
key: "whitespace"
plugins:
- JuliaCI/external-buildkite#v1:
Expand Down
2 changes: 1 addition & 1 deletion pipelines/main/platforms/test_linux.yml
Original file line number Diff line number Diff line change
@@ -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?}"
Expand Down
2 changes: 1 addition & 1 deletion pipelines/main/platforms/test_macos.yml
Original file line number Diff line number Diff line change
@@ -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?}"
Expand Down
2 changes: 1 addition & 1 deletion pipelines/scheduled/0_webui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pipelines/scheduled/coverage/coverage_linux64.yml
Original file line number Diff line number Diff line change
@@ -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?}
Expand Down
Binary file modified pipelines/scheduled/coverage/coverage_linux64.yml.signature
Binary file not shown.
2 changes: 1 addition & 1 deletion pipelines/scheduled/launch_unsigned_jobs.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f5f7815

Please sign in to comment.