Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 6 additions & 18 deletions .github/cfg/integration-test-cfg.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
- scylla-version: scylla-enterprise:2024.1.21
ip-family: IPV4
raft-schema: disabled
tablets: none
ssl-enabled: true

- scylla-version: scylla-enterprise:2024.1.21
ip-family: IPV6
raft-schema: enabled
tablets: none
ssl-enabled: false

- scylla-version: scylla:2025.1.11
ip-family: IPV4
raft-schema: none
Expand All @@ -28,7 +16,7 @@
tablets: enabled
ssl-enabled: true
backup-method: rclone
restore-method: native
restore-method: rclone

- scylla-version: scylla:2025.3.7
ip-family: IPV6
Expand All @@ -43,7 +31,7 @@
raft-schema: none
tablets: disabled
ssl-enabled: true
backup-method: native
backup-method: rclone
restore-method: rclone

- scylla-version: scylla:2025.4.3
Expand All @@ -59,8 +47,8 @@
raft-schema: none
tablets: enabled
ssl-enabled: true
backup-method: native
restore-method: native
backup-method: rclone
restore-method: rclone

- scylla-version: scylla:2026.1.0-rc2
ip-family: IPV6
Expand All @@ -75,8 +63,8 @@
raft-schema: none
tablets: disabled
ssl-enabled: true
backup-method: native
restore-method: native
backup-method: rclone
restore-method: rclone

- scylla-version: scylla-nightly:latest
ip-family: IPV6
Expand Down
129 changes: 0 additions & 129 deletions .github/workflows/integration-tests-2024.1.21-IPV4.yaml

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
tablets: enabled
ssl-enabled: "true"
backup-method: rclone
restore-method: native
restore-method: rclone
jobs:
backup:
name: Test backup
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
run: make pkg-integration-test PKG=./pkg/schema/migrate
- name: Run 1-1-restore tests
run: make pkg-integration-test TABLETS=${{ env.tablets }} PKG=./pkg/service/one2onerestore
name: integration-tests-2025.3.7-IPV4-tablets-rclone-native
name: integration-tests-2025.3.7-IPV4-tablets-rclone-rclone
"on":
pull_request:
paths-ignore:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
raft-schema: none
tablets: disabled
ssl-enabled: "true"
backup-method: native
backup-method: rclone
restore-method: rclone
jobs:
backup:
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
run: make pkg-integration-test PKG=./pkg/schema/migrate
- name: Run 1-1-restore tests
run: make pkg-integration-test TABLETS=${{ env.tablets }} PKG=./pkg/service/one2onerestore
name: integration-tests-2025.4.3-IPV4-native-rclone
name: integration-tests-2025.4.3-IPV4-rclone-rclone
"on":
pull_request:
paths-ignore:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ env:
raft-schema: none
tablets: enabled
ssl-enabled: "true"
backup-method: native
restore-method: native
backup-method: rclone
restore-method: rclone
jobs:
backup:
name: Test backup
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
run: make pkg-integration-test PKG=./pkg/schema/migrate
- name: Run 1-1-restore tests
run: make pkg-integration-test TABLETS=${{ env.tablets }} PKG=./pkg/service/one2onerestore
name: integration-tests-2026.1.0-rc2-IPV4-tablets-native-native
name: integration-tests-2026.1.0-rc2-IPV4-tablets-rclone-rclone
"on":
pull_request:
paths-ignore:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ env:
raft-schema: none
tablets: disabled
ssl-enabled: "true"
backup-method: native
restore-method: native
backup-method: rclone
restore-method: rclone
jobs:
backup:
name: Test backup
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
run: make pkg-integration-test PKG=./pkg/schema/migrate
- name: Run 1-1-restore tests
run: make pkg-integration-test TABLETS=${{ env.tablets }} PKG=./pkg/service/one2onerestore
name: integration-tests-latest-IPV4-native-native
name: integration-tests-latest-IPV4-rclone-rclone
"on":
pull_request:
paths-ignore:
Expand Down
Loading
Loading