[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:
Alex Szabo 2024-05-24 13:30:16 +02:00 committed by GitHub
parent 715b55122b
commit f321c4ff2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 2 deletions

View file

@ -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:

View file

@ -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