29 lines
613 B
YAML
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
|