mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[CI] Fix agent targeting ES verification's verify step (#180580)
## Summary Apparently missed a spot in an agent targeting rule in `verify.yml`, this PR fixes it. Connected to: #180346
This commit is contained in:
parent
d1b78a050d
commit
bb32997953
1 changed files with 4 additions and 1 deletions
|
@ -38,7 +38,10 @@ steps:
|
|||
label: 'Default CI Group'
|
||||
parallelism: 27
|
||||
agents:
|
||||
queue: n2-4
|
||||
image: family/kibana-ubuntu-2004
|
||||
imageProject: elastic-images-qa
|
||||
provider: gcp
|
||||
machineType: n2-standard-4
|
||||
depends_on: build
|
||||
timeout_in_minutes: 150
|
||||
key: default-cigroup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue