(cherry picked from commit 5706e075ad
)
This commit is contained in:
parent
8c04b5ea3e
commit
c2c59b2f91
|
@ -1,5 +1,7 @@
|
|||
config:
|
||||
allow-labels: "Team:Security"
|
||||
allow-labels:
|
||||
- Team:Security
|
||||
- test-fips
|
||||
steps:
|
||||
- label: part-1-fips
|
||||
command: .ci/scripts/run-gradle.sh -Dignore.tests.seed -Dtests.fips.enabled=true checkPart1
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
config:
|
||||
allow-labels: "Team:Security"
|
||||
allow-labels:
|
||||
- Team:Security
|
||||
- test-fips
|
||||
steps:
|
||||
- label: part-2-fips
|
||||
command: .ci/scripts/run-gradle.sh -Dignore.tests.seed -Dtests.fips.enabled=true checkPart2
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
config:
|
||||
allow-labels: "Team:Security"
|
||||
allow-labels:
|
||||
- Team:Security
|
||||
- test-fips
|
||||
steps:
|
||||
- label: part-3-fips
|
||||
command: .ci/scripts/run-gradle.sh -Dignore.tests.seed -Dtests.fips.enabled=true checkPart3
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
config:
|
||||
allow-labels: "Team:Security"
|
||||
allow-labels:
|
||||
- Team:Security
|
||||
- test-fips
|
||||
steps:
|
||||
- label: part-4-fips
|
||||
command: .ci/scripts/run-gradle.sh -Dignore.tests.seed -Dtests.fips.enabled=true checkPart4
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
config:
|
||||
allow-labels: "Team:Security"
|
||||
allow-labels:
|
||||
- Team:Security
|
||||
- test-fips
|
||||
steps:
|
||||
- label: part-5-fips
|
||||
command: .ci/scripts/run-gradle.sh -Dignore.tests.seed -Dtests.fips.enabled=true checkPart5
|
||||
|
|
Loading…
Reference in New Issue