mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-17 20:05:09 -04:00
[CI] Trigger FIPS PR tests when test-fips label is present (#126332)
This commit is contained in:
parent
eaac8ee36c
commit
5706e075ad
5 changed files with 15 additions and 5 deletions
|
@ -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…
Add table
Reference in a new issue