--- - job: name: tobiko-tox-infrared-py36 parent: openstack-tox-py36 abstract: true timeout: 1800 description: | Run test cases using tobiko infrared plugin vars: zuul_output_dir: '{{ ansible_user_dir }}/zuul-output' test_results_dir: '{{ zuul_output_dir }}/logs' tox_envlist: infrared tox_extra_args: > -- --collect-dir '{{ test_results_dir }}' pre-run: playbooks/infrared/pre.yaml post-run: playbooks/infrared/post.yaml - job: name: tobiko-tox-infrared-py36-centos-7 parent: tobiko-tox-infrared-py36 nodeset: centos-7 voting: false description: | Run py36 test cases using tobiko infrared plugin on CentOS 7 - job: name: tobiko-tox-infrared-py36-centos-8 parent: tobiko-tox-infrared-py36 nodeset: centos-8 voting: false description: | Run py36 test cases using tobiko infrared plugin on CentOS 8 - job: name: tobiko-tox-infrared-py36-ubuntu-bionic parent: tobiko-tox-infrared-py36 nodeset: ubuntu-bionic voting: false description: | Run py36 test cases using tobiko infrared plugin on Ubuntu Bionic