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 Apr 29, 2022
1 parent 1fceb64 commit 26c16d6
Show file tree
Hide file tree
Showing 2 changed files with 18 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 @@ -684,13 +684,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
23 changes: 14 additions & 9 deletions zuul.d/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,20 @@
- 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_s3
- downstream-ee-amazon-aws-ec2_ami
- downstream-ee-amazon-aws-ec2_eni
- downstream-ee-amazon-aws-ec2_key
- downstream-ee-amazon-aws-ec2_spot_instance
# - 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 26c16d6

Please sign in to comment.