From: Laura Flores Date: Tue, 16 Aug 2022 18:05:28 +0000 (+0000) Subject: qa/workunits/rados: pull librados files from "main" instead of "master" X-Git-Tag: v18.0.0~190^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d6b46a2c77309435d8de32bfbcb14219a040d969;p=ceph.git qa/workunits/rados: pull librados files from "main" instead of "master" Fixes: https://tracker.ceph.com/issues/57122 Signed-off-by: Laura Flores --- diff --git a/qa/workunits/rados/test_librados_build.sh b/qa/workunits/rados/test_librados_build.sh index 2fec7c80d669..75f1748cf429 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);; *)