Mark 2.9 ansible-test sanity as non-voting
Current way of running ansible-test with venv is failing because of cryptography package issue[1]. Mark it non-voting until the issue is resolved. [1] https://github.com/pyca/cryptography/issues/5771 Change-Id: Ife1468c4c7140ed3bdaf1dad06a09c71b8e1dbd4
This commit is contained in:
parent
6f8b39bb16
commit
1d8605fbf7
@ -264,11 +264,13 @@
|
|||||||
- tox-pep8
|
- tox-pep8
|
||||||
- openstack-tox-linters-ansible-devel
|
- openstack-tox-linters-ansible-devel
|
||||||
- openstack-tox-linters-ansible-2.10
|
- openstack-tox-linters-ansible-2.10
|
||||||
- openstack-tox-linters-ansible-2.9
|
# Issue with ansible-test 2.9: https://github.com/ansible/ansible/pull/73530
|
||||||
|
- openstack-tox-linters-ansible-2.9:
|
||||||
|
voting: false
|
||||||
- ansible-collections-openstack-functional-devstack:
|
- ansible-collections-openstack-functional-devstack:
|
||||||
dependencies: &deps_unit_lint
|
dependencies: &deps_unit_lint
|
||||||
- tox-pep8
|
- tox-pep8
|
||||||
- openstack-tox-linters-ansible-2.9
|
# - openstack-tox-linters-ansible-2.9
|
||||||
- openstack-tox-linters-ansible-2.10
|
- openstack-tox-linters-ansible-2.10
|
||||||
irrelevant-files: &ignore_files
|
irrelevant-files: &ignore_files
|
||||||
- changelogs/.*
|
- changelogs/.*
|
||||||
@ -327,7 +329,8 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- tox-pep8
|
- tox-pep8
|
||||||
- openstack-tox-linters-ansible-2.10
|
- openstack-tox-linters-ansible-2.10
|
||||||
- openstack-tox-linters-ansible-2.9
|
# https://github.com/ansible/ansible/pull/73530
|
||||||
|
# - openstack-tox-linters-ansible-2.9
|
||||||
- ansible-collections-openstack-functional-devstack
|
- ansible-collections-openstack-functional-devstack
|
||||||
- ansible-collections-openstack-functional-devstack-releases
|
- ansible-collections-openstack-functional-devstack-releases
|
||||||
- ansible-collections-openstack-functional-devstack-ansible-2.9
|
- ansible-collections-openstack-functional-devstack-ansible-2.9
|
||||||
|
Loading…
x
Reference in New Issue
Block a user