Skip to content
This repository was archived by the owner on May 17, 2019. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ steps:
image-repository: 027047743804.dkr.ecr.us-east-2.amazonaws.com/uber
agents:
queue: builders
- name: ':docker: :package: node8'
plugins:
'docker-compose#v1.7.0':
build: fusion-plugin-rpc-redux-react-node-last
image-repository: 027047743804.dkr.ecr.us-east-2.amazonaws.com/uber
agents:
queue: builders
- wait
- command: yarn flow
name: ':flowtype:'
Expand All @@ -14,24 +21,52 @@ steps:
run: fusion-plugin-rpc-redux-react
agents:
queue: workers
- command: yarn flow
name: ':flowtype: node8'
plugins:
'docker-compose#v1.7.0':
run: fusion-plugin-rpc-redux-react-node-last
agents:
queue: workers
- name: ':eslint:'
command: yarn lint
plugins:
'docker-compose#v1.7.0':
run: fusion-plugin-rpc-redux-react
agents:
queue: workers
- name: ':eslint: node8'
command: yarn lint
plugins:
'docker-compose#v1.7.0':
run: fusion-plugin-rpc-redux-react-node-last
agents:
queue: workers
- name: ':chrome: :white_check_mark:'
command: .buildkite/browserTests
plugins:
'docker-compose#v1.7.0':
run: fusion-plugin-rpc-redux-react
agents:
queue: workers
- name: ':chrome: :white_check_mark: node8'
command: .buildkite/browserTests
plugins:
'docker-compose#v1.7.0':
run: fusion-plugin-rpc-redux-react-node-last
agents:
queue: workers
- name: ':node: :white_check_mark:'
command: .buildkite/nodeTests
plugins:
'docker-compose#v1.7.0':
run: fusion-plugin-rpc-redux-react
agents:
queue: workers
- name: ':node: :white_check_mark: node8'
command: .buildkite/nodeTests
plugins:
'docker-compose#v1.7.0':
run: fusion-plugin-rpc-redux-react-node-last
agents:
queue: workers
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM uber/web-base-image:1.0.9@sha256:98ad970fd8dadc43ecec9909e27dc543a88d096f722d00e07e0b25047e9388bc
ARG BASE_IMAGE=uber/web-base-image:2.0.0
FROM $BASE_IMAGE

WORKDIR /fusion-plugin-rpc-redux-react

Expand Down
6 changes: 6 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@ services:
- BUILDKITE_BUILD_URL
- BUILDKITE_PROJECT_SLUG
- BUILDKITE_COMMIT
fusion-plugin-rpc-redux-react-node-last:
extends: fusion-plugin-rpc-redux-react
build:
context: .
args:
BASE_IMAGE: 'uber/web-base-image:1.0.9'