File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed
Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ commands:
4949 parameters :
5050 docker-img :
5151 type : ' string'
52- default : <<pipeline.parameters. docker-img>>
52+ default : ' docker.io/arangodb/arangodb:latest '
5353 topology :
5454 type : ' string'
5555 default : ' single'
@@ -131,7 +131,7 @@ jobs:
131131 parameters :
132132 docker-img :
133133 type : ' string'
134- default : <<pipeline.parameters. docker-img>>
134+ default : ' docker.io/arangodb/arangodb:latest '
135135 topology :
136136 type : ' string'
137137 default : ' single'
@@ -196,7 +196,7 @@ jobs:
196196 parameters :
197197 docker-img :
198198 type : ' string'
199- default : <<pipeline.parameters. docker-img>>
199+ default : ' docker.io/arangodb/arangodb:latest '
200200 topology :
201201 type : ' string'
202202 default : ' single'
@@ -477,11 +477,21 @@ workflows:
477477 name : test-<<matrix.topology>>
478478 matrix :
479479 parameters :
480+ docker-img :
481+ - <<pipeline.parameters.docker-img>>
480482 topology :
481483 - ' single'
482484 - ' cluster'
483485 args :
484486 - ' -DenableSlowTests=true'
487+ - test :
488+ name : test-ssl
489+ matrix :
490+ docker-img :
491+ - <<pipeline.parameters.docker-img>>
492+ parameters :
493+ ssl :
494+ - ' true'
485495
486496 test-func :
487497 when :
@@ -590,6 +600,8 @@ workflows:
590600 - main
591601
592602 test-non-func :
603+ when :
604+ not : <<pipeline.parameters.docker-img>>
593605 jobs :
594606 - test-non-func :
595607 name : test-non-func
@@ -610,6 +622,8 @@ workflows:
610622 - tutorial
611623
612624 resilience-test :
625+ when :
626+ not : <<pipeline.parameters.docker-img>>
613627 jobs :
614628 - resilience-test :
615629 name : resilience-test
You can’t perform that action at this time.
0 commit comments