Skip to content
Snippets Groups Projects
Commit a8e00740 authored by Brandon Pfeifer's avatar Brandon Pfeifer
Browse files

chore: separate build into multiple steps

parent d0e95946
Branches
No related tags found
No related merge requests found
...@@ -18,7 +18,21 @@ workflows: ...@@ -18,7 +18,21 @@ workflows:
version: 2 version: 2
ci: ci:
jobs: jobs:
- build - build:
name: build-chronograf
product: chronograf
- build:
name: build-dockerlib
product: dockerlib
- build:
name: build-influxdb
product: influxdb
- build:
name: build-kapacitor
product: kapacitor
- build:
name: build-telegraf
product: telegraf
- test-influxdb: - test-influxdb:
matrix: matrix:
parameters: parameters:
...@@ -36,12 +50,16 @@ workflows: ...@@ -36,12 +50,16 @@ workflows:
jobs: jobs:
build: build:
parameters:
product:
type: string
docker: docker:
- image: cimg/go:1.15.6 - image: cimg/go:1.15.6
steps: steps:
- checkout - checkout
- setup_remote_docker - setup_remote_docker
- run: bash circle-test.sh - run: |
./circle-test.sh "<< parameters.product >>"
test-influxdb: test-influxdb:
<<: *ubuntu_machine <<: *ubuntu_machine
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment