Skip to content

Commit

Permalink
Add zuul jobs for playbooks/download_binaries.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Rosser committed Oct 15, 2024
1 parent d7c3cce commit d82af9c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,9 @@ deps =
{[testenv:molecule-venv]deps}
commands =
molecule test -s upload-helm-chart

[testenv:molecule-download-binaries]
deps =
{[testenv:molecule-venv]deps}
commands =
molecule test -s download_binaries
6 changes: 6 additions & 0 deletions zuul.d/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,9 @@
parent: ansible-collection-kubernetes-molecule
vars:
tox_envlist: molecule-upload-helm-chart

- job:
name: ansible-collection-kubernetes-molecule-download-binaries
parent: ansible-collection-kubernetes-molecule
vars:
tox_envlist: molecule-download-binaries
2 changes: 2 additions & 0 deletions zuul.d/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
- ansible-collection-kubernetes-molecule-cluster-api-upgrade
- ansible-collection-kubernetes-molecule-helm
- ansible-collection-kubernetes-molecule-upload-helm-chart
- ansible-collection-kubernetes-molecule-download-binaries
- build-ansible-collection
gate:
jobs:
Expand All @@ -31,6 +32,7 @@
- ansible-collection-kubernetes-molecule-cluster-api-upgrade
- ansible-collection-kubernetes-molecule-helm
- ansible-collection-kubernetes-molecule-upload-helm-chart
- ansible-collection-kubernetes-molecule-download-binaries
- build-ansible-collection
release:
jobs:
Expand Down

0 comments on commit d82af9c

Please sign in to comment.