mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
migrate performance/daily.yml to the new agent targeting rules
This commit is contained in:
parent
8b028d8ddc
commit
93c57952ca
1 changed files with 16 additions and 4 deletions
|
@ -11,20 +11,29 @@ steps:
|
|||
- label: ':male-mechanic::skin-tone-2: Pre-Build'
|
||||
command: .buildkite/scripts/lifecycle/pre_build.sh
|
||||
agents:
|
||||
queue: kibana-default
|
||||
image: family/kibana-ubuntu-2004
|
||||
imageProject: elastic-images-prod
|
||||
provider: gcp
|
||||
machineType: n2-standard-2
|
||||
|
||||
- wait
|
||||
|
||||
- label: ':factory_worker: Build Kibana Distribution and Plugins'
|
||||
command: .buildkite/scripts/steps/build_kibana.sh
|
||||
agents:
|
||||
queue: c2-16
|
||||
image: family/kibana-ubuntu-2004
|
||||
imageProject: elastic-images-prod
|
||||
provider: gcp
|
||||
machineType: c2-standard-16
|
||||
key: build
|
||||
|
||||
- label: ':muscle: Performance Tests with Playwright config'
|
||||
command: .buildkite/scripts/steps/functional/performance_playwright.sh
|
||||
agents:
|
||||
queue: c2-16
|
||||
image: family/kibana-ubuntu-2004
|
||||
imageProject: elastic-images-prod
|
||||
provider: gcp
|
||||
machineType: c2-standard-16
|
||||
depends_on: build
|
||||
|
||||
- wait: ~
|
||||
|
@ -33,4 +42,7 @@ steps:
|
|||
- label: ':male_superhero::skin-tone-2: Post-Build'
|
||||
command: .buildkite/scripts/lifecycle/post_build.sh
|
||||
agents:
|
||||
queue: kibana-default
|
||||
image: family/kibana-ubuntu-2004
|
||||
imageProject: elastic-images-prod
|
||||
provider: gcp
|
||||
machineType: n2-standard-2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue