Skip to content

Commit

Permalink
feat(.github/cfg): don't test tablets on Scylla 2024.1 as they are st…
Browse files Browse the repository at this point in the history
…ill experimental there
  • Loading branch information
Michal-Leszczynski authored and karol-kokoszka committed Aug 9, 2024
1 parent 27aabc4 commit fcb445f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 126 deletions.
9 changes: 2 additions & 7 deletions .github/cfg/integration-test-cfg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,12 @@
- scylla-version: scylla-enterprise:2024.1.5
ip-family: IPV4
raft-schema: none
tablets: disabled

- scylla-version: scylla-enterprise:2024.1.5
ip-family: IPV4
raft-schema: none
tablets: enabled
tablets: none

- scylla-version: scylla-enterprise:2024.1.5
ip-family: IPV6
raft-schema: none
tablets: enabled
tablets: none

- scylla-version: scylla:6.0.1
ip-family: IPV4
Expand Down
113 changes: 0 additions & 113 deletions .github/workflows/integration-tests-2024.1.5-IPV4-tablets.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-2024.1.5-IPV4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:
scylla-version: scylla-enterprise:2024.1.5
ip-family: IPV4
raft-schema: none
tablets: disabled
tablets: none
jobs:
backup:
name: Test backup
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:
scylla-version: scylla-enterprise:2024.1.5
ip-family: IPV6
raft-schema: none
tablets: enabled
tablets: none
jobs:
backup:
name: Test backup
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
run: make pkg-integration-test PKG=./pkg/schema/migrate
- name: Run netwait tests
run: make pkg-integration-test PKG=./pkg/util/netwait
name: integration-tests-2024.1.5-IPV6-tablets
name: integration-tests-2024.1.5-IPV6
"on":
pull_request:
types:
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,14 @@ Scylla Manager consists of tree components:
|-----------------------|----------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------|
| **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 |
| **6.0.1** | ![integration-tests-6.0.1-IPV4]<br/>![integration-tests-6.0.1-IPV4-tablets]<br/>![integration-tests-6.0.1-IPV6-tablets] | Restoration of **Authentication** and **Service Levels** is not supported<br/>Restoration of schema containing **Alternator** tables is not supported |
| **2024.1.5** | ![integration-tests-2024.1.5-IPV4]<br/>![integration-tests-2024.1.5-IPV4-tablets]<br/>![integration-tests-2024.1.5-IPV6-tablets] | Restoration of schema into cluster with `consistant_cluster_management: true` is not supported |
| **2024.1.5** | ![integration-tests-2024.1.5-IPV4]<br/>![integration-tests-2024.1.5-IPV6] | Restoration of schema into cluster with `consistant_cluster_management: true` is not supported |
| **2023.1.9** | ![integration-tests-2023.1.9-IPV4]<br/>![integration-tests-2023.1.9-IPV4-raftschema]<br/>![integration-tests-2023.1.9-IPV6-raftschema] | Restoration of schema into cluster with `consistant_cluster_management: true` is not supported |

[integration-tests-2023.1.9-IPV4]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2023.1.9-IPV4.yaml/badge.svg?branch=branch-3.3
[integration-tests-2023.1.9-IPV4-raftschema]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2023.1.9-IPV4-raftschema.yaml/badge.svg?branch=branch-3.3
[integration-tests-2023.1.9-IPV6-raftschema]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2023.1.9-IPV6-raftschema.yaml/badge.svg?branch=branch-3.3
[integration-tests-2024.1.5-IPV4]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2024.1.5-IPV4.yaml/badge.svg?branch=branch-3.3
[integration-tests-2024.1.5-IPV4-tablets]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2024.1.5-IPV4-tablets.yaml/badge.svg?branch=branch-3.3
[integration-tests-2024.1.5-IPV6-tablets]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2024.1.5-IPV6-tablets.yaml/badge.svg?branch=branch-3.3
[integration-tests-2024.1.5-IPV6]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2024.1.5-IPV6.yaml/badge.svg?branch=branch-3.3
[integration-tests-6.0.1-IPV4]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-6.0.1-IPV4.yaml/badge.svg?branch=branch-3.3
[integration-tests-6.0.1-IPV4-tablets]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-6.0.1-IPV4-tablets.yaml/badge.svg?branch=branch-3.3
[integration-tests-6.0.1-IPV6-tablets]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-6.0.1-IPV6-tablets.yaml/badge.svg?branch=branch-3.3
Expand Down

0 comments on commit fcb445f

Please sign in to comment.