Skip to content

Commit d82af9c

Browse files
author
Jonathan Rosser
committed
Add zuul jobs for playbooks/download_binaries.yml
1 parent d7c3cce commit d82af9c

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

tox.ini

+6
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,9 @@ deps =
3939
{[testenv:molecule-venv]deps}
4040
commands =
4141
molecule test -s upload-helm-chart
42+
43+
[testenv:molecule-download-binaries]
44+
deps =
45+
{[testenv:molecule-venv]deps}
46+
commands =
47+
molecule test -s download_binaries

zuul.d/jobs.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,9 @@
4141
parent: ansible-collection-kubernetes-molecule
4242
vars:
4343
tox_envlist: molecule-upload-helm-chart
44+
45+
- job:
46+
name: ansible-collection-kubernetes-molecule-download-binaries
47+
parent: ansible-collection-kubernetes-molecule
48+
vars:
49+
tox_envlist: molecule-download-binaries

zuul.d/project.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
- ansible-collection-kubernetes-molecule-cluster-api-upgrade
2323
- ansible-collection-kubernetes-molecule-helm
2424
- ansible-collection-kubernetes-molecule-upload-helm-chart
25+
- ansible-collection-kubernetes-molecule-download-binaries
2526
- build-ansible-collection
2627
gate:
2728
jobs:
@@ -31,6 +32,7 @@
3132
- ansible-collection-kubernetes-molecule-cluster-api-upgrade
3233
- ansible-collection-kubernetes-molecule-helm
3334
- ansible-collection-kubernetes-molecule-upload-helm-chart
35+
- ansible-collection-kubernetes-molecule-download-binaries
3436
- build-ansible-collection
3537
release:
3638
jobs:

0 commit comments

Comments
 (0)