Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Buildkite machine queues #317

Merged
merged 1 commit into from May 7, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions .buildkite/pipeline.yml
Expand Up @@ -5,7 +5,7 @@ steps:
build: streetscape
image-repository: 027047743804.dkr.ecr.us-east-2.amazonaws.com/uber
agents:
queue: private-builders
queue: builders

- wait

Expand All @@ -15,20 +15,20 @@ steps:
docker-compose#v1.5.2:
run: streetscape
agents:
queue: private-default
queue: workers

- name: ":node:"
command: "yarn test cover && cat coverage/lcov.info | coveralls"
plugins:
docker-compose#v1.5.2:
run: streetscape
agents:
queue: private-default
queue: workers

- name: ":chrome:"
command: "sh /etc/init.d/xvfb && yarn test browser"
plugins:
docker-compose#v1.5.2:
run: streetscape
agents:
queue: private-default
queue: workers