diff --git a/.github/workflows/integration-tests-2023.1.3-ipv4-raft.yaml b/.github/workflows/integration-tests-2023.1.3-ipv4-raft.yaml index e69a5683e5..789b473f67 100644 --- a/.github/workflows/integration-tests-2023.1.3-ipv4-raft.yaml +++ b/.github/workflows/integration-tests-2023.1.3-ipv4-raft.yaml @@ -3,7 +3,7 @@ name: Integration tests (Scylla Enterprise 2023.1.3, IPV4, raft) on: push: branches: - - master + - branch-3.2 concurrency: group: int-${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/integration-tests-2023.1.3-ipv4.yaml b/.github/workflows/integration-tests-2023.1.3-ipv4.yaml index a6fc66d7b7..55522f4a7a 100644 --- a/.github/workflows/integration-tests-2023.1.3-ipv4.yaml +++ b/.github/workflows/integration-tests-2023.1.3-ipv4.yaml @@ -3,7 +3,7 @@ name: Integration tests (Scylla Enterprise 2023.1.3, IPV4) on: push: branches: - - master + - branch-3.2 concurrency: group: int-${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/integration-tests-2023.1.3-ipv6-raft.yaml b/.github/workflows/integration-tests-2023.1.3-ipv6-raft.yaml index 4c67ebd37d..bce8cf923a 100644 --- a/.github/workflows/integration-tests-2023.1.3-ipv6-raft.yaml +++ b/.github/workflows/integration-tests-2023.1.3-ipv6-raft.yaml @@ -3,7 +3,7 @@ name: Integration tests (Scylla Enterprise 2023.1.3, IPV6, raft) on: push: branches: - - master + - branch-3.2 concurrency: group: int-${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/integration-tests-2023.1.3-ipv6.yaml b/.github/workflows/integration-tests-2023.1.3-ipv6.yaml index d8df77ea8a..e3c50958db 100644 --- a/.github/workflows/integration-tests-2023.1.3-ipv6.yaml +++ b/.github/workflows/integration-tests-2023.1.3-ipv6.yaml @@ -3,7 +3,7 @@ name: Integration tests (Scylla Enterprise 2023.1.3, IPV6) on: push: branches: - - master + - branch-3.2 concurrency: group: int-${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/integration-tests-2024.1.0.rc3-ipv4-raft.yaml b/.github/workflows/integration-tests-2024.1.0.rc3-ipv4-raft.yaml index c6501eea73..1b59bfa012 100644 --- a/.github/workflows/integration-tests-2024.1.0.rc3-ipv4-raft.yaml +++ b/.github/workflows/integration-tests-2024.1.0.rc3-ipv4-raft.yaml @@ -3,7 +3,7 @@ name: Integration tests (Scylla Enterprise 2024.1.0-rc3, IPV4, raft) on: push: branches: - - master + - branch-3.2 pull_request: types: [ opened, synchronize, reopened ] diff --git a/.github/workflows/integration-tests-2024.1.0.rc3-ipv4.yaml b/.github/workflows/integration-tests-2024.1.0.rc3-ipv4.yaml index 7085c84481..d4040ee0ea 100644 --- a/.github/workflows/integration-tests-2024.1.0.rc3-ipv4.yaml +++ b/.github/workflows/integration-tests-2024.1.0.rc3-ipv4.yaml @@ -3,7 +3,7 @@ name: Integration tests (Scylla Enterprise 2024.1.0-rc3, IPV4) on: push: branches: - - master + - branch-3.2 pull_request: types: [ opened, synchronize, reopened ] diff --git a/.github/workflows/integration-tests-2024.1.0.rc3-ipv6-raft.yaml b/.github/workflows/integration-tests-2024.1.0.rc3-ipv6-raft.yaml index bc5e8bfd01..756466b035 100644 --- a/.github/workflows/integration-tests-2024.1.0.rc3-ipv6-raft.yaml +++ b/.github/workflows/integration-tests-2024.1.0.rc3-ipv6-raft.yaml @@ -3,7 +3,7 @@ name: Integration tests (Scylla Enterprise 2024.1.0-rc3, IPV6, raft) on: push: branches: - - master + - branch-3.2 pull_request: types: [ opened, synchronize, reopened ] diff --git a/.github/workflows/integration-tests-2024.1.0.rc3-ipv6.yaml b/.github/workflows/integration-tests-2024.1.0.rc3-ipv6.yaml index cacf6782a8..be76732323 100644 --- a/.github/workflows/integration-tests-2024.1.0.rc3-ipv6.yaml +++ b/.github/workflows/integration-tests-2024.1.0.rc3-ipv6.yaml @@ -3,7 +3,7 @@ name: Integration tests (Scylla Enterprise 2024.1.0-rc3, IPV6) on: push: branches: - - master + - branch-3.2 pull_request: types: [ opened, synchronize, reopened ] diff --git a/.github/workflows/integration-tests-5.2.13-ipv4-raft.yaml b/.github/workflows/integration-tests-5.2.13-ipv4-raft.yaml index 8a3ef167e7..50219767b9 100644 --- a/.github/workflows/integration-tests-5.2.13-ipv4-raft.yaml +++ b/.github/workflows/integration-tests-5.2.13-ipv4-raft.yaml @@ -3,7 +3,7 @@ name: Integration tests (Scylla 5.2.13, IPV4, raft) on: push: branches: - - master + - branch-3.2 concurrency: group: int-${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/integration-tests-5.2.13-ipv4.yaml b/.github/workflows/integration-tests-5.2.13-ipv4.yaml index 5a571d7cac..29471844c9 100644 --- a/.github/workflows/integration-tests-5.2.13-ipv4.yaml +++ b/.github/workflows/integration-tests-5.2.13-ipv4.yaml @@ -3,7 +3,7 @@ name: Integration tests (Scylla 5.2.13, IPV4) on: push: branches: - - master + - branch-3.2 concurrency: group: int-${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/integration-tests-5.2.13-ipv6-raft.yaml b/.github/workflows/integration-tests-5.2.13-ipv6-raft.yaml index b85d097509..6ee5d2d41a 100644 --- a/.github/workflows/integration-tests-5.2.13-ipv6-raft.yaml +++ b/.github/workflows/integration-tests-5.2.13-ipv6-raft.yaml @@ -3,7 +3,7 @@ name: Integration tests (Scylla 5.2.13, IPV6, raft) on: push: branches: - - master + - branch-3.2 concurrency: group: int-${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/integration-tests-5.2.13-ipv6.yaml b/.github/workflows/integration-tests-5.2.13-ipv6.yaml index a750bb53d3..44446e3972 100644 --- a/.github/workflows/integration-tests-5.2.13-ipv6.yaml +++ b/.github/workflows/integration-tests-5.2.13-ipv6.yaml @@ -3,7 +3,7 @@ name: Integration tests (Scylla 5.2.13, IPV6) on: push: branches: - - master + - branch-3.2 concurrency: group: int-${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/integration-tests-5.4.1-ipv4-raft.yaml b/.github/workflows/integration-tests-5.4.1-ipv4-raft.yaml index 1c7285fe40..557b78d725 100644 --- a/.github/workflows/integration-tests-5.4.1-ipv4-raft.yaml +++ b/.github/workflows/integration-tests-5.4.1-ipv4-raft.yaml @@ -3,7 +3,7 @@ name: Integration tests (Scylla 5.4.1, IPV4, raft) on: push: branches: - - master + - branch-3.2 concurrency: group: int-${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/integration-tests-5.4.1-ipv4.yaml b/.github/workflows/integration-tests-5.4.1-ipv4.yaml index 9f711b52df..f81ec93f03 100644 --- a/.github/workflows/integration-tests-5.4.1-ipv4.yaml +++ b/.github/workflows/integration-tests-5.4.1-ipv4.yaml @@ -3,7 +3,7 @@ name: Integration tests (Scylla 5.4.1, IPV4) on: push: branches: - - master + - branch-3.2 concurrency: group: int-${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/integration-tests-5.4.1-ipv6-raft.yaml b/.github/workflows/integration-tests-5.4.1-ipv6-raft.yaml index f92ef8270d..e39d3e7ef4 100644 --- a/.github/workflows/integration-tests-5.4.1-ipv6-raft.yaml +++ b/.github/workflows/integration-tests-5.4.1-ipv6-raft.yaml @@ -3,7 +3,7 @@ name: Integration tests (Scylla 5.4.1, IPV6, raft) on: push: branches: - - master + - branch-3.2 concurrency: group: int-${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/integration-tests-5.4.1-ipv6.yaml b/.github/workflows/integration-tests-5.4.1-ipv6.yaml index f778abac55..bcf1f333c2 100644 --- a/.github/workflows/integration-tests-5.4.1-ipv6.yaml +++ b/.github/workflows/integration-tests-5.4.1-ipv6.yaml @@ -3,7 +3,7 @@ name: Integration tests (Scylla 5.4.1, IPV6) on: push: branches: - - master + - branch-3.2 concurrency: group: int-${{ github.workflow }}-${{ github.ref }} diff --git a/README.md b/README.md index 05cead4f6f..97d06b59aa 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,26 @@ ![GitHub release](https://img.shields.io/github/tag/scylladb/scylla-manager.svg?label=release) -![Sanity check](https://github.com/scylladb/scylla-manager/actions/workflows/sanity-checks.yml/badge.svg?branch=master) +![Sanity check](https://github.com/scylladb/scylla-manager/actions/workflows/sanity-checks.yml/badge.svg?branch=branch-3.2) ![Language](https://img.shields.io/badge/Language-Go-blue.svg) -![Integration tests 5.2.13 IPV4](https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-5.2.13-ipv4.yaml/badge.svg?branch=master) -![Integration tests 5.2.13 IPV4 raft](https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-5.2.13-ipv4-raft.yaml/badge.svg?branch=master) -![Integration tests 5.2.13 IPV6](https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-5.2.13-ipv6.yaml/badge.svg?branch=master) -![Integration tests 5.2.13 IPV6 raft](https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-5.2.13-ipv6-raft.yaml/badge.svg?branch=master) - -![Integration tests 5.4.1 IPV4](https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-5.4.1-ipv4.yaml/badge.svg?branch=master) -![Integration tests 5.4.1 IPV4 raft](https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-5.4.1-ipv4-raft.yaml/badge.svg?branch=master) -![Integration tests 5.4.1 IPV6](https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-5.4.1-ipv6.yaml/badge.svg?branch=master) -![Integration tests 5.4.1 IPV6 raft](https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-5.4.1-ipv6-raft.yaml/badge.svg?branch=master) - -![Integration tests 2023.1.3 IPV4](https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2023.1.3-ipv4.yaml/badge.svg?branch=master) -![Integration tests 2023.1.3 IPV4 raft](https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2023.1.3-ipv4-raft.yaml/badge.svg?branch=master) -![Integration tests 2023.1.3 IPV6](https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2023.1.3-ipv6.yaml/badge.svg?branch=master) -![Integration tests 2023.1.3 IPV6 raft](https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2023.1.3-ipv6-raft.yaml/badge.svg?branch=master) - -![Integration tests 2024.1.0-rc3 IPV4](https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2024.1.0.rc3-ipv4.yaml/badge.svg?branch=master) -![Integration tests 2024.1.0-rc3 IPV4 raft](https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2024.1.0.rc3-ipv4-raft.yaml/badge.svg?branch=master) -![Integration tests 2024.1.0-rc3 IPV6](https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2024.1.0.rc3-ipv6.yaml/badge.svg?branch=master) -![Integration tests 2024.1.0-rc3 IPV6 raft](https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2024.1.0.rc3-ipv6-raft.yaml/badge.svg?branch=master) +![Integration tests 5.2.13 IPV4](https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-5.2.13-ipv4.yaml/badge.svg?branch=branch-3.2) +![Integration tests 5.2.13 IPV4 raft](https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-5.2.13-ipv4-raft.yaml/badge.svg?branch=branch-3.2) +![Integration tests 5.2.13 IPV6](https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-5.2.13-ipv6.yaml/badge.svg?branch=branch-3.2) +![Integration tests 5.2.13 IPV6 raft](https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-5.2.13-ipv6-raft.yaml/badge.svg?branch=branch-3.2) + +![Integration tests 5.4.1 IPV4](https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-5.4.1-ipv4.yaml/badge.svg?branch=branch-3.2) +![Integration tests 5.4.1 IPV4 raft](https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-5.4.1-ipv4-raft.yaml/badge.svg?branch=branch-3.2) +![Integration tests 5.4.1 IPV6](https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-5.4.1-ipv6.yaml/badge.svg?branch=branch-3.2) +![Integration tests 5.4.1 IPV6 raft](https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-5.4.1-ipv6-raft.yaml/badge.svg?branch=branch-3.2) + +![Integration tests 2023.1.3 IPV4](https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2023.1.3-ipv4.yaml/badge.svg?branch=branch-3.2) +![Integration tests 2023.1.3 IPV4 raft](https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2023.1.3-ipv4-raft.yaml/badge.svg?branch=branch-3.2) +![Integration tests 2023.1.3 IPV6](https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2023.1.3-ipv6.yaml/badge.svg?branch=branch-3.2) +![Integration tests 2023.1.3 IPV6 raft](https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2023.1.3-ipv6-raft.yaml/badge.svg?branch=branch-3.2) + +![Integration tests 2024.1.0-rc3 IPV4](https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2024.1.0.rc3-ipv4.yaml/badge.svg?branch=branch-3.2) +![Integration tests 2024.1.0-rc3 IPV4 raft](https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2024.1.0.rc3-ipv4-raft.yaml/badge.svg?branch=branch-3.2) +![Integration tests 2024.1.0-rc3 IPV6](https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2024.1.0.rc3-ipv6.yaml/badge.svg?branch=branch-3.2) +![Integration tests 2024.1.0-rc3 IPV6 raft](https://github.com/scylladb/scylla-manager/actions/workflows/integration-tests-2024.1.0.rc3-ipv6-raft.yaml/badge.svg?branch=branch-3.2) # Scylla Manager Welcome to Scylla Manager repository!