mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[CI] Fix agent targeting for pipelines added since the PR-build migration (#184208)
## Summary Some pipelines were added/changed since the PR build pipeline was open, this retroactively fixes those agent targeting rules.
This commit is contained in:
parent
715b55122b
commit
f321c4ff2c
2 changed files with 10 additions and 2 deletions
|
@ -2,7 +2,11 @@ steps:
|
|||
- command: .buildkite/scripts/steps/artifacts/docker_image.sh
|
||||
label: 'Build Project Image'
|
||||
agents:
|
||||
queue: n2-16-spot
|
||||
image: family/kibana-ubuntu-2004
|
||||
imageProject: elastic-images-prod
|
||||
provider: gcp
|
||||
machineType: n2-standard-16
|
||||
preemptible: true
|
||||
timeout_in_minutes: 60
|
||||
soft_fail: true
|
||||
retry:
|
||||
|
|
|
@ -2,7 +2,11 @@ steps:
|
|||
- command: .buildkite/scripts/steps/functional/slo_plugin_e2e.sh
|
||||
label: 'SLO Plugin @elastic/synthetics Tests'
|
||||
agents:
|
||||
queue: n2-4-spot
|
||||
image: family/kibana-ubuntu-2004
|
||||
imageProject: elastic-images-prod
|
||||
provider: gcp
|
||||
machineType: n2-standard-4
|
||||
preemptible: true
|
||||
depends_on:
|
||||
- build
|
||||
- quick_checks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue