Merge "Force error when "launch workload" task fails"

This commit is contained in:
Zuul 2020-02-20 15:25:23 +00:00 committed by Gerrit Code Review
commit 63fa0b3880

View File

@ -6,7 +6,11 @@
include: common/create_workload.yml
- name: launch workload
command: "{{ workload_launch_script }}"
shell: |
set -o pipefail
bash {{ workload_launch_script }} 2>&1 {{ timestamper_cmd }} > workload_launch.log
args:
chdir: "{{ working_dir }}"
when: workload_launch