Skip to content

Commit bd6d131

Browse files
chore(.github): test Scylla 6.2 (#4103)
This commit also bumps other patch versions.
1 parent 100b0b6 commit bd6d131

7 files changed

+22
-22
lines changed

.github/cfg/integration-test-cfg.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,27 @@
1313
raft-schema: enabled
1414
tablets: none
1515

16-
- scylla-version: scylla-enterprise:2024.1.9
16+
- scylla-version: scylla-enterprise:2024.1.12
1717
ip-family: IPV4
1818
raft-schema: none
1919
tablets: none
2020

21-
- scylla-version: scylla-enterprise:2024.1.9
21+
- scylla-version: scylla-enterprise:2024.1.12
2222
ip-family: IPV6
2323
raft-schema: none
2424
tablets: none
2525

26-
- scylla-version: scylla:6.1.1
26+
- scylla-version: scylla:6.2.0
2727
ip-family: IPV4
2828
raft-schema: none
2929
tablets: disabled
3030

31-
- scylla-version: scylla:6.1.1
31+
- scylla-version: scylla:6.2.0
3232
ip-family: IPV4
3333
raft-schema: none
3434
tablets: enabled
3535

36-
- scylla-version: scylla:6.1.1
36+
- scylla-version: scylla:6.2.0
3737
ip-family: IPV6
3838
raft-schema: none
3939
tablets: enabled

.github/workflows/integration-tests-2024.1.9-IPV4.yaml renamed to .github/workflows/integration-tests-2024.1.12-IPV4.yaml

+2-2
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-enterprise:2024.1.9
5+
scylla-version: scylla-enterprise:2024.1.12
66
ip-family: IPV4
77
raft-schema: none
88
tablets: none
@@ -99,7 +99,7 @@ jobs:
9999
run: make pkg-integration-test PKG=./pkg/store
100100
- name: Run migrate tests
101101
run: make pkg-integration-test PKG=./pkg/schema/migrate
102-
name: integration-tests-2024.1.9-IPV4
102+
name: integration-tests-2024.1.12-IPV4
103103
"on":
104104
pull_request:
105105
types:

.github/workflows/integration-tests-2024.1.9-IPV6.yaml renamed to .github/workflows/integration-tests-2024.1.12-IPV6.yaml

+2-2
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-enterprise:2024.1.9
5+
scylla-version: scylla-enterprise:2024.1.12
66
ip-family: IPV6
77
raft-schema: none
88
tablets: none
@@ -99,7 +99,7 @@ jobs:
9999
run: make pkg-integration-test PKG=./pkg/store
100100
- name: Run migrate tests
101101
run: make pkg-integration-test PKG=./pkg/schema/migrate
102-
name: integration-tests-2024.1.9-IPV6
102+
name: integration-tests-2024.1.12-IPV6
103103
"on":
104104
pull_request:
105105
types:

.github/workflows/integration-tests-6.1.1-IPV4-tablets.yaml renamed to .github/workflows/integration-tests-6.2.0-IPV4-tablets.yaml

+2-2
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:6.1.1
5+
scylla-version: scylla:6.2.0
66
ip-family: IPV4
77
raft-schema: none
88
tablets: enabled
@@ -99,7 +99,7 @@ jobs:
9999
run: make pkg-integration-test PKG=./pkg/store
100100
- name: Run migrate tests
101101
run: make pkg-integration-test PKG=./pkg/schema/migrate
102-
name: integration-tests-6.1.1-IPV4-tablets
102+
name: integration-tests-6.2.0-IPV4-tablets
103103
"on":
104104
pull_request:
105105
types:

.github/workflows/integration-tests-6.1.1-IPV4.yaml renamed to .github/workflows/integration-tests-6.2.0-IPV4.yaml

+2-2
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:6.1.1
5+
scylla-version: scylla:6.2.0
66
ip-family: IPV4
77
raft-schema: none
88
tablets: disabled
@@ -99,7 +99,7 @@ jobs:
9999
run: make pkg-integration-test PKG=./pkg/store
100100
- name: Run migrate tests
101101
run: make pkg-integration-test PKG=./pkg/schema/migrate
102-
name: integration-tests-6.1.1-IPV4
102+
name: integration-tests-6.2.0-IPV4
103103
"on":
104104
pull_request:
105105
types:

.github/workflows/integration-tests-6.1.1-IPV6-tablets.yaml renamed to .github/workflows/integration-tests-6.2.0-IPV6-tablets.yaml

+2-2
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:6.1.1
5+
scylla-version: scylla:6.2.0
66
ip-family: IPV6
77
raft-schema: none
88
tablets: enabled
@@ -99,7 +99,7 @@ jobs:
9999
run: make pkg-integration-test PKG=./pkg/store
100100
- name: Run migrate tests
101101
run: make pkg-integration-test PKG=./pkg/schema/migrate
102-
name: integration-tests-6.1.1-IPV6-tablets
102+
name: integration-tests-6.2.0-IPV6-tablets
103103
"on":
104104
pull_request:
105105
types:

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ Scylla Manager consists of tree components:
1717

1818
| ScyllaDB version | Workflows | Limitations |
1919
|-----------------------|-------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------|
20-
| **2024.1.9** | ![integration-tests-2024.1.9-IPV4]<br/>![integration-tests-2024.1.9-IPV6] | Restoration of schema into cluster with `consistant_cluster_management: true` is not supported |
20+
| **2024.1.12** | ![integration-tests-2024.1.12-IPV4]<br/>![integration-tests-2024.1.12-IPV6] | Restoration of schema into cluster with `consistant_cluster_management: true` is not supported |
2121
| **2023.1.11** | ![integration-tests-2023.1.11-IPV4]<br/>![integration-tests-2023.1.11-IPV4-raftschema]<br/>![integration-tests-2023.1.11-IPV6-raftschema] | Restoration of schema into cluster with `consistant_cluster_management: true` is not supported |
22-
| **6.1.1** | ![integration-tests-6.1.1-IPV4]<br/>![integration-tests-6.1.1-IPV4-tablets]<br/>![integration-tests-6.1.1-IPV6-tablets] | Restoration of **Authentication** and **Service Levels** is not supported<br/>Restoration of schema containing **Alternator** tables is not supported |
22+
| **6.2.0** | ![integration-tests-6.2.0-IPV4]<br/>![integration-tests-6.2.0-IPV4-tablets]<br/>![integration-tests-6.2.0-IPV6-tablets] | Restoration of **Authentication** and **Service Levels** is not supported<br/>Restoration of schema containing **Alternator** tables is not supported |
2323
| **latest-enterprise** | ![integration-tests-latest-enterprise-IPV4]<br/>![integration-tests-latest-enterprise-IPV4-tablets] | Restoration of **Authentication** and **Service Levels** is not supported<br/>Restoration of schema containing **Alternator** tables is not supported |
2424

25-
[integration-tests-2024.1.9-IPV4]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2024.1.9-IPV4.yaml/badge.svg?branch=master
26-
[integration-tests-2024.1.9-IPV6]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2024.1.9-IPV6.yaml/badge.svg?branch=master
25+
[integration-tests-2024.1.12-IPV4]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2024.1.12-IPV4.yaml/badge.svg?branch=master
26+
[integration-tests-2024.1.12-IPV6]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2024.1.12-IPV6.yaml/badge.svg?branch=master
2727
[integration-tests-2023.1.11-IPV4]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2023.1.11-IPV4.yaml/badge.svg?branch=master
2828
[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=master
2929
[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=master
30-
[integration-tests-6.1.1-IPV4]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-6.1.1-IPV4.yaml/badge.svg?branch=master
31-
[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=master
32-
[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=master
30+
[integration-tests-6.2.0-IPV4]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-6.2.0-IPV4.yaml/badge.svg?branch=master
31+
[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=master
32+
[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=master
3333
[integration-tests-latest-enterprise-IPV4]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-latest-enterprise-IPV4.yaml/badge.svg?branch=master
3434
[integration-tests-latest-enterprise-IPV4-tablets]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-latest-enterprise-IPV4-tablets.yaml/badge.svg?branch=master
3535

0 commit comments

Comments
 (0)