Add mandatory requires_ansible version to metadata

Disable ansible-test since it's broken in 2.11[1]

[1] https://github.com/ansible/ansible/issues/75353
Change-Id: Idd2f99ddfe507b5b02de206c1f8c75692d6a84a2
This commit is contained in:
Sagi Shnaidman
2021-07-29 13:32:24 +03:00
parent 8a395a04cf
commit 07374a1f0d
2 changed files with 4 additions and 3 deletions

View File

@@ -276,7 +276,7 @@
nodeset: ubuntu-bionic nodeset: ubuntu-bionic
description: | description: |
Run openstack collections linter tests using the 2.11 branch of ansible Run openstack collections linter tests using the 2.11 branch of ansible
voting: true voting: false
required-projects: required-projects:
- name: github.com/ansible/ansible - name: github.com/ansible/ansible
override-checkout: stable-2.11 override-checkout: stable-2.11
@@ -370,7 +370,7 @@
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.11 # - openstack-tox-linters-ansible-2.11
- ansible-collections-openstack-functional-devstack-releases: - ansible-collections-openstack-functional-devstack-releases:
dependencies: *deps_unit_lint dependencies: *deps_unit_lint
@@ -413,7 +413,7 @@
gate: gate:
jobs: jobs:
- tox-pep8 - tox-pep8
- openstack-tox-linters-ansible-2.11 # - openstack-tox-linters-ansible-2.11
- openstack-tox-linters-ansible-2.9 - 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

View File

@@ -1,3 +1,4 @@
requires_ansible: ">=2.8"
action_groups: action_groups:
openstack: openstack:
- address_scope - address_scope