Log tempestconf inside tempest_log_dir
This will allow us to collect tempestconf.log by CI Change-Id: Ieb050fe65947e3d2da1beb5062f509036e32a7da
This commit is contained in:
1 changed files with 1 additions and 1 deletions
@@ -35,7 +35,7 @@
if [ -d {{ tempest_tempestconf_venv_bin }} ]; then
. {{ tempest_tempestconf_venv_bin }}/activate
fi
discover-tempest-config --profile "{{ tempest_workspace }}/etc/profile.yaml" >> "{{ tempest_workspace }}/tempestconf.log"
discover-tempest-config --profile "{{ tempest_workspace }}/etc/profile.yaml" >> "{{ tempest_log_dir }}/tempestconf.log"
args:
chdir:"{{ tempest_workspace }}"
executable:/bin/bash
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.