File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,11 @@ master_filter: &master_filter
9
9
only :
10
10
- master
11
11
12
+ ubuntu_machine : &ubuntu_machine
13
+ machine :
14
+ image : ubuntu-2004:202111-02
15
+ docker_layer_caching : true
16
+
12
17
workflows :
13
18
version : 2
14
19
ci :
@@ -23,7 +28,9 @@ workflows:
23
28
- test-influxdb-binaries :
24
29
matrix :
25
30
parameters :
26
- product : [ "influxdb/1.9/data", "influxdb/1.9/meta" ]
31
+ product :
32
+ - " influxdb/1.9/data"
33
+ - " influxdb/1.9/meta"
27
34
28
35
jobs :
29
36
build :
35
42
- run : bash circle-test.sh
36
43
37
44
test-influxdb :
38
- machine :
39
- image : ubuntu-2004:202111-01
45
+ << : *ubuntu_machine
40
46
parameters :
41
47
version :
42
48
type : string
82
88
.circleci/scripts/do-enterprise-release
83
89
84
90
test-influxdb-binaries :
85
- machine : true
91
+ << : *ubuntu_machine
86
92
parameters :
87
93
product :
88
94
type : string
You can’t perform that action at this time.
0 commit comments