2019-12-17 07:29:01 +01:00
|
|
|
---
|
|
|
|
|
|
|
|
- job:
|
2020-01-20 11:00:33 +01:00
|
|
|
name: tobiko-tox-py36-base
|
2019-12-17 07:29:01 +01:00
|
|
|
parent: openstack-tox
|
2020-01-20 11:00:33 +01:00
|
|
|
abstract: true
|
2019-12-17 07:29:01 +01:00
|
|
|
timeout: 2400
|
|
|
|
description: |
|
2020-01-10 12:04:35 +01:00
|
|
|
Run unit tests for an OpenStack Python project under cPython version 3.6.
|
|
|
|
Uses tox with the ``py36`` environment.
|
|
|
|
vars:
|
|
|
|
tox_envlist: py36
|
|
|
|
bindep_profile: test py36
|
|
|
|
python_version: 3.6
|
|
|
|
|
|
|
|
|
|
|
|
- job:
|
2020-01-20 11:00:33 +01:00
|
|
|
name: tobiko-tox-py36-centos-7
|
|
|
|
parent: tobiko-tox-py36-base
|
2020-01-10 12:04:35 +01:00
|
|
|
nodeset: centos-7
|
2020-02-11 08:30:59 +01:00
|
|
|
voting: false
|
2020-01-20 11:00:33 +01:00
|
|
|
|
|
|
|
|
|
|
|
- job:
|
|
|
|
name: tobiko-tox-py36-centos-8
|
|
|
|
parent: tobiko-tox-py36-base
|
|
|
|
nodeset: centos-8
|
2020-02-11 08:30:59 +01:00
|
|
|
voting: false
|
2020-01-20 11:00:33 +01:00
|
|
|
|
|
|
|
|
|
|
|
- job:
|
|
|
|
name: tobiko-tox-py38-base
|
|
|
|
parent: openstack-tox
|
|
|
|
abstract: true
|
2020-01-10 12:04:35 +01:00
|
|
|
timeout: 2400
|
|
|
|
description: |
|
|
|
|
Run unit tests for an OpenStack Python project under cPython version 3.8.
|
2019-12-17 07:29:01 +01:00
|
|
|
Uses tox with the ``py38`` environment.
|
|
|
|
vars:
|
|
|
|
tox_envlist: py38
|
|
|
|
bindep_profile: test py38
|
|
|
|
python_version: 3.8
|
2020-01-10 12:04:35 +01:00
|
|
|
# compile and install python3.8 from source code
|
2020-01-07 14:49:44 +01:00
|
|
|
pre-run: playbooks/tox-py38/pre.yaml
|
2020-01-20 11:00:33 +01:00
|
|
|
|
|
|
|
|
|
|
|
- job:
|
|
|
|
name: tobiko-tox-py38-centos-7
|
|
|
|
parent: tobiko-tox-py38-base
|
|
|
|
nodeset: centos-7
|
2020-02-11 08:30:59 +01:00
|
|
|
voting: false
|
2020-01-20 11:00:33 +01:00
|
|
|
|
|
|
|
|
|
|
|
- job:
|
|
|
|
name: tobiko-tox-py38-centos-8
|
|
|
|
parent: tobiko-tox-py38-base
|
|
|
|
nodeset: centos-8
|
2020-02-11 08:30:59 +01:00
|
|
|
voting: false
|