[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:
Paul Tavares 2023-09-21 17:01:55 -04:00 committed by GitHub
parent 18a95deaea
commit de712c4d64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

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