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

This commit is contained in:
Brian Seeders 2025-04-04 13:11:43 -04:00 committed by GitHub
parent eaac8ee36c
commit 5706e075ad
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