File tree 2 files changed +2
-1
lines changed
roles/build_openstack_packages
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ cifmw_bop_dlrn_deps:
32
32
- python3-libselinux
33
33
34
34
cifmw_bop_build_repo_dir : " {{ cifmw_basedir | default(ansible_user_dir ~ '/ci-framework-data') }}/logs"
35
+ cifmw_bop_artifacts_basedir : " {{ ansible_user_dir ~ '/ci-framework-data') }}"
35
36
cifmw_bop_dlrn_repo_url : " https://github.com/openstack-packages/DLRN.git"
36
37
cifmw_bop_dlrn_from_source : false
37
38
cifmw_bop_dlrn_venv : " {{ ansible_user_dir }}/dlrn_venv"
Original file line number Diff line number Diff line change 178
178
ansible.builtin.shell :
179
179
cmd : >
180
180
set -o pipefail &&
181
- {{ cifmw_bop_build_repo_dir }}/run_dlrn.sh 2>&1 {{ cifmw_bop_timestamper_cmd }} >> {{ cifmw_bop_build_repo_dir }}/dlrn.log
181
+ {{ cifmw_bop_build_repo_dir }}/run_dlrn.sh 2>&1 {{ cifmw_bop_timestamper_cmd }} >> {{ cifmw_bop_artifacts_basedir }}/logs /dlrn.log
182
182
chdir : ' {{ cifmw_bop_build_repo_dir }}'
You can’t perform that action at this time.
0 commit comments