Merge "Automaticall use Python 3.8 IR patch when required"

This commit is contained in:
Zuul 2020-06-09 12:51:49 +00:00 committed by Gerrit Code Review
commit 51f9a3a279
4 changed files with 2 additions and 15 deletions

View File

@ -1 +1,2 @@
git+https://github.com/redhat-openstack/infrared.git # Apache-2.0
git+https://github.com/redhat-openstack/infrared.git ; python_version < '3.8'
git+https://review.gerrithub.io/redhat-openstack/infrared@refs/changes/23/493623/9 ; python_version >= '3.8'

View File

@ -1,3 +0,0 @@
---
ir_deps: "git+https://review.gerrithub.io/redhat-openstack/infrared@refs/changes/23/493623/3"

View File

@ -1,3 +0,0 @@
---
ir_deps: "git+https://review.gerrithub.io/redhat-openstack/infrared@refs/changes/23/493623/3"

View File

@ -64,10 +64,6 @@
voting: false
description: |
Run test cases using tobiko infrared plugin on Fedora 32
vars:
tox_environment:
# This patchset fixes to use IR with Python 3.8
IR_DEPS: "git+https://review.gerrithub.io/redhat-openstack/infrared@refs/changes/23/493623/5"
- job:
@ -86,7 +82,3 @@
voting: false
description: |
Run test cases using tobiko infrared plugin on Ubuntu Focal
vars:
tox_environment:
# This patchset fixes to use IR with Python 3.8
IR_DEPS: "git+https://review.gerrithub.io/redhat-openstack/infrared@refs/changes/23/493623/5"