File tree Expand file tree Collapse file tree 5 files changed +15
-5
lines changed
.buildkite/pipelines/pull-request Expand file tree Collapse file tree 5 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1
1
config :
2
- allow-labels : " Team:Security"
2
+ allow-labels :
3
+ - Team:Security
4
+ - test-fips
3
5
steps :
4
6
- label : part-1-fips
5
7
command : .ci/scripts/run-gradle.sh -Dignore.tests.seed -Dtests.fips.enabled=true checkPart1
Original file line number Diff line number Diff line change 1
1
config :
2
- allow-labels : " Team:Security"
2
+ allow-labels :
3
+ - Team:Security
4
+ - test-fips
3
5
steps :
4
6
- label : part-2-fips
5
7
command : .ci/scripts/run-gradle.sh -Dignore.tests.seed -Dtests.fips.enabled=true checkPart2
Original file line number Diff line number Diff line change 1
1
config :
2
- allow-labels : " Team:Security"
2
+ allow-labels :
3
+ - Team:Security
4
+ - test-fips
3
5
steps :
4
6
- label : part-3-fips
5
7
command : .ci/scripts/run-gradle.sh -Dignore.tests.seed -Dtests.fips.enabled=true checkPart3
Original file line number Diff line number Diff line change 1
1
config :
2
- allow-labels : " Team:Security"
2
+ allow-labels :
3
+ - Team:Security
4
+ - test-fips
3
5
steps :
4
6
- label : part-4-fips
5
7
command : .ci/scripts/run-gradle.sh -Dignore.tests.seed -Dtests.fips.enabled=true checkPart4
Original file line number Diff line number Diff line change 1
1
config :
2
- allow-labels : " Team:Security"
2
+ allow-labels :
3
+ - Team:Security
4
+ - test-fips
3
5
steps :
4
6
- label : part-5-fips
5
7
command : .ci/scripts/run-gradle.sh -Dignore.tests.seed -Dtests.fips.enabled=true checkPart5
You can’t perform that action at this time.
0 commit comments