mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
[buildkite] Speed up OSS misc tests by removing TS refs and bumping instance (#113855)
This commit is contained in:
parent
5216442d6c
commit
083eb24876
3 changed files with 2 additions and 5 deletions
|
@ -98,7 +98,7 @@ steps:
|
|||
- command: .buildkite/scripts/steps/functional/oss_misc.sh
|
||||
label: 'OSS Misc Functional Tests'
|
||||
agents:
|
||||
queue: ci-group-4d
|
||||
queue: ci-group-6
|
||||
depends_on: build
|
||||
timeout_in_minutes: 120
|
||||
retry:
|
||||
|
|
|
@ -96,7 +96,7 @@ steps:
|
|||
- command: .buildkite/scripts/steps/functional/oss_misc.sh
|
||||
label: 'OSS Misc Functional Tests'
|
||||
agents:
|
||||
queue: ci-group-4d
|
||||
queue: ci-group-6
|
||||
depends_on: build
|
||||
timeout_in_minutes: 120
|
||||
retry:
|
||||
|
|
|
@ -2,9 +2,6 @@
|
|||
|
||||
set -euo pipefail
|
||||
|
||||
# Required, at least for kbn_sample_panel_action
|
||||
export BUILD_TS_REFS_DISABLE=false
|
||||
|
||||
source .buildkite/scripts/steps/functional/common.sh
|
||||
|
||||
# Required, at least for plugin_functional tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue