Skip to content

Commit

Permalink
[Security Solution][Endpoint] Update the agents.queue setting for D…
Browse files Browse the repository at this point in the history
…efend 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
  • Loading branch information
paul-tavares authored Sep 21, 2023
1 parent 18a95de commit de712c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipelines/on_merge_unsupported_ftrs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/pipelines/pull_request/defend_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de712c4

Please sign in to comment.