Skip to content

Commit 020f7eb

Browse files
Rename buildkite test step to avoid confusion (#310)
1 parent 091adb0 commit 020f7eb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.buildkite/pipeline.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ steps:
2424
- "junit-*.xml"
2525

2626
# Run unit tests with requirefips tag to validate functionality
27-
- label: ":linux: Test Linux FIPS"
28-
key: test-lin-fips
27+
- label: ":linux: Test Linux with requirefips build tag"
28+
key: test-lin-fips-tag
2929
command:
3030
- ".buildkite/scripts/test.sh"
3131
env:
@@ -80,7 +80,9 @@ steps:
8080
depends_on:
8181
- step: "test-lin"
8282
allow_failure: true
83-
- step: "test-lin-fips"
83+
- step: "test-lin-fips-tag"
84+
allow_failure: true
85+
- step: "test-lin-fipsonly"
8486
allow_failure: true
8587
- step: "test-win"
8688
allow_failure: true

0 commit comments

Comments
 (0)