8b2e5653e4
Change-Id: I8ce7e11cd6027b53f1112c5880a5891c778db9d4
14 lines
399 B
YAML
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
|