Skip to content

Commit

Permalink
fix(CI): point to branch-3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
karol-kokoszka committed Feb 26, 2024
1 parent 3aa73aa commit 97e10f9
Show file tree
Hide file tree
Showing 17 changed files with 36 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-2023.1.3-ipv4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-2023.1.3-ipv6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-2024.1.0.rc3-ipv4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-2024.1.0.rc3-ipv6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-5.2.13-ipv4-raft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-5.2.13-ipv4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-5.2.13-ipv6-raft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-5.2.13-ipv6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-5.4.1-ipv4-raft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-5.4.1-ipv4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-5.4.1-ipv6-raft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-5.4.1-ipv6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
40 changes: 20 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -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!
Expand Down

0 comments on commit 97e10f9

Please sign in to comment.