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 @@ -3,7 +3,7 @@ version: 2.1
3
3
parameters :
4
4
docker-img :
5
5
type : ' string'
6
- default : " "
6
+ default : ' '
7
7
8
8
commands :
9
9
timeout :
@@ -23,7 +23,7 @@ commands:
23
23
parameters :
24
24
docker-img :
25
25
type : ' string'
26
- default : <<pipeline.parameters. docker-img>>
26
+ default : ' docker.io/arangodb/arangodb:latest '
27
27
topology :
28
28
type : ' string'
29
29
default : ' single'
@@ -118,7 +118,7 @@ jobs:
118
118
parameters :
119
119
docker-img :
120
120
type : ' string'
121
- default : <<pipeline.parameters. docker-img>>
121
+ default : ' docker.io/arangodb/arangodb:latest '
122
122
topology :
123
123
type : ' string'
124
124
default : ' single'
@@ -144,7 +144,7 @@ jobs:
144
144
parameters :
145
145
docker-img :
146
146
type : ' string'
147
- default : <<pipeline.parameters. docker-img>>
147
+ default : ' docker.io/arangodb/arangodb:latest '
148
148
spring-boot-version :
149
149
type : ' string'
150
150
default : ' 3.2.6'
@@ -211,10 +211,14 @@ workflows:
211
211
name : test-<<matrix.topology>>
212
212
matrix :
213
213
parameters :
214
+ docker-img :
215
+ - <<pipeline.parameters.docker-img>>
214
216
topology :
215
217
- ' single'
216
218
- ' cluster'
217
219
test-protocol :
220
+ when :
221
+ not : <<pipeline.parameters.docker-img>>
218
222
jobs :
219
223
- test :
220
224
name : test-<<matrix.protocol>>
@@ -229,6 +233,8 @@ workflows:
229
233
- ' HTTP2_VPACK'
230
234
- ' HTTP2_JSON'
231
235
test-spring-version :
236
+ when :
237
+ not : <<pipeline.parameters.docker-img>>
232
238
jobs :
233
239
- integration-test :
234
240
name : test-<<matrix.spring-boot-version>>
You can’t perform that action at this time.
0 commit comments