]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tests: added "tentacle" option 63112/head
authorYuri Weinstein <yweinste@redhat.com>
Mon, 5 May 2025 14:47:05 +0000 (07:47 -0700)
committerYuri Weinstein <yweinste@redhat.com>
Mon, 5 May 2025 14:47:05 +0000 (07:47 -0700)
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
src/script/build-integration-branch

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