mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-19 04:45:07 -04:00
13 lines
361 B
YAML
13 lines
361 B
YAML
config:
|
|
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
|
|
timeout_in_minutes: 300
|
|
agents:
|
|
provider: gcp
|
|
image: family/elasticsearch-ubuntu-2004
|
|
machineType: custom-32-98304
|
|
buildDirectory: /dev/shm/bk
|