Skip to content

Commit

Permalink
vmware-rest-code-generator: include ansible-tox-py3{8,9}
Browse files Browse the repository at this point in the history
Depends-On: ansible-collections/amazon.aws#798

Run ansible-tox-py38 and ansible-tox-py39 through the
ansible-collections-community-vmware-rest-code-generator template.
  • Loading branch information
goneri committed May 4, 2022
1 parent f62b45e commit bc8c6bf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
4 changes: 4 additions & 0 deletions zuul.d/project-templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -687,13 +687,17 @@
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:
- name: github.com/ansible-collections/cloud.common
- 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:
Expand Down
21 changes: 12 additions & 9 deletions zuul.d/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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-ec2_ami
- downstream-ee-amazon-aws-ec2_eni
- downstream-ee-amazon-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:
Expand Down

0 comments on commit bc8c6bf

Please sign in to comment.