Skip to content

Commit b3fdf1a

Browse files
committed
Fix bwc snapshot pipeline step keys
1 parent 42b6da2 commit b3fdf1a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.buildkite/pipelines/pull-request/bwc-snapshots.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ steps:
77
- group: bwc-snapshots
88
steps:
99
- label: "{{matrix.BWC_VERSION}} / bwc-snapshots / Part 1"
10-
key: "bwc-snapshots"
10+
key: "bwc-snapshots-part1"
1111
command: .ci/scripts/run-gradle.sh -Dignore.tests.seed v{{matrix.BWC_VERSION}}#bwcTestPart1
1212
timeout_in_minutes: 300
1313
matrix:
@@ -19,7 +19,7 @@ steps:
1919
machineType: n1-standard-32
2020
buildDirectory: /dev/shm/bk
2121
- label: "{{matrix.BWC_VERSION}} / bwc-snapshots / Part 2"
22-
key: "bwc-snapshots"
22+
key: "bwc-snapshots-part2"
2323
command: .ci/scripts/run-gradle.sh -Dignore.tests.seed v{{matrix.BWC_VERSION}}#bwcTestPart2
2424
timeout_in_minutes: 300
2525
matrix:
@@ -31,7 +31,7 @@ steps:
3131
machineType: n1-standard-32
3232
buildDirectory: /dev/shm/bk
3333
- label: "{{matrix.BWC_VERSION}} / bwc-snapshots / Part 3"
34-
key: "bwc-snapshots"
34+
key: "bwc-snapshots-part3"
3535
command: .ci/scripts/run-gradle.sh -Dignore.tests.seed v{{matrix.BWC_VERSION}}#bwcTestPart3
3636
timeout_in_minutes: 300
3737
matrix:
@@ -43,7 +43,7 @@ steps:
4343
machineType: n1-standard-32
4444
buildDirectory: /dev/shm/bk
4545
- label: "{{matrix.BWC_VERSION}} / bwc-snapshots / Part 4"
46-
key: "bwc-snapshots"
46+
key: "bwc-snapshots-part4"
4747
command: .ci/scripts/run-gradle.sh -Dignore.tests.seed v{{matrix.BWC_VERSION}}#bwcTestPart5
4848
timeout_in_minutes: 300
4949
matrix:
@@ -55,7 +55,7 @@ steps:
5555
machineType: n1-standard-32
5656
buildDirectory: /dev/shm/bk
5757
- label: "{{matrix.BWC_VERSION}} / bwc-snapshots / Part 5"
58-
key: "bwc-snapshots"
58+
key: "bwc-snapshots-part4"
5959
command: .ci/scripts/run-gradle.sh -Dignore.tests.seed v{{matrix.BWC_VERSION}}#bwcTestPart5
6060
timeout_in_minutes: 300
6161
matrix:

0 commit comments

Comments
 (0)