]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tests: added reef branch 50465/head
authorYuri Weinstein <yweinste@redhat.com>
Thu, 9 Mar 2023 23:02:55 +0000 (15:02 -0800)
committerYuri Weinstein <yweinste@redhat.com>
Thu, 9 Mar 2023 23:05:00 +0000 (15:05 -0800)
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
src/script/build-integration-branch

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