|
19 | 19 | pre-run: zuul.d/playbooks/molecule/pre.yml |
20 | 20 | run: zuul.d/playbooks/molecule/run.yml |
21 | 21 |
|
22 | | -- job: |
23 | | - name: ansible-collection-containers-molecule-download-binaries |
24 | | - parent: ansible-collection-containers-molecule |
25 | | - vars: |
26 | | - tox_envlist: molecule-download-binaries |
27 | | - |
28 | 22 | - job: |
29 | 23 | name: ansible-collection-containers-molecule-focal |
30 | 24 | parent: ansible-collection-containers-molecule |
|
60 | 54 | vars: |
61 | 55 | tox_envlist: molecule-nerdctl |
62 | 56 |
|
63 | | -- job: |
64 | | - name: ansible-collection-containers-molecule-jammy |
65 | | - parent: ansible-collection-containers-molecule |
66 | | - nodeset: |
67 | | - nodes: |
68 | | - - name: ubuntu-jammy |
69 | | - label: jammy-2c-8g |
70 | | - |
71 | | -- job: |
72 | | - name: ansible-collection-containers-molecule-jammy-containerd |
73 | | - parent: ansible-collection-containers-molecule-jammy |
74 | | - vars: |
75 | | - tox_envlist: molecule-containerd |
76 | | - |
77 | | -- job: |
78 | | - name: ansible-collection-containers-molecule-jammy-docker |
79 | | - parent: ansible-collection-containers-molecule-jammy |
80 | | - vars: |
81 | | - tox_envlist: molecule-docker |
82 | | - |
83 | | -- job: |
84 | | - name: ansible-collection-containers-molecule-jammy-nerdctl |
85 | | - parent: ansible-collection-containers-molecule-jammy |
86 | | - vars: |
87 | | - tox_envlist: molecule-nerdctl |
88 | | - |
89 | | -- job: |
90 | | - name: ansible-collection-containers-molecule-noble |
91 | | - parent: ansible-collection-containers-molecule |
92 | | - nodeset: |
93 | | - nodes: |
94 | | - - name: ubuntu-noble |
95 | | - label: noble-2c-8g |
96 | | - |
97 | | -- job: |
98 | | - name: ansible-collection-containers-molecule-noble-containerd |
99 | | - parent: ansible-collection-containers-molecule-noble |
100 | | - vars: |
101 | | - tox_envlist: molecule-containerd |
102 | | - |
103 | | -- job: |
104 | | - name: ansible-collection-containers-molecule-noble-docker |
105 | | - parent: ansible-collection-containers-molecule-noble |
106 | | - vars: |
107 | | - tox_envlist: molecule-docker |
108 | | - |
109 | | -- job: |
110 | | - name: ansible-collection-containers-molecule-noble-nerdctl |
111 | | - parent: ansible-collection-containers-molecule-noble |
112 | | - vars: |
113 | | - tox_envlist: molecule-nerdctl |
114 | | - |
115 | 57 | - job: |
116 | 58 | name: ansible-collection-containers-molecule-rockylinux8 |
117 | 59 | parent: ansible-collection-containers-molecule |
|
184 | 126 | - ansible-collection-containers-molecule-focal-docker |
185 | 127 | - ansible-collection-containers-molecule-focal-forget-package |
186 | 128 | - ansible-collection-containers-molecule-focal-nerdctl |
187 | | - - ansible-collection-containers-molecule-jammy-containerd |
188 | | - - ansible-collection-containers-molecule-jammy-docker |
189 | | - - ansible-collection-containers-molecule-jammy-nerdctl |
190 | | - - ansible-collection-containers-molecule-noble-containerd |
191 | | - - ansible-collection-containers-molecule-noble-docker |
192 | | - - ansible-collection-containers-molecule-noble-nerdctl |
193 | 129 | - ansible-collection-containers-molecule-rockylinux8-containerd |
194 | 130 | - ansible-collection-containers-molecule-rockylinux8-docker |
195 | 131 | - ansible-collection-containers-molecule-rockylinux8-nerdctl |
|
204 | 140 | - ansible-collection-containers-molecule-focal-docker |
205 | 141 | - ansible-collection-containers-molecule-focal-forget-package |
206 | 142 | - ansible-collection-containers-molecule-focal-nerdctl |
207 | | - - ansible-collection-containers-molecule-jammy-containerd |
208 | | - - ansible-collection-containers-molecule-jammy-docker |
209 | | - - ansible-collection-containers-molecule-jammy-nerdctl |
210 | 143 | - ansible-collection-containers-molecule-rockylinux8-containerd |
211 | 144 | - ansible-collection-containers-molecule-rockylinux8-docker |
212 | 145 | - ansible-collection-containers-molecule-rockylinux8-nerdctl |
|
0 commit comments