
Create a set of roles to be composed into a new infrared plugin. The final goal for these roles is to be used for either downstream and upstream CI Change-Id: I48d5f500c2e694c3f94ee497a0df1d92b6c411b3
13 lines
379 B
YAML
13 lines
379 B
YAML
---
|
|
|
|
# Directory where test cases has been deployed to
|
|
tox_dir: '{{ test_dir | realpath }}'
|
|
tox_command: "{{ tobiko_dir | realpath }}/tools/ci/tox"
|
|
tox_envlist: py36
|
|
tox_extra_args: ''
|
|
|
|
tox_command_line: '{{ tox_command }} "-e{{ tox_envlist }}" {{ tox_extra_args }}'
|
|
|
|
tox_report_dir: "{{ test_report_dir | realpath }}"
|
|
tox_report_name: '{{ test_report_name }}_{{ tox_envlist }}'
|