tobiko/zuul.d/infrared.yaml
Federico Ressi 7f97e137eb Copy test result files to zull logs dir
Change-Id: I6abef9016403d6b3c2801a9de64a55f237b99fab
2020-03-23 22:37:03 +01:00

45 lines
1.1 KiB
YAML

---
- 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