Use 3.13.7 as secondary umbrella

for mixed version tests
This commit is contained in:
David Ansari 2024-08-26 09:25:11 +02:00
parent edd932a8e6
commit 3a1485d890
1 changed files with 2 additions and 2 deletions

View File

@ -28,9 +28,9 @@ def secondary_umbrella():
name = "rabbitmq-server-generic-unix-3.13",
build_file = "@//:BUILD.package_generic_unix",
patch_cmds = [ADD_PLUGINS_DIR_BUILD_FILE],
strip_prefix = "rabbitmq_server-3.13.1",
strip_prefix = "rabbitmq_server-3.13.7",
# This file is produced just in time by the test-mixed-versions.yaml GitHub Actions workflow.
urls = [
"https://rabbitmq-github-actions.s3.eu-west-1.amazonaws.com/secondary-umbrellas/26.1/package-generic-unix-for-mixed-version-testing-v3.13.1.tar.xz",
"https://rabbitmq-github-actions.s3.eu-west-1.amazonaws.com/secondary-umbrellas/26.1/package-generic-unix-for-mixed-version-testing-v3.13.7.tar.xz",
],
)