File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,21 @@ workflows:
18
18
version : 2
19
19
ci :
20
20
jobs :
21
- - build
21
+ - build :
22
+ name : build-chronograf
23
+ product : chronograf
24
+ - build :
25
+ name : build-dockerlib
26
+ product : dockerlib
27
+ - build :
28
+ name : build-influxdb
29
+ product : influxdb
30
+ - build :
31
+ name : build-kapacitor
32
+ product : kapacitor
33
+ - build :
34
+ name : build-telegraf
35
+ product : telegraf
22
36
- test-influxdb :
23
37
matrix :
24
38
parameters :
@@ -36,12 +50,16 @@ workflows:
36
50
37
51
jobs :
38
52
build :
53
+ parameters :
54
+ product :
55
+ type : string
39
56
docker :
40
57
- image : cimg/go:1.15.6
41
58
steps :
42
59
- checkout
43
60
- setup_remote_docker
44
- - run : bash circle-test.sh
61
+ - run : |
62
+ ./circle-test.sh "<< parameters.product >>"
45
63
46
64
test-influxdb :
47
65
<< : *ubuntu_machine
You can’t perform that action at this time.
0 commit comments