Skip to content

Commit

Permalink
Update buildkite agent queues (#384)
Browse files Browse the repository at this point in the history
We are in the process of upgrading Buildkite infrastructure and would like to optimize by updating pipeline queues.
  • Loading branch information
KevinGrandon authored and ibgreen committed Jan 10, 2018
1 parent 47e2e72 commit c940797
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ steps:
plugins:
docker-compose#v1.5.2:
build: luma-gl
image-repository: 296822479253.dkr.ecr.us-east-2.amazonaws.com/fusionjs
image-repository: 027047743804.dkr.ecr.us-east-2.amazonaws.com/uber
agents:
queue: builders

- wait

Expand All @@ -12,15 +14,21 @@ steps:
plugins:
docker-compose#v1.5.2:
run: luma-gl
agents:
queue: workers

- name: ":hourglass:"
command: "sh /etc/init.d/xvfb && yarn test"
plugins:
docker-compose#v1.5.2:
run: luma-gl
agents:
queue: workers

- name: ":package:"
command: "yarn build"
plugins:
docker-compose#v1.5.2:
run: luma-gl
agents:
queue: workers

0 comments on commit c940797

Please sign in to comment.