Skip to content

Commit bfd92c0

Browse files
committed
resilience tests: db version matrix
1 parent 03989cd commit bfd92c0

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

Diff for: .github/workflows/resilience.yml

+11-2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@ jobs:
2323
timeout-minutes: 20
2424
runs-on: ubuntu-latest
2525

26+
strategy:
27+
fail-fast: false
28+
matrix:
29+
include:
30+
- docker-img: docker.io/arangodb/enterprise:3.11.7
31+
compression: false
32+
- docker-img: docker.io/arangodb/arangodb-preview:devel-nightly
33+
compression: true
34+
2635
env:
2736
TOXIPROXY_VERSION: v2.7.0
2837

@@ -38,8 +47,8 @@ jobs:
3847
run: ./docker/start_db.sh
3948
env:
4049
STARTER_MODE: cluster
41-
DOCKER_IMAGE: docker.io/arangodb/arangodb-preview:devel-nightly
42-
COMPRESSION: true
50+
DOCKER_IMAGE: ${{matrix.docker-img}}
51+
COMPRESSION: ${{matrix.compression}}
4352
- name: Info
4453
run: mvn -version
4554
- name: Start Toxiproxy

0 commit comments

Comments
 (0)