Commit d82af9c Jonathan Rosser
committed
1 parent d7c3cce commit d82af9c Copy full SHA for d82af9c
File tree 3 files changed +14
-0
lines changed
3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 39
39
{[testenv:molecule-venv]deps}
40
40
commands =
41
41
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
Original file line number Diff line number Diff line change 41
41
parent : ansible-collection-kubernetes-molecule
42
42
vars :
43
43
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
Original file line number Diff line number Diff line change 22
22
- ansible-collection-kubernetes-molecule-cluster-api-upgrade
23
23
- ansible-collection-kubernetes-molecule-helm
24
24
- ansible-collection-kubernetes-molecule-upload-helm-chart
25
+ - ansible-collection-kubernetes-molecule-download-binaries
25
26
- build-ansible-collection
26
27
gate :
27
28
jobs :
31
32
- ansible-collection-kubernetes-molecule-cluster-api-upgrade
32
33
- ansible-collection-kubernetes-molecule-helm
33
34
- ansible-collection-kubernetes-molecule-upload-helm-chart
35
+ - ansible-collection-kubernetes-molecule-download-binaries
34
36
- build-ansible-collection
35
37
release :
36
38
jobs :
You can’t perform that action at this time.
0 commit comments