Skip to content
This repository was archived by the owner on May 17, 2019. It is now read-only.

Commit 5514c40

Browse files
KevinGrandonfusion-bot[bot]
authored and
fusion-bot[bot]
committed
Update pipeline queues
#19
1 parent 1fe01ef commit 5514c40

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,28 @@ steps:
33
plugins:
44
'docker-compose#v1.7.0':
55
build: fusion-plugin-i18n-react
6-
image-repository: 296822479253.dkr.ecr.us-east-2.amazonaws.com/fusionjs
6+
image-repository: 027047743804.dkr.ecr.us-east-2.amazonaws.com/uber
7+
agents:
8+
queue: builders
79
- wait
810
- command: yarn flow
911
name: ':flowtype:'
1012
plugins:
1113
'docker-compose#v1.7.0':
1214
run: fusion-plugin-i18n-react
15+
agents:
16+
queue: workers
1317
- name: ':eslint:'
1418
command: yarn lint
1519
plugins:
1620
'docker-compose#v1.7.0':
1721
run: fusion-plugin-i18n-react
22+
agents:
23+
queue: workers
1824
- name: ':node: :white_check_mark:'
1925
command: .buildkite/nodeTests
2026
plugins:
2127
'docker-compose#v1.7.0':
2228
run: fusion-plugin-i18n-react
29+
agents:
30+
queue: workers

0 commit comments

Comments
 (0)