From eda160f5e9c56c97456d161286252076338b6c89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A9ri=20Le=20Bouder?= Date: Fri, 29 Apr 2022 11:43:51 -0400 Subject: [PATCH] vmware-rest-code-generator: include ansible-tox-py3{8,9} Depends-On: https://github.com/ansible-collections/amazon.aws/pull/798 Run ansible-tox-py38 and ansible-tox-py39 through the ansible-collections-community-vmware-rest-code-generator template. --- zuul.d/project-templates.yaml | 4 ++++ zuul.d/project.yaml | 21 ++++++++++++--------- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/zuul.d/project-templates.yaml b/zuul.d/project-templates.yaml index 36dedce7e..5ad8fe5bd 100644 --- a/zuul.d/project-templates.yaml +++ b/zuul.d/project-templates.yaml @@ -687,6 +687,8 @@ name: ansible-collections-community-vmware-rest-code-generator check: jobs: + - ansible-tox-py38 + - ansible-tox-py39 - ansible-test-cloud-integration-vmware-rest-python38 - build-ansible-collection: required-projects: @@ -694,6 +696,8 @@ - name: github.com/ansible-collections/community.vmware gate: jobs: + - ansible-tox-py38 + - ansible-tox-py39 - ansible-test-cloud-integration-vmware-rest-python38 - build-ansible-collection: required-projects: diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 91db8d2f2..0e859593e 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -4,15 +4,18 @@ - ansible-python-jobs check: jobs: - - ansible-tox-py38: - vars: - tox_envlist: pytest,black - - ansible-tox-py39: - vars: - tox_envlist: pytest,black - - ansible-tox-py310: - vars: - tox_envlist: pytest,black + - downstream-ee-amazon-aws-aws_ami + - downstream-ee-amazon-aws-aws_eni + - downstream-ee-amazon-aws-aws_ec2_vol + # - ansible-tox-py38: + # vars: + # tox_envlist: pytest,black + # - ansible-tox-py39: + # vars: + # tox_envlist: pytest,black + # - ansible-tox-py310: + # vars: + # tox_envlist: pytest,black gate: jobs: - ansible-tox-py38: