tobiko/zuul.d/infrared.yaml

42 lines
974 B
YAML

---
- job:
name: tobiko-tox-infrared-py36
parent: openstack-tox
abstract: true
timeout: 1800
description: |
Run test cases using tobiko infrared plugin
vars:
tox_envlist: infrared
bindep_profile: test
python_version: 3.6
pre-run: playbooks/infrared/pre.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