mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-19 04:45:07 -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:
|
config:
|
||||||
allow-labels: "Team:Security"
|
allow-labels:
|
||||||
|
- Team:Security
|
||||||
|
- test-fips
|
||||||
steps:
|
steps:
|
||||||
- label: part-1-fips
|
- label: part-1-fips
|
||||||
command: .ci/scripts/run-gradle.sh -Dignore.tests.seed -Dtests.fips.enabled=true checkPart1
|
command: .ci/scripts/run-gradle.sh -Dignore.tests.seed -Dtests.fips.enabled=true checkPart1
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
config:
|
config:
|
||||||
allow-labels: "Team:Security"
|
allow-labels:
|
||||||
|
- Team:Security
|
||||||
|
- test-fips
|
||||||
steps:
|
steps:
|
||||||
- label: part-2-fips
|
- label: part-2-fips
|
||||||
command: .ci/scripts/run-gradle.sh -Dignore.tests.seed -Dtests.fips.enabled=true checkPart2
|
command: .ci/scripts/run-gradle.sh -Dignore.tests.seed -Dtests.fips.enabled=true checkPart2
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
config:
|
config:
|
||||||
allow-labels: "Team:Security"
|
allow-labels:
|
||||||
|
- Team:Security
|
||||||
|
- test-fips
|
||||||
steps:
|
steps:
|
||||||
- label: part-3-fips
|
- label: part-3-fips
|
||||||
command: .ci/scripts/run-gradle.sh -Dignore.tests.seed -Dtests.fips.enabled=true checkPart3
|
command: .ci/scripts/run-gradle.sh -Dignore.tests.seed -Dtests.fips.enabled=true checkPart3
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
config:
|
config:
|
||||||
allow-labels: "Team:Security"
|
allow-labels:
|
||||||
|
- Team:Security
|
||||||
|
- test-fips
|
||||||
steps:
|
steps:
|
||||||
- label: part-4-fips
|
- label: part-4-fips
|
||||||
command: .ci/scripts/run-gradle.sh -Dignore.tests.seed -Dtests.fips.enabled=true checkPart4
|
command: .ci/scripts/run-gradle.sh -Dignore.tests.seed -Dtests.fips.enabled=true checkPart4
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
config:
|
config:
|
||||||
allow-labels: "Team:Security"
|
allow-labels:
|
||||||
|
- Team:Security
|
||||||
|
- test-fips
|
||||||
steps:
|
steps:
|
||||||
- label: part-5-fips
|
- label: part-5-fips
|
||||||
command: .ci/scripts/run-gradle.sh -Dignore.tests.seed -Dtests.fips.enabled=true checkPart5
|
command: .ci/scripts/run-gradle.sh -Dignore.tests.seed -Dtests.fips.enabled=true checkPart5
|
||||||
|
|
Loading…
Add table
Reference in a new issue