Skip to content
This repository has been archived by the owner on Aug 1, 2018. It is now read-only.

Commit

Permalink
Update pipeline queues
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGrandon authored and fusion-bot[bot] committed Jan 10, 2018
1 parent 90b434e commit 9850409
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,20 +3,28 @@ steps:
plugins:
'docker-compose#v1.5.2':
build: fusion-react-async
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
- command: yarn flow
name: ':flowtype:'
plugins:
'docker-compose#v1.5.2':
run: fusion-react-async
agents:
queue: workers
- name: ':eslint:'
command: yarn lint
plugins:
'docker-compose#v1.5.2':
run: fusion-react-async
agents:
queue: workers
- name: ':node: :white_check_mark:'
command: .buildkite/nodeTests
plugins:
'docker-compose#v1.5.2':
run: fusion-react-async
agents:
queue: workers

0 comments on commit 9850409

Please sign in to comment.