Skip to content

Commit

Permalink
gouttelette: add jobs to test the example generation
Browse files Browse the repository at this point in the history
  • Loading branch information
goneri committed Dec 8, 2022
1 parent b875a62 commit c2c099a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
26 changes: 26 additions & 0 deletions zuul.d/ansible-cloud-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -677,3 +677,29 @@
override-checkout: stable-2.14
vars:
ansible_collections_repo: github.com/ansible-collections/pravic

- job:
name: tox-cloud-refresh-examples-vmware
parent: tox
description: |
Refresh the example using gouttelette.
required-projects:
- name: github.com/ansible-collections/vmware.vmware_rest
- name: github.com/ansible-collections/gouttelette
nodeset: container-ansible
vars:
tox_envlist: refresh-examples
zuul_work_dir: "~/{{ zuul.projects['github.com/ansible-collections/vmware.vmware_rest'].src_dir }}"

- job:
name: tox-cloud-refresh-examples-amazon
parent: tox
description: |
Refresh the example using gouttelette.
required-projects:
- name: github.com/ansible-collections/amazon.cloud
- name: github.com/ansible-collections/gouttelette
nodeset: container-ansible
vars:
tox_envlist: refresh-examples
zuul_work_dir: "~/{{ zuul.projects['github.com/ansible-collections/amazon.cloud'].src_dir }}"
4 changes: 4 additions & 0 deletions zuul.d/project-templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
- name: github.com/ansible-collections/amazon.aws
- name: github.com/ansible-collections/community.aws
- name: github.com/ansible-collections/community.crypto
- tox-cloud-refresh-examples-amazon
gate:
queue: integrated-aws
jobs: *ansible-collections-amazon-cloud-jobs
Expand Down Expand Up @@ -475,6 +476,7 @@
- ansible-test-sanity-docker-stable-2.12
- ansible-test-sanity-docker-stable-2.13
- ansible-test-sanity-docker-stable-2.14
- tox-cloud-refresh-examples-vmware
gate:
jobs: *ansible-collections-community-vmware-rest-jobs
periodic:
Expand Down Expand Up @@ -1558,6 +1560,8 @@
- ansible-test-changelog
- tox-cloud-generate-vmware
- tox-cloud-generate-amazon
- tox-cloud-refresh-examples-vmware
- tox-cloud-refresh-examples-amazon

gate:
jobs: *ansible-collections-cloud-gouttelette-units-jobs
Expand Down

0 comments on commit c2c099a

Please sign in to comment.