Update lower constraints file
Test Tobiko IR plugin with Fedora 35 Change-Id: I37742b3142ed29fd874db40b9e76a5622e89e711
This commit is contained in:
parent
206052e14f
commit
60537c06e3
@ -13,7 +13,7 @@ oslo.log==4.4.0
|
|||||||
paramiko==2.7.2
|
paramiko==2.7.2
|
||||||
pbr==5.5.1
|
pbr==5.5.1
|
||||||
psutil==5.8.0
|
psutil==5.8.0
|
||||||
pytest==6.2.1
|
pytest===6.2.5
|
||||||
pytest-html==3.1.1
|
pytest-html==3.1.1
|
||||||
pytest-xdist==2.2.0
|
pytest-xdist==2.2.0
|
||||||
python-dateutil==2.8.0
|
python-dateutil==2.8.0
|
||||||
@ -26,5 +26,5 @@ python-octaviaclient==2.2.0
|
|||||||
python-openstackclient==5.4.0
|
python-openstackclient==5.4.0
|
||||||
PyYAML==5.4.1
|
PyYAML==5.4.1
|
||||||
sshtunnel==0.3.1
|
sshtunnel==0.3.1
|
||||||
testtools==2.4.0
|
testtools==2.5.0
|
||||||
validations-libs==1.1.0
|
validations-libs==1.1.0
|
||||||
|
@ -23,5 +23,5 @@ python-octaviaclient>=2.2.0 # Apache-2.0
|
|||||||
python-openstackclient>=5.4.0 # Apache-2.0
|
python-openstackclient>=5.4.0 # Apache-2.0
|
||||||
PyYAML>=5.4.1 # MIT
|
PyYAML>=5.4.1 # MIT
|
||||||
sshtunnel>=0.3.1 # MIT
|
sshtunnel>=0.3.1 # MIT
|
||||||
testtools>=2.4.0 # MIT
|
testtools>=2.5.0 # MIT
|
||||||
validations-libs>=1.1.0 # Apache-2.0
|
validations-libs>=1.1.0 # Apache-2.0
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Test cases requirements
|
# Test cases requirements
|
||||||
|
|
||||||
mock>=3.0.5 # BSD
|
mock>=3.0.5 # BSD
|
||||||
pytest>=6.2.1 # MIT
|
pytest>=6.2.5 # MIT
|
||||||
pytest-html>=3.1.1 # MPL-2.0
|
pytest-html>=3.1.1 # MPL-2.0
|
||||||
pytest-xdist[psutil]>=2.2.0 # MIT
|
pytest-xdist[psutil]>=2.2.0 # MIT
|
||||||
|
@ -9,7 +9,8 @@
|
|||||||
- tobiko-infrared-centos-7
|
- tobiko-infrared-centos-7
|
||||||
- tobiko-infrared-centos-8
|
- tobiko-infrared-centos-8
|
||||||
- tobiko-infrared-centos-9
|
- tobiko-infrared-centos-9
|
||||||
- tobiko-infrared-fedora
|
- tobiko-infrared-fedora-34
|
||||||
|
- tobiko-infrared-fedora-35
|
||||||
- tobiko-infrared-ubuntu
|
- tobiko-infrared-ubuntu
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
@ -21,7 +22,7 @@
|
|||||||
- job:
|
- job:
|
||||||
name: tobiko-infrared
|
name: tobiko-infrared
|
||||||
parent: tox
|
parent: tox
|
||||||
nodeset: tobiko-infrared-fedora
|
nodeset: tobiko-infrared-fedora-34
|
||||||
timeout: 3600
|
timeout: 3600
|
||||||
description: |
|
description: |
|
||||||
Run test cases using tobiko infrared plugin
|
Run test cases using tobiko infrared plugin
|
||||||
@ -108,15 +109,15 @@
|
|||||||
|
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: tobiko-infrared-fedora
|
name: tobiko-infrared-fedora-34
|
||||||
parent: tobiko-infrared
|
parent: tobiko-infrared
|
||||||
nodeset: tobiko-infrared-fedora
|
nodeset: tobiko-infrared-fedora-34
|
||||||
voting: true
|
voting: true
|
||||||
description: |
|
description: |
|
||||||
Run test cases using tobiko infrared plugin on Fedora
|
Run test cases using tobiko infrared plugin on Fedora
|
||||||
|
|
||||||
- nodeset:
|
- nodeset:
|
||||||
name: tobiko-infrared-fedora
|
name: tobiko-infrared-fedora-34
|
||||||
nodes:
|
nodes:
|
||||||
- name: primary
|
- name: primary
|
||||||
label: fedora-34
|
label: fedora-34
|
||||||
@ -125,6 +126,24 @@
|
|||||||
groups: *NODESET_GROUPS
|
groups: *NODESET_GROUPS
|
||||||
|
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: tobiko-infrared-fedora-35
|
||||||
|
parent: tobiko-infrared
|
||||||
|
nodeset: tobiko-infrared-fedora-35
|
||||||
|
voting: true
|
||||||
|
description: |
|
||||||
|
Run test cases using tobiko infrared plugin on Fedora
|
||||||
|
|
||||||
|
- nodeset:
|
||||||
|
name: tobiko-infrared-fedora-35
|
||||||
|
nodes:
|
||||||
|
- name: primary
|
||||||
|
label: fedora-35
|
||||||
|
- name: secondary
|
||||||
|
label: fedora-35
|
||||||
|
groups: *NODESET_GROUPS
|
||||||
|
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: tobiko-infrared-ubuntu
|
name: tobiko-infrared-ubuntu
|
||||||
parent: tobiko-infrared
|
parent: tobiko-infrared
|
||||||
|
Loading…
x
Reference in New Issue
Block a user