Skip to content

Commit

Permalink
Merge pull request #357 from scylladb/dk/fix-integration-scylla-version
Browse files Browse the repository at this point in the history
Start using 6.0.2 for tablets tests
  • Loading branch information
dkropachev committed Aug 5, 2024
2 parents 2739b29 + 96edeb9 commit 7e0b02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
- name: Test tablets
run: |
export EVENT_LOOP_MANAGER=${{ matrix.event_loop_manager }}
export SCYLLA_VERSION='unstable/master:2024-01-17T17:56:00Z'
export SCYLLA_VERSION='release:6.0.2'
./ci/run_integration_test.sh tests/integration/experiments/

0 comments on commit 7e0b02d

Please sign in to comment.