From d6b46a2c77309435d8de32bfbcb14219a040d969 Mon Sep 17 00:00:00 2001 From: Laura Flores Date: Tue, 16 Aug 2022 18:05:28 +0000 Subject: [PATCH] qa/workunits/rados: pull librados files from "main" instead of "master" Fixes: https://tracker.ceph.com/issues/57122 Signed-off-by: Laura Flores --- qa/workunits/rados/test_librados_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/workunits/rados/test_librados_build.sh b/qa/workunits/rados/test_librados_build.sh index 2fec7c80d66..75f1748cf42 100755 --- a/qa/workunits/rados/test_librados_build.sh +++ b/qa/workunits/rados/test_librados_build.sh @@ -25,7 +25,7 @@ BINARIES="${BINARIES_TO_RUN}hello_radosstriper_cpp # parse output like "octopus (dev)" case $(librados-config --release | grep -Po ' \(\K[^\)]+') in dev) - BRANCH=master;; + BRANCH=main;; rc|stable) BRANCH=$(librados-config --release | cut -d' ' -f1);; *) -- 2.47.3