Skip to content

Commit 0b4754d

Browse files
roydahanavelanarius
authored andcommitted
ci: Stop fetching Scylla RC releases for CI tests
Change CI version fetcher to pull only released versions as the RC releases may be unstable to be tested with. These releases should be tested as part of driver-matrix tests of those release cycle. Fixes: #290
1 parent 6a5d3a7 commit 0b4754d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/[email protected]

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
id: fetch-versions
105105
run: |
106106
pip3 install -r ci/requirements.txt
107-
echo "scylla-integration-tests-versions=$(python3 ci/version_fetch.py scylla-oss-stable:2 scylla-oss-rc scylla-enterprise-stable:2 scylla-enterprise-rc)" >> $GITHUB_OUTPUT
107+
echo "scylla-integration-tests-versions=$(python3 ci/version_fetch.py scylla-oss-stable:2 scylla-enterprise-stable:2 scylla-enterprise-rc)" >> $GITHUB_OUTPUT
108108
echo "cassandra-integration-tests-versions=$(python3 ci/version_fetch.py cassandra3-stable:1)" >> $GITHUB_OUTPUT
109109
110110
outputs:

0 commit comments

Comments
 (0)