Skip to content

Commit

Permalink
resilience tests: db version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
rashtao committed Mar 4, 2024
1 parent cbc2baf commit 94221b3
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/resilience.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ jobs:
timeout-minutes: 20
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
include:
- docker-img: docker.io/arangodb/enterprise:3.11.7
compression: false
- docker-img: docker.io/arangodb/arangodb-preview:devel-nightly
compression: true

env:
TOXIPROXY_VERSION: v2.7.0

Expand All @@ -38,8 +47,8 @@ jobs:
run: ./docker/start_db.sh
env:
STARTER_MODE: cluster
DOCKER_IMAGE: docker.io/arangodb/arangodb-preview:devel-nightly
COMPRESSION: true
DOCKER_IMAGE: ${{matrix.docker-img}}
COMPRESSION: ${{matrix.compression}}
- name: Info
run: mvn -version
- name: Start Toxiproxy
Expand Down

0 comments on commit 94221b3

Please sign in to comment.