Skip to content

Commit 37ab6a5

Browse files
chore(.github): regenerate CI workflows
cd .github/cfg && go run main.go
1 parent ddfc0fc commit 37ab6a5

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/integration-tests-2025.4.10-IPV4-native-rclone.yaml renamed to .github/workflows/integration-tests-2026.3.0-rc1-IPV4-native-rclone.yaml

Lines changed: 2 additions & 2 deletions
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:2025.4.10
5+
scylla-version: scylla:2026.3.0-rc1
66
ip-family: IPV4
77
tablets: disabled
88
ssl-enabled: "true"
@@ -108,7 +108,7 @@ jobs:
108108
run: make pkg-integration-test TABLETS=${{ env.tablets }} BACKUP_PROVIDER=${{ env.backup-provider }} PKG=./pkg/service/one2onerestore
109109
- name: Verify SM server startup
110110
run: make run-server SSL_ENABLED=${{ env.ssl-enabled }} IP_FAMILY=${{ env.ip-family }}
111-
name: integration-tests-2025.4.10-IPV4-native-rclone
111+
name: integration-tests-2026.3.0-rc1-IPV4-native-rclone
112112
"on":
113113
pull_request:
114114
paths-ignore:

.github/workflows/integration-tests-2025.4.10-IPV6-tablets-nossl-rclone-rclone-gcs.yaml renamed to .github/workflows/integration-tests-2026.3.0-rc1-IPV6-tablets-nossl-rclone-rclone-gcs.yaml

Lines changed: 2 additions & 2 deletions
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:2025.4.10
5+
scylla-version: scylla:2026.3.0-rc1
66
ip-family: IPV6
77
tablets: enabled
88
ssl-enabled: "false"
@@ -109,7 +109,7 @@ jobs:
109109
run: make pkg-integration-test TABLETS=${{ env.tablets }} BACKUP_PROVIDER=${{ env.backup-provider }} PKG=./pkg/service/one2onerestore
110110
- name: Verify SM server startup
111111
run: make run-server SSL_ENABLED=${{ env.ssl-enabled }} IP_FAMILY=${{ env.ip-family }}
112-
name: integration-tests-2025.4.10-IPV6-tablets-nossl-rclone-rclone-gcs
112+
name: integration-tests-2026.3.0-rc1-IPV6-tablets-nossl-rclone-rclone-gcs
113113
"on":
114114
pull_request:
115115
paths-ignore:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ Scylla Manager consists of tree components:
1818
| ScyllaDB version | Workflows | Limitations |
1919
|------------------|----------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------|
2020
| **2025.1.14** | ![integration-tests-2025.1.14-IPV4]<br/>![integration-tests-2025.1.14-IPV6-tablets-nossl] | Restoration of **Authentication** and **Service Levels** is not supported |
21-
| **2025.4.10** | ![integration-tests-2025.4.10-IPV4-native-rclone]<br/>![integration-tests-2025.4.10-IPV6-tablets-nossl-rclone-rclone-gcs] | Restoration of **Authentication** and **Service Levels** is not supported |
2221
| **2026.1.7** | ![integration-tests-2026.1.7-IPV4-tablets-native-native]<br/>![integration-tests-2026.1.7-IPV6-nossl-rclone-rclone-localstorage] | Restoration of **Authentication** and **Service Levels** is not supported |
2322
| **2026.2.0** | ![integration-tests-2026.2.0-IPV4-tablets-rclone-native]<br/>![integration-tests-2026.2.0-IPV6-nossl-rclone-rclone] | Restoration of **Authentication** and **Service Levels** is not supported |
23+
| **2026.3.0-rc1** | ![integration-tests-2026.3.0-rc1-IPV4-native-rclone]<br/>![integration-tests-2026.3.0-rc1-IPV6-tablets-nossl-rclone-rclone-gcs] | Restoration of **Authentication** and **Service Levels** is not supported |
2424
| **latest** | ![integration-tests-latest-IPV4-native-native-gcs]<br/>![integration-tests-latest-IPV6-tablets-nossl-rclone-rclone] | Restoration of **Authentication** and **Service Levels** is not supported |
2525

2626
[integration-tests-2025.1.14-IPV4]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2025.1.14-IPV4.yaml/badge.svg?branch=master
2727
[integration-tests-2025.1.14-IPV6-tablets-nossl]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2025.1.14-IPV6-tablets-nossl.yaml/badge.svg?branch=master
28-
[integration-tests-2025.4.10-IPV4-native-rclone]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2025.4.10-IPV4-native-rclone.yaml/badge.svg?branch=master
29-
[integration-tests-2025.4.10-IPV6-tablets-nossl-rclone-rclone-gcs]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2025.4.10-IPV6-tablets-nossl-rclone-rclone-gcs.yaml/badge.svg?branch=master
3028
[integration-tests-2026.1.7-IPV4-tablets-native-native]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2026.1.7-IPV4-tablets-native-native.yaml/badge.svg?branch=master
3129
[integration-tests-2026.1.7-IPV6-nossl-rclone-rclone-localstorage]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2026.1.7-IPV6-nossl-rclone-rclone-localstorage.yaml/badge.svg?branch=master
3230
[integration-tests-2026.2.0-IPV4-tablets-rclone-native]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2026.2.0-IPV4-tablets-rclone-native.yaml/badge.svg?branch=master
3331
[integration-tests-2026.2.0-IPV6-nossl-rclone-rclone]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2026.2.0-IPV6-nossl-rclone-rclone.yaml/badge.svg?branch=master
32+
[integration-tests-2026.3.0-rc1-IPV4-native-rclone]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2026.3.0-rc1-IPV4-native-rclone.yaml/badge.svg?branch=master
33+
[integration-tests-2026.3.0-rc1-IPV6-tablets-nossl-rclone-rclone-gcs]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2026.3.0-rc1-IPV6-tablets-nossl-rclone-rclone-gcs.yaml/badge.svg?branch=master
3434
[integration-tests-latest-IPV4-native-native-gcs]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-latest-IPV4-native-native-gcs.yaml/badge.svg?branch=master
3535
[integration-tests-latest-IPV6-tablets-nossl-rclone-rclone]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-latest-IPV6-tablets-nossl-rclone-rclone.yaml/badge.svg?branch=master
3636

0 commit comments

Comments
 (0)