]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tests: added squid option 55602/head
authorYuri Weinstein <yweinste@redhat.com>
Thu, 15 Feb 2024 17:14:12 +0000 (09:14 -0800)
committerYuri Weinstein <yweinste@redhat.com>
Thu, 15 Feb 2024 17:14:12 +0000 (09:14 -0800)
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
src/script/build-integration-branch

index c4e1d604f0c8448f36a8ba8b24be31e42a80b6e3..f1d12a901c10028865fc1692789463c375b2413a 100755 (executable)
@@ -39,7 +39,7 @@ postfix = "-" + time.strftime(TIME_FORMAT, time.localtime())
 
 current_branch = check_output('git rev-parse --abbrev-ref HEAD',
                               shell=True).strip().decode()
-if current_branch in 'mimic nautilus octopus pacific quincy reef'.split():
+if current_branch in 'mimic nautilus octopus pacific quincy reef squid'.split():
     postfix += '-' + current_branch
     print(f"Adding current branch name '-{current_branch}' as a postfix")