File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change 1313jobs :
1414 package :
1515
16+ timeout-minutes : 20
1617 runs-on : ubuntu-latest
1718
1819 steps :
@@ -26,20 +27,19 @@ jobs:
2627
2728 test :
2829
30+ timeout-minutes : 30
2931 runs-on : ubuntu-latest
3032
3133 strategy :
3234 fail-fast : false
3335 matrix :
3436 docker-img :
35- - docker.io/arangodb/arangodb:3.4.9
36- - docker.io/arangodb/arangodb:3.5.4
37- - docker.io/arangodb/arangodb:3.6.2
38- - docker.io/arangodb/arangodb-preview:3.7.0-alpha.2
39- - docker.io/arangodb/enterprise:3.4.9
40- - docker.io/arangodb/enterprise:3.5.4
41- - docker.io/arangodb/enterprise:3.6.2
42- - docker.io/arangodb/enterprise-preview:3.7.0-alpha.2
37+ - docker.io/arangodb/arangodb:3.5.5
38+ - docker.io/arangodb/arangodb:3.6.5
39+ - docker.io/arangodb/arangodb:3.7.1
40+ - docker.io/arangodb/enterprise:3.5.5
41+ - docker.io/arangodb/enterprise:3.6.5
42+ - docker.io/arangodb/enterprise:3.7.1
4343 topology :
4444 - single
4545 - cluster
5151 with :
5252 java-version : 1.8
5353 - name : Start Database
54- run : ./docker/start_db_${{ matrix.topology }}.sh ${{ matrix.docker-img }}
54+ run : ./docker/start_db_${{ matrix.topology }}_retry_fail .sh ${{ matrix.docker-img }}
5555 env :
5656 ARANGO_LICENSE_KEY : ${{ secrets.ARANGO_LICENSE_KEY }}
5757 - name : Test
5858 run : mvn --no-transfer-progress test
59+ - name : Debug containers
60+ if : ${{ cancelled() || failure() }}
61+ run : ./docker/debug_containers_${{ matrix.topology }}.sh
You can’t perform that action at this time.
0 commit comments