Skip to content

Commit 318d34a

Browse files
Merge pull request #7682 from rabbitmq/bump-mixed-version-cluster-broker
Use 3.11.11 for mixed version testing
2 parents 4da170f + 89d0b39 commit 318d34a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

bazel/bzlmod/secondary_umbrella.bzl

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@ def secondary_umbrella():
2828
name = "rabbitmq-server-generic-unix-3.11",
2929
build_file = "@//:BUILD.package_generic_unix",
3030
patch_cmds = [ADD_PLUGINS_DIR_BUILD_FILE],
31-
strip_prefix = "rabbitmq_server-3.11.7",
32-
# This file if produced by the .github/workflows/secondary-umbrella.yaml
33-
# GitHub Actions workflow.
31+
strip_prefix = "rabbitmq_server-3.11.11",
32+
# This file is produced just in time by the test-mixed-versions.yaml GitHub Actions workflow.
3433
urls = [
35-
"https://rabbitmq-github-actions.s3.eu-west-1.amazonaws.com/secondary-umbrellas/package-generic-unix-for-mixed-version-testing-v3.11.7.tar.xz",
34+
"https://rabbitmq-github-actions.s3.eu-west-1.amazonaws.com/secondary-umbrellas/package-generic-unix-for-mixed-version-testing-v3.11.11.tar.xz",
3635
],
3736
)

0 commit comments

Comments
 (0)