Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a6a49c3

Browse files
cicd: make SCYLLA_VERSION consistant
1 parent 9b46f1d commit a6a49c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
name: test ${{ matrix.event_loop_manager }} (${{ matrix.python-version }})
2424
if: "!contains(github.event.pull_request.labels.*.name, 'disable-integration-tests')"
2525
runs-on: ubuntu-24.04
26+
env:
27+
SCYLLA_VERSION: release:2025.2
2628
strategy:
2729
fail-fast: false
2830
matrix:
@@ -61,13 +63,11 @@ jobs:
6163
# Not strictly necessary for running tests.
6264
- name: Download Scylla
6365
run: |
64-
export SCYLLA_VERSION='release:6.2'
6566
uv run ccm create scylla-driver-temp -n 1 --scylla --version ${SCYLLA_VERSION}
6667
uv run ccm remove
6768
6869
- name: Test with pytest
6970
run: |
7071
export EVENT_LOOP_MANAGER=${{ matrix.event_loop_manager }}
71-
export SCYLLA_VERSION='release:2025.2'
7272
export PROTOCOL_VERSION=4
7373
uv run pytest tests/integration/standard/ tests/integration/cqlengine/

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /