]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tests: add quincy name to teh wip name 44705/head
authorYuri Weinstein <yweinste@redhat.com>
Fri, 21 Jan 2022 00:17:19 +0000 (16:17 -0800)
committerYuri Weinstein <yweinste@redhat.com>
Fri, 21 Jan 2022 00:17:19 +0000 (16:17 -0800)
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
src/script/build-integration-branch

index d92821b2f1f8060f59d53b68d6933c6b4964f21a..b4f2a6121d7af65a157898d971a91277c0e21a5e 100755 (executable)
@@ -33,7 +33,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'.split():
+if current_branch in 'mimic nautilus octopus pacific quincy'.split():
     postfix += '-' + current_branch
     print(f"Adding current branch name '-{current_branch}' as a postfix")