[CI] Trigger FIPS PR tests when test-fips label is present (#126332) (#126334)

(cherry picked from commit 5706e075ad)
This commit is contained in:
Brian Seeders 2025-04-04 17:47:47 -04:00 committed by GitHub
parent 8c04b5ea3e
commit c2c59b2f91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 15 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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