mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[ci] Add timeout to pick test groups step (#167718)
Partially fixes https://buildkite.com/elastic/kibana-on-merge/builds/36020#018ae06d-ac89-480a-9098-e10b9ad554f3
This commit is contained in:
parent
45771ffc92
commit
daac511a65
5 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,7 @@ steps:
|
|||
label: 'Pick Test Group Run Order'
|
||||
agents:
|
||||
queue: kibana-default
|
||||
timeout_in_minutes: 10
|
||||
env:
|
||||
FTR_CONFIGS_DEPS: ''
|
||||
LIMIT_CONFIG_TYPE: 'unit,integration'
|
||||
|
|
|
@ -35,6 +35,7 @@ steps:
|
|||
command: .buildkite/scripts/steps/test/pick_test_group_run_order.sh
|
||||
agents:
|
||||
queue: kibana-default
|
||||
timeout_in_minutes: 10
|
||||
env:
|
||||
FTR_CONFIGS_SCRIPT: 'TEST_ES_SERVERLESS_IMAGE=$ES_SERVERLESS_IMAGE .buildkite/scripts/steps/test/ftr_configs.sh'
|
||||
FTR_CONFIG_PATTERNS: '**/test_serverless/**'
|
||||
|
|
|
@ -35,6 +35,7 @@ steps:
|
|||
label: 'Pick Test Group Run Order'
|
||||
agents:
|
||||
queue: kibana-default
|
||||
timeout_in_minutes: 10
|
||||
env:
|
||||
JEST_UNIT_SCRIPT: '.buildkite/scripts/steps/test/jest.sh'
|
||||
JEST_INTEGRATION_SCRIPT: '.buildkite/scripts/steps/test/jest_integration.sh'
|
||||
|
|
|
@ -69,6 +69,7 @@ steps:
|
|||
label: 'Pick Test Group Run Order'
|
||||
agents:
|
||||
queue: kibana-default
|
||||
timeout_in_minutes: 10
|
||||
env:
|
||||
JEST_UNIT_SCRIPT: '.buildkite/scripts/steps/test/jest.sh'
|
||||
JEST_INTEGRATION_SCRIPT: '.buildkite/scripts/steps/test/jest_integration.sh'
|
||||
|
|
|
@ -47,6 +47,7 @@ steps:
|
|||
label: 'Pick Test Group Run Order'
|
||||
agents:
|
||||
queue: kibana-default
|
||||
timeout_in_minutes: 10
|
||||
env:
|
||||
JEST_UNIT_SCRIPT: '.buildkite/scripts/steps/test/jest.sh'
|
||||
JEST_INTEGRATION_SCRIPT: '.buildkite/scripts/steps/test/jest_integration.sh'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue