6abea96e3f
Change-Id: I27f479cfee21da98c2632f6406595a496d1f9a9f
21 lines
474 B
YAML
21 lines
474 B
YAML
---
|
|
|
|
- job:
|
|
name: tobiko-tox-py38
|
|
parent: openstack-tox-py38
|
|
timeout: 2400
|
|
description: |
|
|
Run unit tests for an OpenStack Python project under cPython version 3.8.
|
|
Uses tox with the ``py38`` environment.
|
|
# compile and install python3.8 from source code
|
|
pre-run: playbooks/unit/pre.yaml
|
|
vars:
|
|
python_release: "3.8.3"
|
|
|
|
|
|
- job:
|
|
name: tobiko-tox-py38-centos-8
|
|
parent: tobiko-tox-py38
|
|
nodeset: centos-8
|
|
voting: false
|