
Create a set of roles to be composed into a new infrared plugin. The final goal for these roles is to be used for either downstream and upstream CI Change-Id: I48d5f500c2e694c3f94ee497a0df1d92b6c411b3
18 lines
424 B
YAML
18 lines
424 B
YAML
---
|
|
|
|
- job:
|
|
name: tobiko-tox-infrared-centos-7
|
|
parent: openstack-tox
|
|
voting: false
|
|
nodeset: centos-7
|
|
timeout: 2400
|
|
description: |
|
|
Run tobiko infrared plugin
|
|
vars:
|
|
tox_envlist: infrared
|
|
# tox_extra_args: -- --tox_envlist functional
|
|
bindep_profile: test
|
|
python_version: 3.6
|
|
# compile and install python3.8 from source code
|
|
pre-run: playbooks/infrared/pre.yaml
|