Files
tobiko/zuul.d/infrared.yaml
Federico Ressi 427ec04806 Remove tobiko-tox-infrared-ubuntu-bionic job
Change-Id: Ib2092f889ea92494c763dac8f3ed90980d3085d4
2020-04-02 14:52:22 +02:00

29 lines
613 B
YAML

---
- job:
name: tobiko-tox-infrared
parent: tox
abstract: true
timeout: 1800
description: |
Run test cases using tobiko infrared plugin
run: playbooks/infrared/run.yaml
- job:
name: tobiko-tox-infrared-centos-7
parent: tobiko-tox-infrared
nodeset: centos-7
voting: false
description: |
Run py36 test cases using tobiko infrared plugin on CentOS 7
- job:
name: tobiko-tox-infrared-centos-8
parent: tobiko-tox-infrared
nodeset: centos-8
voting: false
description: |
Run py36 test cases using tobiko infrared plugin on CentOS 8