From 785b921d09952fe50e2c00e928d99e96637ec6e4 Mon Sep 17 00:00:00 2001 From: Yuri Weinstein Date: Thu, 20 Jan 2022 16:17:19 -0800 Subject: [PATCH] qa/tests: add quincy name to teh wip name Signed-off-by: Yuri Weinstein --- src/script/build-integration-branch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/build-integration-branch b/src/script/build-integration-branch index d92821b2f1f..b4f2a6121d7 100755 --- a/src/script/build-integration-branch +++ b/src/script/build-integration-branch @@ -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") -- 2.39.5