Skip to content

Commit 3f36bc7

Browse files
DilumAluthgeKristofferC
authored andcommitted
CI (Buildkite): use a consistent naming scheme for labels, keys, and commit statuses (#41543)
(cherry picked from commit ffc340c)
1 parent dede9df commit 3f36bc7

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.buildkite/embedding.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ agents:
88
os: "linux"
99

1010
steps:
11-
- label: "Run embedding tests"
12-
key: embedding
11+
- label: "embedding"
12+
key: "embedding"
1313
plugins:
1414
- JuliaCI/julia#v1:
1515
version: 1.6

.buildkite/llvm_passes.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ agents:
99

1010
steps:
1111
- label: "analyzegc"
12-
key: analyzegc
12+
key: "analyzegc"
1313
plugins:
1414
- JuliaCI/julia#v1:
1515
version: 1.6
@@ -31,7 +31,7 @@ steps:
3131
context: "analyzegc"
3232

3333
- label: "llvmpasses"
34-
key: llvmpasses
34+
key: "llvmpasses"
3535
plugins:
3636
- JuliaCI/julia#v1:
3737
version: 1.6
@@ -52,4 +52,4 @@ steps:
5252
timeout_in_minutes: 60
5353
notify:
5454
- github_commit_status:
55-
context: "llvm passes"
55+
context: "llvmpasses"

.buildkite/whitespace.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ agents:
88
os: "linux"
99

1010
steps:
11-
- label: "Check whitespace"
12-
key: whitespace
11+
- label: "whitespace"
12+
key: "whitespace"
1313
plugins:
1414
- JuliaCI/julia#v1:
1515
version: 1.6

0 commit comments

Comments
 (0)