Skip to content

Commit

Permalink
chore(.github): unify workflows between master and branch-**
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal-Leszczynski committed Dec 10, 2024
1 parent 6f6a5a9 commit 9d89f11
Show file tree
Hide file tree
Showing 13 changed files with 34 additions and 22 deletions.
3 changes: 2 additions & 1 deletion .github/cfg/integration-test-core.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
on:
push:
branches:
- branch-3.4
- master
- 'branch-**'
pull_request:
types: [ opened, synchronize, reopened ]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,5 @@ name: integration-tests-2023.1.11-IPV4-raftschema
- reopened
push:
branches:
- branch-3.4
- master
- branch-**
3 changes: 2 additions & 1 deletion .github/workflows/integration-tests-2023.1.11-IPV4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,5 @@ name: integration-tests-2023.1.11-IPV4
- reopened
push:
branches:
- branch-3.4
- master
- branch-**
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,5 @@ name: integration-tests-2023.1.11-IPV6-raftschema
- reopened
push:
branches:
- branch-3.4
- master
- branch-**
3 changes: 2 additions & 1 deletion .github/workflows/integration-tests-2024.1.9-IPV4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,5 @@ name: integration-tests-2024.1.9-IPV4
- reopened
push:
branches:
- branch-3.4
- master
- branch-**
3 changes: 2 additions & 1 deletion .github/workflows/integration-tests-2024.1.9-IPV6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,5 @@ name: integration-tests-2024.1.9-IPV6
- reopened
push:
branches:
- branch-3.4
- master
- branch-**
3 changes: 2 additions & 1 deletion .github/workflows/integration-tests-6.1.1-IPV4-tablets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,5 @@ name: integration-tests-6.1.1-IPV4-tablets
- reopened
push:
branches:
- branch-3.4
- master
- branch-**
3 changes: 2 additions & 1 deletion .github/workflows/integration-tests-6.1.1-IPV4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,5 @@ name: integration-tests-6.1.1-IPV4
- reopened
push:
branches:
- branch-3.4
- master
- branch-**
3 changes: 2 additions & 1 deletion .github/workflows/integration-tests-6.1.1-IPV6-tablets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,5 @@ name: integration-tests-6.1.1-IPV6-tablets
- reopened
push:
branches:
- branch-3.4
- master
- branch-**
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,5 @@ name: integration-tests-latest-enterprise-IPV4-tablets
- reopened
push:
branches:
- branch-3.4
- master
- branch-**
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,5 @@ name: integration-tests-latest-enterprise-IPV4
- reopened
push:
branches:
- branch-3.4
- master
- branch-**
3 changes: 2 additions & 1 deletion .github/workflows/sanity-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Sanity check
on:
push:
branches:
- branch-3.4
- master
- 'branch-**'
pull_request:
types: [ opened, synchronize, reopened ]

Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ Scylla Manager consists of tree components:
| **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 |
| **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 |

[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-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-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-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
[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
[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
[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
[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
[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
[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
[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
[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
[integration-tests-latest-enterprise-IPV4]: https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-latest-enterprise-IPV4.yaml/badge.svg?branch=master
[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

## Installing and updating Go

Expand Down

0 comments on commit 9d89f11

Please sign in to comment.