Skip to content

Commit 4da72db

Browse files
tmp: test not bugged Scylla
For now, scylla-nightly:latest image is bugged and fails to soft restart, so we need to use other Scylla which: - has tablet API host filtering features - is based on ubi 9 minimal image - does not fail on soft restart Ref scylladb/scylladb#23353
1 parent b4d7890 commit 4da72db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration-tests-latest-IPV4-tablets-nossl.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ concurrency:
22
cancel-in-progress: true
33
group: int-${{ github.workflow }}-${{ github.ref }}
44
env:
5-
scylla-version: scylla-nightly:latest
5+
scylla-version: scylla-nightly:2025.2.0-dev-0.20250310.f18e8edcb791
66
ip-family: IPV4
77
raft-schema: none
88
tablets: enabled

.github/workflows/integration-tests-latest-IPV6.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ concurrency:
22
cancel-in-progress: true
33
group: int-${{ github.workflow }}-${{ github.ref }}
44
env:
5-
scylla-version: scylla-nightly:latest
5+
scylla-version: scylla-nightly:2025.2.0-dev-0.20250310.f18e8edcb791
66
ip-family: IPV6
77
raft-schema: none
88
tablets: disabled

0 commit comments

Comments
 (0)