CI: set BIFROST_TRACE for debugging output

Change-Id: I6161c551d8dbb080d762ccc194c9a552da286df0
This commit is contained in:
Dmitry Tantsur 2020-11-06 17:44:05 +01:00
parent ce0236573e
commit fa7e94049a

View File

@ -4,6 +4,7 @@
cmd: bash scripts/test-bifrost.sh
chdir: "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/bifrost'].src_dir }}"
environment:
BIFROST_TRACE: "true"
BUILD_IMAGE: "{{ build_image | default(false) | bool | lower }}"
CLI_TEST: "{{ cli_test | default(false) | bool | lower }}"
ENABLE_KEYSTONE: "{{ enable_keystone | default(false) | bool | lower }}"