mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Security Solution][Endpoint] Update the agents.queue
setting for Defend Workflow buildkite jobs (#166981)
## Summary - sets the `agents.queue` for Defend Workflows jobs to `n2-4-virt`, since these jobs need to create and run VMs using Vagrant - Should address failures seen in: https://buildkite.com/elastic/kibana-on-merge-unsupported-ftrs
This commit is contained in:
parent
18a95deaea
commit
de712c4d64
2 changed files with 2 additions and 2 deletions
|
@ -88,7 +88,7 @@ steps:
|
|||
- command: .buildkite/scripts/steps/functional/defend_workflows.sh
|
||||
label: 'Defend Workflows Cypress Tests'
|
||||
agents:
|
||||
queue: n2-4-spot
|
||||
queue: n2-4-virt
|
||||
depends_on: build
|
||||
timeout_in_minutes: 120
|
||||
parallelism: 6
|
||||
|
|
|
@ -14,7 +14,7 @@ steps:
|
|||
- command: .buildkite/scripts/steps/functional/defend_workflows_serverless.sh
|
||||
label: 'Defend Workflows Cypress Tests on Serverless'
|
||||
agents:
|
||||
queue: n2-4-spot
|
||||
queue: n2-4-virt
|
||||
depends_on: build
|
||||
timeout_in_minutes: 120
|
||||
parallelism: 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue