Sorin Sbarnea 8b2e5653e4 lint: fixed ansible-lint 301 rule
Change-Id: I8ce7e11cd6027b53f1112c5880a5891c778db9d4
2020-01-05 19:37:09 +00:00

14 lines
399 B
YAML

---
- name: Execute Tobiko
shell: >
set -o pipefail &&
tools/ci/tox -e {{ tobiko_envlist }} {{ tobiko_extra_args }} 2>&1 {{ timestamper_cmd }} > {{ tobiko_log_dir }}/{{ tobiko_log_file }};
args:
chdir: "{{ working_dir }}/tobiko"
executable: /bin/bash
register: tobiko_tests_run
ignore_errors: true
environment:
OS_CLOUD: "{{ tempest_cloud_name }}"
changed_when: true