We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 091adb0 commit 020f7ebCopy full SHA for 020f7eb
.buildkite/pipeline.yml
@@ -24,8 +24,8 @@ steps:
24
- "junit-*.xml"
25
26
# Run unit tests with requirefips tag to validate functionality
27
- - label: ":linux: Test Linux FIPS"
28
- key: test-lin-fips
+ - label: ":linux: Test Linux with requirefips build tag"
+ key: test-lin-fips-tag
29
command:
30
- ".buildkite/scripts/test.sh"
31
env:
@@ -80,7 +80,9 @@ steps:
80
depends_on:
81
- step: "test-lin"
82
allow_failure: true
83
- - step: "test-lin-fips"
+ - step: "test-lin-fips-tag"
84
+ allow_failure: true
85
+ - step: "test-lin-fipsonly"
86
87
- step: "test-win"
88
0 commit comments