From e482a620a4fec6e14c445371ebcdcd01488724f9 Mon Sep 17 00:00:00 2001 From: Michal-Leszczynski <74614433+michal-leszczynski@users.noreply.github.com> Date: Wed, 6 Nov 2024 13:26:21 +0100 Subject: [PATCH] chore(.github): test Scylla 6.2 (#4103) This commit also bumps other patch versions. (cherry picked from commit bd6d1317d8f4770f9805152ed0713829cac0d737) --- .github/cfg/integration-test-cfg.yaml | 10 +++++----- ....yaml => integration-tests-2024.1.12-IPV4.yaml} | 4 ++-- ....yaml => integration-tests-2024.1.12-IPV6.yaml} | 4 ++-- ...l => integration-tests-6.2.0-IPV4-tablets.yaml} | 4 ++-- ...IPV4.yaml => integration-tests-6.2.0-IPV4.yaml} | 4 ++-- ...l => integration-tests-6.2.0-IPV6-tablets.yaml} | 4 ++-- README.md | 14 +++++++------- 7 files changed, 22 insertions(+), 22 deletions(-) rename .github/workflows/{integration-tests-2024.1.9-IPV4.yaml => integration-tests-2024.1.12-IPV4.yaml} (98%) rename .github/workflows/{integration-tests-2024.1.9-IPV6.yaml => integration-tests-2024.1.12-IPV6.yaml} (98%) rename .github/workflows/{integration-tests-6.1.1-IPV4-tablets.yaml => integration-tests-6.2.0-IPV4-tablets.yaml} (98%) rename .github/workflows/{integration-tests-6.1.1-IPV4.yaml => integration-tests-6.2.0-IPV4.yaml} (98%) rename .github/workflows/{integration-tests-6.1.1-IPV6-tablets.yaml => integration-tests-6.2.0-IPV6-tablets.yaml} (98%) diff --git a/.github/cfg/integration-test-cfg.yaml b/.github/cfg/integration-test-cfg.yaml index 1247d71e6..e1a34719e 100644 --- a/.github/cfg/integration-test-cfg.yaml +++ b/.github/cfg/integration-test-cfg.yaml @@ -13,27 +13,27 @@ raft-schema: enabled tablets: none -- scylla-version: scylla-enterprise:2024.1.9 +- scylla-version: scylla-enterprise:2024.1.12 ip-family: IPV4 raft-schema: none tablets: none -- scylla-version: scylla-enterprise:2024.1.9 +- scylla-version: scylla-enterprise:2024.1.12 ip-family: IPV6 raft-schema: none tablets: none -- scylla-version: scylla:6.1.1 +- scylla-version: scylla:6.2.0 ip-family: IPV4 raft-schema: none tablets: disabled -- scylla-version: scylla:6.1.1 +- scylla-version: scylla:6.2.0 ip-family: IPV4 raft-schema: none tablets: enabled -- scylla-version: scylla:6.1.1 +- scylla-version: scylla:6.2.0 ip-family: IPV6 raft-schema: none tablets: enabled diff --git a/.github/workflows/integration-tests-2024.1.9-IPV4.yaml b/.github/workflows/integration-tests-2024.1.12-IPV4.yaml similarity index 98% rename from .github/workflows/integration-tests-2024.1.9-IPV4.yaml rename to .github/workflows/integration-tests-2024.1.12-IPV4.yaml index 95992a431..325e3da86 100644 --- a/.github/workflows/integration-tests-2024.1.9-IPV4.yaml +++ b/.github/workflows/integration-tests-2024.1.12-IPV4.yaml @@ -2,7 +2,7 @@ concurrency: cancel-in-progress: true group: int-${{ github.workflow }}-${{ github.ref }} env: - scylla-version: scylla-enterprise:2024.1.9 + scylla-version: scylla-enterprise:2024.1.12 ip-family: IPV4 raft-schema: none tablets: none @@ -99,7 +99,7 @@ jobs: run: make pkg-integration-test PKG=./pkg/store - name: Run migrate tests run: make pkg-integration-test PKG=./pkg/schema/migrate -name: integration-tests-2024.1.9-IPV4 +name: integration-tests-2024.1.12-IPV4 "on": pull_request: types: diff --git a/.github/workflows/integration-tests-2024.1.9-IPV6.yaml b/.github/workflows/integration-tests-2024.1.12-IPV6.yaml similarity index 98% rename from .github/workflows/integration-tests-2024.1.9-IPV6.yaml rename to .github/workflows/integration-tests-2024.1.12-IPV6.yaml index 7c79318f5..e2326ff53 100644 --- a/.github/workflows/integration-tests-2024.1.9-IPV6.yaml +++ b/.github/workflows/integration-tests-2024.1.12-IPV6.yaml @@ -2,7 +2,7 @@ concurrency: cancel-in-progress: true group: int-${{ github.workflow }}-${{ github.ref }} env: - scylla-version: scylla-enterprise:2024.1.9 + scylla-version: scylla-enterprise:2024.1.12 ip-family: IPV6 raft-schema: none tablets: none @@ -99,7 +99,7 @@ jobs: run: make pkg-integration-test PKG=./pkg/store - name: Run migrate tests run: make pkg-integration-test PKG=./pkg/schema/migrate -name: integration-tests-2024.1.9-IPV6 +name: integration-tests-2024.1.12-IPV6 "on": pull_request: types: diff --git a/.github/workflows/integration-tests-6.1.1-IPV4-tablets.yaml b/.github/workflows/integration-tests-6.2.0-IPV4-tablets.yaml similarity index 98% rename from .github/workflows/integration-tests-6.1.1-IPV4-tablets.yaml rename to .github/workflows/integration-tests-6.2.0-IPV4-tablets.yaml index 3171f5f19..1b1354365 100644 --- a/.github/workflows/integration-tests-6.1.1-IPV4-tablets.yaml +++ b/.github/workflows/integration-tests-6.2.0-IPV4-tablets.yaml @@ -2,7 +2,7 @@ concurrency: cancel-in-progress: true group: int-${{ github.workflow }}-${{ github.ref }} env: - scylla-version: scylla:6.1.1 + scylla-version: scylla:6.2.0 ip-family: IPV4 raft-schema: none tablets: enabled @@ -99,7 +99,7 @@ jobs: run: make pkg-integration-test PKG=./pkg/store - name: Run migrate tests run: make pkg-integration-test PKG=./pkg/schema/migrate -name: integration-tests-6.1.1-IPV4-tablets +name: integration-tests-6.2.0-IPV4-tablets "on": pull_request: types: diff --git a/.github/workflows/integration-tests-6.1.1-IPV4.yaml b/.github/workflows/integration-tests-6.2.0-IPV4.yaml similarity index 98% rename from .github/workflows/integration-tests-6.1.1-IPV4.yaml rename to .github/workflows/integration-tests-6.2.0-IPV4.yaml index a4adb751b..38549e4c1 100644 --- a/.github/workflows/integration-tests-6.1.1-IPV4.yaml +++ b/.github/workflows/integration-tests-6.2.0-IPV4.yaml @@ -2,7 +2,7 @@ concurrency: cancel-in-progress: true group: int-${{ github.workflow }}-${{ github.ref }} env: - scylla-version: scylla:6.1.1 + scylla-version: scylla:6.2.0 ip-family: IPV4 raft-schema: none tablets: disabled @@ -99,7 +99,7 @@ jobs: run: make pkg-integration-test PKG=./pkg/store - name: Run migrate tests run: make pkg-integration-test PKG=./pkg/schema/migrate -name: integration-tests-6.1.1-IPV4 +name: integration-tests-6.2.0-IPV4 "on": pull_request: types: diff --git a/.github/workflows/integration-tests-6.1.1-IPV6-tablets.yaml b/.github/workflows/integration-tests-6.2.0-IPV6-tablets.yaml similarity index 98% rename from .github/workflows/integration-tests-6.1.1-IPV6-tablets.yaml rename to .github/workflows/integration-tests-6.2.0-IPV6-tablets.yaml index b2af1d480..ff0c0712c 100644 --- a/.github/workflows/integration-tests-6.1.1-IPV6-tablets.yaml +++ b/.github/workflows/integration-tests-6.2.0-IPV6-tablets.yaml @@ -2,7 +2,7 @@ concurrency: cancel-in-progress: true group: int-${{ github.workflow }}-${{ github.ref }} env: - scylla-version: scylla:6.1.1 + scylla-version: scylla:6.2.0 ip-family: IPV6 raft-schema: none tablets: enabled @@ -99,7 +99,7 @@ jobs: run: make pkg-integration-test PKG=./pkg/store - name: Run migrate tests run: make pkg-integration-test PKG=./pkg/schema/migrate -name: integration-tests-6.1.1-IPV6-tablets +name: integration-tests-6.2.0-IPV6-tablets "on": pull_request: types: diff --git a/README.md b/README.md index 176ba6b9e..8e66c6e9b 100644 --- a/README.md +++ b/README.md @@ -17,19 +17,19 @@ Scylla Manager consists of tree components: | ScyllaDB version | Workflows | Limitations | |-----------------------|-------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------| -| **2024.1.9** | ![integration-tests-2024.1.9-IPV4]
![integration-tests-2024.1.9-IPV6] | Restoration of schema into cluster with `consistant_cluster_management: true` is not supported | +| **2024.1.12** | ![integration-tests-2024.1.12-IPV4]
![integration-tests-2024.1.12-IPV6] | Restoration of schema into cluster with `consistant_cluster_management: true` is not supported | | **2023.1.11** | ![integration-tests-2023.1.11-IPV4]
![integration-tests-2023.1.11-IPV4-raftschema]
![integration-tests-2023.1.11-IPV6-raftschema] | Restoration of schema into cluster with `consistant_cluster_management: true` is not supported | -| **6.1.1** | ![integration-tests-6.1.1-IPV4]
![integration-tests-6.1.1-IPV4-tablets]
![integration-tests-6.1.1-IPV6-tablets] | Restoration of **Authentication** and **Service Levels** is not supported
Restoration of schema containing **Alternator** tables is not supported | +| **6.2.0** | ![integration-tests-6.2.0-IPV4]
![integration-tests-6.2.0-IPV4-tablets]
![integration-tests-6.2.0-IPV6-tablets] | Restoration of **Authentication** and **Service Levels** is not supported
Restoration of schema containing **Alternator** tables is not supported | | **latest-enterprise** | ![integration-tests-latest-enterprise-IPV4]
![integration-tests-latest-enterprise-IPV4-tablets] | Restoration of **Authentication** and **Service Levels** is not supported
Restoration of schema containing **Alternator** tables is not supported | +[integration-tests-2024.1.12-IPV4]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2024.1.12-IPV4.yaml/badge.svg?branch=branch-3.4 +[integration-tests-2024.1.12-IPV6]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2024.1.12-IPV6.yaml/badge.svg?branch=branch-3.4 [integration-tests-2023.1.11-IPV4]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2023.1.11-IPV4.yaml/badge.svg?branch=branch-3.4 [integration-tests-2023.1.11-IPV4-raftschema]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2023.1.11-IPV4-raftschema.yaml/badge.svg?branch=branch-3.4 [integration-tests-2023.1.11-IPV6-raftschema]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2023.1.11-IPV6-raftschema.yaml/badge.svg?branch=branch-3.4 -[integration-tests-2024.1.9-IPV4]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2024.1.9-IPV4.yaml/badge.svg?branch=branch-3.4 -[integration-tests-2024.1.9-IPV6]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2024.1.9-IPV6.yaml/badge.svg?branch=branch-3.4 -[integration-tests-6.1.1-IPV4]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-6.1.1-IPV4.yaml/badge.svg?branch=branch-3.4 -[integration-tests-6.1.1-IPV4-tablets]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-6.1.1-IPV4-tablets.yaml/badge.svg?branch=branch-3.4 -[integration-tests-6.1.1-IPV6-tablets]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-6.1.1-IPV6-tablets.yaml/badge.svg?branch=branch-3.4 +[integration-tests-6.2.0-IPV4]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-6.2.0-IPV4.yaml/badge.svg?branch=branch-3.4 +[integration-tests-6.2.0-IPV4-tablets]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-6.2.0-IPV4-tablets.yaml/badge.svg?branch=branch-3.4 +[integration-tests-6.2.0-IPV6-tablets]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-6.2.0-IPV6-tablets.yaml/badge.svg?branch=branch-3.4 [integration-tests-latest-enterprise-IPV4]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-latest-enterprise-IPV4.yaml/badge.svg?branch=branch-3.4 [integration-tests-latest-enterprise-IPV4-tablets]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-latest-enterprise-IPV4-tablets.yaml/badge.svg?branch=branch-3.4