|
56 | 56 | dependencies_playbook: dependencies-fedora-restricted.yaml |
57 | 57 |
|
58 | 58 | - job: |
59 | | - name: system-test-fedora-rawhide-commands-options |
60 | | - description: Run Toolbx's commands-options system tests in Fedora Rawhide |
| 59 | + name: system-test-fedora |
| 60 | + abstract: true |
| 61 | + timeout: 6300 |
| 62 | + pre-run: playbooks/setup-env.yaml |
| 63 | + |
| 64 | +- job: |
| 65 | + name: system-test-fedora-rawhide |
| 66 | + abstract: true |
| 67 | + parent: system-test-fedora |
61 | 68 | ansible-version: 11 |
62 | 69 | timeout: 7200 |
| 70 | + |
| 71 | +- job: |
| 72 | + name: system-test-fedora-rawhide-commands-options |
| 73 | + parent: system-test-fedora-rawhide |
| 74 | + description: Run Toolbx's commands-options system tests in Fedora Rawhide |
63 | 75 | nodeset: |
64 | 76 | nodes: |
65 | 77 | - name: fedora-rawhide |
66 | 78 | label: cloud-fedora-rawhide |
67 | | - pre-run: playbooks/setup-env.yaml |
68 | 79 | run: playbooks/system-test-commands-options.yaml |
69 | 80 |
|
70 | 81 | - job: |
71 | 82 | name: system-test-fedora-rawhide-runtime-environment-arch-fedora |
| 83 | + parent: system-test-fedora-rawhide |
72 | 84 | description: Run Toolbx's (arch-fedora,runtime-environment) system tests in Fedora Rawhide |
73 | | - ansible-version: 11 |
74 | | - timeout: 7200 |
75 | 85 | nodeset: |
76 | 86 | nodes: |
77 | 87 | - name: fedora-rawhide |
78 | 88 | label: cloud-fedora-rawhide |
79 | | - pre-run: playbooks/setup-env.yaml |
80 | 89 | run: playbooks/system-test-runtime-environment-arch-fedora.yaml |
81 | 90 |
|
82 | 91 | - job: |
83 | 92 | name: system-test-fedora-rawhide-runtime-environment-ubuntu |
| 93 | + parent: system-test-fedora-rawhide |
84 | 94 | description: Run Toolbx's (runtime-environment,ubuntu) system tests in Fedora Rawhide |
85 | | - ansible-version: 11 |
86 | | - timeout: 7200 |
87 | 95 | nodeset: |
88 | 96 | nodes: |
89 | 97 | - name: fedora-rawhide |
90 | 98 | label: cloud-fedora-rawhide |
91 | | - pre-run: playbooks/setup-env.yaml |
92 | 99 | run: playbooks/system-test-runtime-environment-ubuntu.yaml |
93 | 100 |
|
94 | 101 | - job: |
95 | 102 | name: system-test-fedora-44-commands-options |
| 103 | + parent: system-test-fedora |
96 | 104 | description: Run Toolbx's commands-options system tests in Fedora 44 |
97 | | - timeout: 6300 |
98 | 105 | nodeset: |
99 | 106 | nodes: |
100 | 107 | - name: fedora-44 |
101 | 108 | label: cloud-fedora-44 |
102 | | - pre-run: playbooks/setup-env.yaml |
103 | 109 | run: playbooks/system-test-commands-options.yaml |
104 | 110 |
|
105 | 111 | - job: |
106 | 112 | name: system-test-fedora-44-runtime-environment-arch-fedora |
| 113 | + parent: system-test-fedora |
107 | 114 | description: Run Toolbx's (arch-fedora,runtime-environment) system tests in Fedora 44 |
108 | | - timeout: 6300 |
109 | 115 | nodeset: |
110 | 116 | nodes: |
111 | 117 | - name: fedora-44 |
112 | 118 | label: cloud-fedora-44 |
113 | | - pre-run: playbooks/setup-env.yaml |
114 | 119 | run: playbooks/system-test-runtime-environment-arch-fedora.yaml |
115 | 120 |
|
116 | 121 | - job: |
117 | 122 | name: system-test-fedora-44-runtime-environment-ubuntu |
| 123 | + parent: system-test-fedora |
118 | 124 | description: Run Toolbx's (runtime-environment,ubuntu) system tests in Fedora 44 |
119 | | - timeout: 6300 |
120 | 125 | nodeset: |
121 | 126 | nodes: |
122 | 127 | - name: fedora-44 |
123 | 128 | label: cloud-fedora-44 |
124 | | - pre-run: playbooks/setup-env.yaml |
125 | 129 | run: playbooks/system-test-runtime-environment-ubuntu.yaml |
126 | 130 |
|
127 | 131 | - job: |
128 | 132 | name: system-test-fedora-43-commands-options |
| 133 | + parent: system-test-fedora |
129 | 134 | description: Run Toolbx's commands-options system tests in Fedora 43 |
130 | | - timeout: 6300 |
131 | 135 | nodeset: |
132 | 136 | nodes: |
133 | 137 | - name: fedora-43 |
134 | 138 | label: cloud-fedora-43 |
135 | | - pre-run: playbooks/setup-env.yaml |
136 | 139 | run: playbooks/system-test-commands-options.yaml |
137 | 140 |
|
138 | 141 | - job: |
139 | 142 | name: system-test-fedora-43-runtime-environment-arch-fedora |
| 143 | + parent: system-test-fedora |
140 | 144 | description: Run Toolbx's (arch-fedora,runtime-environment) system tests in Fedora 43 |
141 | | - timeout: 6300 |
142 | 145 | nodeset: |
143 | 146 | nodes: |
144 | 147 | - name: fedora-43 |
145 | 148 | label: cloud-fedora-43 |
146 | | - pre-run: playbooks/setup-env.yaml |
147 | 149 | run: playbooks/system-test-runtime-environment-arch-fedora.yaml |
148 | 150 |
|
149 | 151 | - job: |
150 | 152 | name: system-test-fedora-43-runtime-environment-ubuntu |
| 153 | + parent: system-test-fedora |
151 | 154 | description: Run Toolbx's (runtime-environment,ubuntu) system tests in Fedora 43 |
152 | | - timeout: 6300 |
153 | 155 | nodeset: |
154 | 156 | nodes: |
155 | 157 | - name: fedora-43 |
156 | 158 | label: cloud-fedora-43 |
157 | | - pre-run: playbooks/setup-env.yaml |
158 | 159 | run: playbooks/system-test-runtime-environment-ubuntu.yaml |
159 | 160 |
|
160 | 161 | - job: |
161 | 162 | name: system-test-fedora-42-commands-options |
| 163 | + parent: system-test-fedora |
162 | 164 | description: Run Toolbx's commands-options system tests in Fedora 42 |
163 | | - timeout: 6300 |
164 | 165 | nodeset: |
165 | 166 | nodes: |
166 | 167 | - name: fedora-42 |
167 | 168 | label: cloud-fedora-42 |
168 | | - pre-run: playbooks/setup-env.yaml |
169 | 169 | run: playbooks/system-test-commands-options.yaml |
170 | 170 |
|
171 | 171 | - job: |
172 | 172 | name: system-test-fedora-42-runtime-environment-arch-fedora |
| 173 | + parent: system-test-fedora |
173 | 174 | description: Run Toolbx's (arch-fedora,runtime-environment) system tests in Fedora 42 |
174 | | - timeout: 6300 |
175 | 175 | nodeset: |
176 | 176 | nodes: |
177 | 177 | - name: fedora-42 |
178 | 178 | label: cloud-fedora-42 |
179 | | - pre-run: playbooks/setup-env.yaml |
180 | 179 | run: playbooks/system-test-runtime-environment-arch-fedora.yaml |
181 | 180 |
|
182 | 181 | - job: |
183 | 182 | name: system-test-fedora-42-runtime-environment-ubuntu |
| 183 | + parent: system-test-fedora |
184 | 184 | description: Run Toolbx's (runtime-environment,ubuntu) system tests in Fedora 42 |
185 | | - timeout: 6300 |
186 | 185 | nodeset: |
187 | 186 | nodes: |
188 | 187 | - name: fedora-42 |
189 | 188 | label: cloud-fedora-42 |
190 | | - pre-run: playbooks/setup-env.yaml |
191 | 189 | run: playbooks/system-test-runtime-environment-ubuntu.yaml |
192 | 190 |
|
193 | 191 | - job: |
194 | 192 | name: system-test-fedora-coreos |
195 | 193 | abstract: true |
| 194 | + parent: system-test-fedora |
196 | 195 | voting: false |
197 | | - timeout: 6300 |
198 | 196 | vars: |
199 | 197 | dependencies_playbook: dependencies-fedora-coreos.yaml |
200 | 198 | # Redirect installs from read-only /usr to writable /usr/local |
201 | 199 | meson_setup_args: >- |
202 | 200 | -Dfish_completions_dir=/usr/local/share/fish/vendor_completions.d |
203 | 201 | -Dprofile_dir=/usr/local/share/profile.d |
204 | 202 | -Dtmpfiles_dir=/usr/local/lib/tmpfiles.d |
205 | | - pre-run: playbooks/setup-env.yaml |
206 | 203 |
|
207 | 204 | - job: |
208 | 205 | name: system-test-fedora-coreos-next-commands-options |
|
0 commit comments