diff --git a/.github/cfg/integration-test-core.yaml b/.github/cfg/integration-test-core.yaml
index f4433455b..cd3e1e4b2 100644
--- a/.github/cfg/integration-test-core.yaml
+++ b/.github/cfg/integration-test-core.yaml
@@ -1,7 +1,7 @@
on:
push:
branches:
- - master
+ - branch-3.4
pull_request:
types: [ opened, synchronize, reopened ]
diff --git a/.github/workflows/integration-tests-2023.1.11-IPV4-raftschema.yaml b/.github/workflows/integration-tests-2023.1.11-IPV4-raftschema.yaml
index 5fec04a39..30df95b35 100644
--- a/.github/workflows/integration-tests-2023.1.11-IPV4-raftschema.yaml
+++ b/.github/workflows/integration-tests-2023.1.11-IPV4-raftschema.yaml
@@ -108,4 +108,4 @@ name: integration-tests-2023.1.11-IPV4-raftschema
- reopened
push:
branches:
- - master
+ - branch-3.4
diff --git a/.github/workflows/integration-tests-2023.1.11-IPV4.yaml b/.github/workflows/integration-tests-2023.1.11-IPV4.yaml
index 83f8750b7..1c4cfe2ce 100644
--- a/.github/workflows/integration-tests-2023.1.11-IPV4.yaml
+++ b/.github/workflows/integration-tests-2023.1.11-IPV4.yaml
@@ -108,4 +108,4 @@ name: integration-tests-2023.1.11-IPV4
- reopened
push:
branches:
- - master
+ - branch-3.4
diff --git a/.github/workflows/integration-tests-2023.1.11-IPV6-raftschema.yaml b/.github/workflows/integration-tests-2023.1.11-IPV6-raftschema.yaml
index a20ba2634..6aa00a5a4 100644
--- a/.github/workflows/integration-tests-2023.1.11-IPV6-raftschema.yaml
+++ b/.github/workflows/integration-tests-2023.1.11-IPV6-raftschema.yaml
@@ -108,4 +108,4 @@ name: integration-tests-2023.1.11-IPV6-raftschema
- reopened
push:
branches:
- - master
+ - branch-3.4
diff --git a/.github/workflows/integration-tests-2024.1.9-IPV4.yaml b/.github/workflows/integration-tests-2024.1.9-IPV4.yaml
index 360a9e26d..87393ecf2 100644
--- a/.github/workflows/integration-tests-2024.1.9-IPV4.yaml
+++ b/.github/workflows/integration-tests-2024.1.9-IPV4.yaml
@@ -108,4 +108,4 @@ name: integration-tests-2024.1.9-IPV4
- reopened
push:
branches:
- - master
+ - branch-3.4
diff --git a/.github/workflows/integration-tests-2024.1.9-IPV6.yaml b/.github/workflows/integration-tests-2024.1.9-IPV6.yaml
index 4a517e230..c94f86f49 100644
--- a/.github/workflows/integration-tests-2024.1.9-IPV6.yaml
+++ b/.github/workflows/integration-tests-2024.1.9-IPV6.yaml
@@ -108,4 +108,4 @@ name: integration-tests-2024.1.9-IPV6
- reopened
push:
branches:
- - master
+ - branch-3.4
diff --git a/.github/workflows/integration-tests-6.1.1-IPV4-tablets.yaml b/.github/workflows/integration-tests-6.1.1-IPV4-tablets.yaml
index c2ef41ba7..a3108c0d5 100644
--- a/.github/workflows/integration-tests-6.1.1-IPV4-tablets.yaml
+++ b/.github/workflows/integration-tests-6.1.1-IPV4-tablets.yaml
@@ -108,4 +108,4 @@ name: integration-tests-6.1.1-IPV4-tablets
- reopened
push:
branches:
- - master
+ - branch-3.4
diff --git a/.github/workflows/integration-tests-6.1.1-IPV4.yaml b/.github/workflows/integration-tests-6.1.1-IPV4.yaml
index da5818a38..3d94f6eb0 100644
--- a/.github/workflows/integration-tests-6.1.1-IPV4.yaml
+++ b/.github/workflows/integration-tests-6.1.1-IPV4.yaml
@@ -108,4 +108,4 @@ name: integration-tests-6.1.1-IPV4
- reopened
push:
branches:
- - master
+ - branch-3.4
diff --git a/.github/workflows/integration-tests-6.1.1-IPV6-tablets.yaml b/.github/workflows/integration-tests-6.1.1-IPV6-tablets.yaml
index 199a3b368..a250a4747 100644
--- a/.github/workflows/integration-tests-6.1.1-IPV6-tablets.yaml
+++ b/.github/workflows/integration-tests-6.1.1-IPV6-tablets.yaml
@@ -108,4 +108,4 @@ name: integration-tests-6.1.1-IPV6-tablets
- reopened
push:
branches:
- - master
+ - branch-3.4
diff --git a/.github/workflows/integration-tests-latest-enterprise-IPV4-tablets.yaml b/.github/workflows/integration-tests-latest-enterprise-IPV4-tablets.yaml
index cc9663318..bff823e99 100644
--- a/.github/workflows/integration-tests-latest-enterprise-IPV4-tablets.yaml
+++ b/.github/workflows/integration-tests-latest-enterprise-IPV4-tablets.yaml
@@ -108,4 +108,4 @@ name: integration-tests-latest-enterprise-IPV4-tablets
- reopened
push:
branches:
- - master
+ - branch-3.4
diff --git a/.github/workflows/integration-tests-latest-enterprise-IPV4.yaml b/.github/workflows/integration-tests-latest-enterprise-IPV4.yaml
index 9e7e64989..8c665c84e 100644
--- a/.github/workflows/integration-tests-latest-enterprise-IPV4.yaml
+++ b/.github/workflows/integration-tests-latest-enterprise-IPV4.yaml
@@ -108,4 +108,4 @@ name: integration-tests-latest-enterprise-IPV4
- reopened
push:
branches:
- - master
+ - branch-3.4
diff --git a/.github/workflows/sanity-checks.yml b/.github/workflows/sanity-checks.yml
index 175b2ecbc..89df45038 100644
--- a/.github/workflows/sanity-checks.yml
+++ b/.github/workflows/sanity-checks.yml
@@ -3,7 +3,7 @@ name: Sanity check
on:
push:
branches:
- - master
+ - branch-3.4
pull_request:
types: [ opened, synchronize, reopened ]
diff --git a/README.md b/README.md
index 4c6ee2b4d..19b374082 100644
--- a/README.md
+++ b/README.md
@@ -22,16 +22,16 @@ Scylla Manager consists of tree components:
| **6.1.1** | ![integration-tests-6.1.1-IPV4]
![integration-tests-6.1.1-IPV4-tablets]
![integration-tests-6.1.1-IPV6-tablets] | Restoration of **Authentication** and **Service Levels** is not supported
Restoration of schema containing **Alternator** tables is not supported |
| **latest-enterprise** | ![integration-tests-latest-enterprise-IPV4]
![integration-tests-latest-enterprise-IPV4-tablets] | Restoration of **Authentication** and **Service Levels** is not supported
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=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-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-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
+[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
## Installing and updating Go