Skip to content

Commit

Permalink
Merge pull request #57 from buildkite-plugins/remove-explicit-queue
Browse files Browse the repository at this point in the history
Remove explicit targeting of the hosted queue
  • Loading branch information
yob authored Jul 29, 2024
2 parents ef5e378 + d2c33cb commit 7815da7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ env:
VAULT_DEV_ROOT_TOKEN_ID: "88F4384B-98E9-4AE3-B00C-F55678F89080"
steps:
- label: "Shellcheck"
agents:
queue: "hosted"
plugins:
- shellcheck#v1.3.0:
files:
Expand All @@ -20,15 +18,11 @@ steps:
id: vault-secrets

- label: ":test_tube: Tests"
agents:
queue: "hosted"
plugins:
- plugin-tester#v1.1.1: ~

- label: ":vault: :test_tube: Integration Tests"
command: .buildkite/steps/test_integration.sh
agents:
queue: "hosted"
plugins:
docker-compose#v5.3.0:
config:
Expand Down

0 comments on commit 7815da7

Please sign in to comment.