Skip to content

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 11, 2018
1 parent 703a7a1 commit 74e7cb2
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
steps:
- name: ":docker: :package:"
- name: ':docker: :package:'
plugins:
docker-compose#v1.5.2:
'docker-compose#v1.5.2':
build: probot-app-pr-title
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
- name: ":eslint:"
command: "yarn lint"
- name: ':eslint:'
command: yarn lint
plugins:
docker-compose#v1.5.2:
'docker-compose#v1.5.2':
run: probot-app-pr-title
- name: ":jest:"
command: "yarn jest"
agents:
queue: workers
- name: ':jest:'
command: yarn jest
plugins:
docker-compose#v1.5.2:
'docker-compose#v1.5.2':
run: probot-app-pr-title
agents:
queue: workers

0 comments on commit 74e7cb2

Please sign in to comment.