diff options
author | Yuri Weinstein <yweinste@redhat.com> | 2022-01-20 16:17:19 -0800 |
---|---|---|
committer | Yuri Weinstein <yweinste@redhat.com> | 2022-01-20 16:17:19 -0800 |
commit | 785b921d09952fe50e2c00e928d99e96637ec6e4 (patch) | |
tree | 4d4ff7279e700bd1c0bb7a5f899cef3794408f25 | |
parent | e73755faa10bed384772d2d71b1a556a5f38213e (diff) | |
download | ceph-785b921d09952fe50e2c00e928d99e96637ec6e4.tar.gz |
qa/tests: add quincy name to teh wip name
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
-rwxr-xr-x | src/script/build-integration-branch | 2 |
1 files changed, 1 insertions, 1 deletions
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") |