Add support for Fedora 31 and Python 3.7
Change-Id: I118074705c9b83167914d1d0d568f8727d2076e3
This commit is contained in:
parent
bf8dcd6c7c
commit
302a5711c5
9
roles/tobiko-ensure-python3/vars/Fedora.yaml
Normal file
9
roles/tobiko-ensure-python3/vars/Fedora.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
python_packages:
|
||||
python3:
|
||||
- python3
|
||||
- python3-devel
|
||||
python3.7:
|
||||
- python37
|
||||
- python37-devel
|
@ -3,5 +3,7 @@
|
||||
python_packages:
|
||||
python3:
|
||||
- python3
|
||||
- python3-devel
|
||||
python3.6:
|
||||
- python36
|
||||
- python36-devel
|
||||
|
3
roles/tobiko-inventory/vars/test-inventory-Fedora.yaml
Normal file
3
roles/tobiko-inventory/vars/test-inventory-Fedora.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
|
||||
test_inventory_python_interpreter: /usr/bin/python3
|
@ -47,6 +47,15 @@
|
||||
Run test cases using tobiko infrared plugin on CentOS 8
|
||||
|
||||
|
||||
- job:
|
||||
name: tobiko-tox-infrared-fedora-31
|
||||
parent: tobiko-tox-infrared
|
||||
nodeset: fedora-31-2-node
|
||||
voting: false
|
||||
description: |
|
||||
Run test cases using tobiko infrared plugin on Fedora 31
|
||||
|
||||
|
||||
- job:
|
||||
name: tobiko-tox-infrared-ubuntu-bionic
|
||||
parent: tobiko-tox-infrared
|
||||
|
@ -11,6 +11,19 @@
|
||||
- secondary
|
||||
|
||||
|
||||
- nodeset:
|
||||
name: fedora-31-2-node
|
||||
nodes:
|
||||
- name: primary
|
||||
label: fedora-31
|
||||
- name: secondary
|
||||
label: fedora-31
|
||||
groups:
|
||||
- name: subnodes
|
||||
nodes:
|
||||
- secondary
|
||||
|
||||
|
||||
- nodeset:
|
||||
name: ubuntu-focal-2-node
|
||||
nodes:
|
||||
|
@ -19,6 +19,7 @@
|
||||
- tobiko-devstack-faults-centos-8
|
||||
- tobiko-tox-infrared-centos-7
|
||||
- tobiko-tox-infrared-centos-8
|
||||
- tobiko-tox-infrared-fedora-31
|
||||
- tobiko-tox-infrared-ubuntu-bionic
|
||||
- tobiko-tox-infrared-ubuntu-focal
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user