|
1 | 1 | [
|
2 | 2 | {
|
3 |
| - "name": "Debian 10 / Python 3.8 / Dask", |
| 3 | + "name": "Debian 12 / Python 3.9 / Dask", |
4 | 4 | "os": "ubuntu-latest",
|
5 |
| - "container": "ghcr.io/agnostiqhq/covalent-dev/debian10-py38:latest", |
| 5 | + "container": "ghcr.io/agnostiqhq/covalent-dev/debian12-py39:latest", |
6 | 6 | "backend": "dask",
|
7 | 7 | "experimental": false,
|
8 |
| - "trigger": [ |
9 |
| - "schedule", |
10 |
| - "workflow_dispatch" |
11 |
| - ] |
| 8 | + "trigger": ["schedule", "workflow_dispatch"] |
12 | 9 | },
|
13 | 10 | {
|
14 |
| - "name": "Debian 10 / Python 3.8 / Local", |
| 11 | + "name": "Debian 12 / Python 3.9 / Local", |
15 | 12 | "os": "ubuntu-latest",
|
16 |
| - "container": "ghcr.io/agnostiqhq/covalent-dev/debian10-py38:latest", |
| 13 | + "container": "ghcr.io/agnostiqhq/covalent-dev/debian12-py39:latest", |
17 | 14 | "backend": "local",
|
18 | 15 | "experimental": false,
|
19 |
| - "trigger": [ |
20 |
| - "schedule", |
21 |
| - "workflow_dispatch" |
22 |
| - ] |
| 16 | + "trigger": ["schedule", "workflow_dispatch"] |
23 | 17 | },
|
24 | 18 | {
|
25 |
| - "name": "Debian 10 / Python 3.9 / Dask", |
| 19 | + "name": "Debian 12 / Python 3.10 / Dask", |
26 | 20 | "os": "ubuntu-latest",
|
27 |
| - "container": "ghcr.io/agnostiqhq/covalent-dev/debian10-py39:latest", |
| 21 | + "container": "ghcr.io/agnostiqhq/covalent-dev/debian12-py310:latest", |
28 | 22 | "backend": "dask",
|
29 | 23 | "experimental": false,
|
30 |
| - "trigger": [ |
31 |
| - "schedule", |
32 |
| - "workflow_dispatch" |
33 |
| - ] |
| 24 | + "trigger": ["schedule", "workflow_dispatch", "pull_request"] |
34 | 25 | },
|
35 | 26 | {
|
36 |
| - "name": "Debian 10 / Python 3.9 / Local", |
| 27 | + "name": "Debian 12 / Python 3.10 / Local", |
37 | 28 | "os": "ubuntu-latest",
|
38 |
| - "container": "ghcr.io/agnostiqhq/covalent-dev/debian10-py39:latest", |
| 29 | + "container": "ghcr.io/agnostiqhq/covalent-dev/debian12-py310:latest", |
39 | 30 | "backend": "local",
|
40 | 31 | "experimental": false,
|
41 |
| - "trigger": [ |
42 |
| - "schedule", |
43 |
| - "workflow_dispatch" |
44 |
| - ] |
| 32 | + "trigger": ["schedule", "workflow_dispatch"] |
45 | 33 | },
|
46 | 34 | {
|
47 |
| - "name": "Debian 10 / Python 3.10 / Dask", |
| 35 | + "name": "Debian 12 / Python 3.11 / Dask", |
48 | 36 | "os": "ubuntu-latest",
|
49 |
| - "container": "ghcr.io/agnostiqhq/covalent-dev/debian10-py310:latest", |
| 37 | + "container": "ghcr.io/agnostiqhq/covalent-dev/debian12-py311:latest", |
50 | 38 | "backend": "dask",
|
51 | 39 | "experimental": false,
|
52 |
| - "trigger": [ |
53 |
| - "schedule", |
54 |
| - "workflow_dispatch" |
55 |
| - ] |
| 40 | + "trigger": ["push", "schedule", "workflow_dispatch"] |
56 | 41 | },
|
57 | 42 | {
|
58 |
| - "name": "Debian 10 / Python 3.10 / Local", |
| 43 | + "name": "Debian 12 / Python 3.11 / Local", |
59 | 44 | "os": "ubuntu-latest",
|
60 |
| - "container": "ghcr.io/agnostiqhq/covalent-dev/debian10-py310:latest", |
| 45 | + "container": "ghcr.io/agnostiqhq/covalent-dev/debian12-py311:latest", |
61 | 46 | "backend": "local",
|
62 | 47 | "experimental": false,
|
63 |
| - "trigger": [ |
64 |
| - "schedule", |
65 |
| - "workflow_dispatch" |
66 |
| - ] |
| 48 | + "trigger": ["schedule", "workflow_dispatch"] |
67 | 49 | },
|
68 | 50 | {
|
69 |
| - "name": "Debian 11 / Python 3.8 / Dask", |
70 |
| - "os": "ubuntu-latest", |
71 |
| - "container": "ghcr.io/agnostiqhq/covalent-dev/debian11-py38:latest", |
| 51 | + "name": "MacOS 12 / Python 3.9 / Dask", |
| 52 | + "os": "macos-12", |
| 53 | + "python-version": "3.9", |
72 | 54 | "backend": "dask",
|
73 | 55 | "experimental": false,
|
74 |
| - "trigger": [ |
75 |
| - "push", |
76 |
| - "schedule", |
77 |
| - "workflow_dispatch", |
78 |
| - "pull_request" |
79 |
| - ] |
| 56 | + "trigger": ["schedule", "workflow_dispatch"] |
80 | 57 | },
|
81 | 58 | {
|
82 |
| - "name": "Debian 11 / Python 3.8 / Local", |
83 |
| - "os": "ubuntu-latest", |
84 |
| - "container": "ghcr.io/agnostiqhq/covalent-dev/debian11-py38:latest", |
| 59 | + "name": "MacOS 12 / Python 3.9 / Local", |
| 60 | + "os": "macos-12", |
| 61 | + "python-version": "3.9", |
85 | 62 | "backend": "local",
|
86 | 63 | "experimental": false,
|
87 |
| - "trigger": [ |
88 |
| - "schedule", |
89 |
| - "workflow_dispatch" |
90 |
| - ] |
| 64 | + "trigger": ["schedule", "workflow_dispatch"] |
91 | 65 | },
|
92 | 66 | {
|
93 |
| - "name": "Debian 11 / Python 3.9 / Dask", |
94 |
| - "os": "ubuntu-latest", |
95 |
| - "container": "ghcr.io/agnostiqhq/covalent-dev/debian11-py39:latest", |
| 67 | + "name": "MacOS 12 / Python 3.10 / Dask", |
| 68 | + "os": "macos-12", |
| 69 | + "python-version": "3.10", |
96 | 70 | "backend": "dask",
|
97 | 71 | "experimental": false,
|
98 |
| - "trigger": [ |
99 |
| - "schedule", |
100 |
| - "workflow_dispatch" |
101 |
| - ] |
| 72 | + "trigger": ["schedule", "workflow_dispatch"] |
102 | 73 | },
|
103 | 74 | {
|
104 |
| - "name": "Debian 11 / Python 3.9 / Local", |
105 |
| - "os": "ubuntu-latest", |
106 |
| - "container": "ghcr.io/agnostiqhq/covalent-dev/debian11-py39:latest", |
| 75 | + "name": "MacOS 12 / Python 3.10 / Local", |
| 76 | + "os": "macos-12", |
| 77 | + "python-version": "3.10", |
107 | 78 | "backend": "local",
|
108 | 79 | "experimental": false,
|
109 |
| - "trigger": [ |
110 |
| - "schedule", |
111 |
| - "workflow_dispatch" |
112 |
| - ] |
| 80 | + "trigger": ["schedule", "workflow_dispatch"] |
113 | 81 | },
|
114 | 82 | {
|
115 |
| - "name": "Debian 11 / Python 3.10 / Dask", |
116 |
| - "os": "ubuntu-latest", |
117 |
| - "container": "ghcr.io/agnostiqhq/covalent-dev/debian11-py310:latest", |
| 83 | + "name": "MacOS 12 / Python 3.11 / Dask", |
| 84 | + "os": "macos-12", |
| 85 | + "python-version": "3.11", |
118 | 86 | "backend": "dask",
|
119 | 87 | "experimental": false,
|
120 |
| - "trigger": [ |
121 |
| - "schedule", |
122 |
| - "workflow_dispatch" |
123 |
| - ] |
| 88 | + "trigger": ["schedule", "workflow_dispatch"] |
124 | 89 | },
|
125 | 90 | {
|
126 |
| - "name": "Debian 11 / Python 3.10 / Local", |
127 |
| - "os": "ubuntu-latest", |
128 |
| - "container": "ghcr.io/agnostiqhq/covalent-dev/debian11-py310:latest", |
| 91 | + "name": "MacOS 12 / Python 3.11 / Local", |
| 92 | + "os": "macos-12", |
| 93 | + "python-version": "3.11", |
129 | 94 | "backend": "local",
|
130 | 95 | "experimental": false,
|
131 |
| - "trigger": [ |
132 |
| - "schedule", |
133 |
| - "workflow_dispatch" |
134 |
| - ] |
| 96 | + "trigger": ["schedule", "workflow_dispatch"] |
135 | 97 | },
|
136 | 98 | {
|
137 |
| - "name": "Ubuntu 22.04 / Python 3.8 / Dask", |
138 |
| - "os": "ubuntu-latest", |
139 |
| - "container": "ghcr.io/agnostiqhq/covalent-dev/ubuntu22-py38:latest", |
| 99 | + "name": "MacOS 13 / Python 3.9 / Dask", |
| 100 | + "os": "macos-13", |
| 101 | + "python-version": "3.9", |
140 | 102 | "backend": "dask",
|
141 | 103 | "experimental": false,
|
142 |
| - "trigger": [ |
143 |
| - "schedule", |
144 |
| - "workflow_dispatch" |
145 |
| - ] |
| 104 | + "trigger": ["schedule", "workflow_dispatch"] |
146 | 105 | },
|
147 | 106 | {
|
148 |
| - "name": "Ubuntu 22.04 / Python 3.8 / Local", |
149 |
| - "os": "ubuntu-latest", |
150 |
| - "container": "ghcr.io/agnostiqhq/covalent-dev/ubuntu22-py38:latest", |
| 107 | + "name": "MacOS 13 / Python 3.9 / Local", |
| 108 | + "os": "macos-13", |
| 109 | + "python-version": "3.9", |
151 | 110 | "backend": "local",
|
152 | 111 | "experimental": false,
|
153 |
| - "trigger": [ |
154 |
| - "schedule", |
155 |
| - "workflow_dispatch" |
156 |
| - ] |
| 112 | + "trigger": ["schedule", "workflow_dispatch"] |
157 | 113 | },
|
158 | 114 | {
|
159 |
| - "name": "Ubuntu 22.04 / Python 3.9 / Dask", |
160 |
| - "os": "ubuntu-latest", |
161 |
| - "container": "ghcr.io/agnostiqhq/covalent-dev/ubuntu22-py39:latest", |
| 115 | + "name": "MacOS 13 / Python 3.10 / Dask", |
| 116 | + "os": "macos-13", |
| 117 | + "python-version": "3.10", |
162 | 118 | "backend": "dask",
|
163 | 119 | "experimental": false,
|
164 |
| - "trigger": [ |
165 |
| - "schedule", |
166 |
| - "workflow_dispatch" |
167 |
| - ] |
| 120 | + "trigger": ["schedule", "workflow_dispatch"] |
168 | 121 | },
|
169 | 122 | {
|
170 |
| - "name": "Ubuntu 22.04 / Python 3.9 / Local", |
171 |
| - "os": "ubuntu-latest", |
172 |
| - "container": "ghcr.io/agnostiqhq/covalent-dev/ubuntu22-py39:latest", |
| 123 | + "name": "MacOS 13 / Python 3.10 / Local", |
| 124 | + "os": "macos-12", |
| 125 | + "python-version": "3.10", |
173 | 126 | "backend": "local",
|
174 | 127 | "experimental": false,
|
175 |
| - "trigger": [ |
176 |
| - "schedule", |
177 |
| - "workflow_dispatch" |
178 |
| - ] |
| 128 | + "trigger": ["schedule", "workflow_dispatch"] |
179 | 129 | },
|
180 | 130 | {
|
181 |
| - "name": "MacOS 11 / Python 3.8 / Dask", |
182 |
| - "os": "macos-latest", |
183 |
| - "python-version": "3.8", |
| 131 | + "name": "MacOS 13 / Python 3.11 / Dask", |
| 132 | + "os": "macos-12", |
| 133 | + "python-version": "3.11", |
184 | 134 | "backend": "dask",
|
185 | 135 | "experimental": false,
|
186 |
| - "trigger": [ |
187 |
| - "schedule", |
188 |
| - "workflow_dispatch" |
189 |
| - ] |
| 136 | + "trigger": ["schedule", "workflow_dispatch"] |
190 | 137 | },
|
191 | 138 | {
|
192 |
| - "name": "MacOS 11 / Python 3.8 / Local", |
193 |
| - "os": "macos-latest", |
194 |
| - "python-version": "3.8", |
| 139 | + "name": "MacOS 13 / Python 3.11 / Local", |
| 140 | + "os": "macos-13", |
| 141 | + "python-version": "3.11", |
195 | 142 | "backend": "local",
|
196 | 143 | "experimental": false,
|
197 |
| - "trigger": [ |
198 |
| - "schedule", |
199 |
| - "workflow_dispatch" |
200 |
| - ] |
| 144 | + "trigger": ["schedule", "workflow_dispatch"] |
201 | 145 | },
|
202 | 146 | {
|
203 |
| - "name": "MacOS 11 / Python 3.9 / Dask", |
204 |
| - "os": "macos-latest", |
| 147 | + "name": "MacOS 14 / Python 3.9 / Dask", |
| 148 | + "os": "macos-14", |
205 | 149 | "python-version": "3.9",
|
206 | 150 | "backend": "dask",
|
207 | 151 | "experimental": false,
|
208 |
| - "trigger": [ |
209 |
| - "schedule", |
210 |
| - "workflow_dispatch" |
211 |
| - ] |
| 152 | + "trigger": ["schedule", "workflow_dispatch"] |
212 | 153 | },
|
213 | 154 | {
|
214 |
| - "name": "MacOS 11 / Python 3.9 / Local", |
215 |
| - "os": "macos-latest", |
| 155 | + "name": "MacOS 14 / Python 3.9 / Local", |
| 156 | + "os": "macos-14", |
216 | 157 | "python-version": "3.9",
|
217 | 158 | "backend": "local",
|
218 | 159 | "experimental": false,
|
219 |
| - "trigger": [ |
220 |
| - "schedule", |
221 |
| - "workflow_dispatch" |
222 |
| - ] |
| 160 | + "trigger": ["schedule", "workflow_dispatch"] |
223 | 161 | },
|
224 | 162 | {
|
225 |
| - "name": "MacOS 11 / Python 3.10 / Dask", |
226 |
| - "os": "macos-latest", |
| 163 | + "name": "MacOS 14 / Python 3.10 / Dask", |
| 164 | + "os": "macos-14", |
227 | 165 | "python-version": "3.10",
|
228 | 166 | "backend": "dask",
|
229 | 167 | "experimental": false,
|
230 |
| - "trigger": [ |
231 |
| - "schedule", |
232 |
| - "workflow_dispatch" |
233 |
| - ] |
| 168 | + "trigger": ["schedule", "workflow_dispatch"] |
234 | 169 | },
|
235 | 170 | {
|
236 |
| - "name": "MacOS 11 / Python 3.10 / Local", |
237 |
| - "os": "macos-latest", |
| 171 | + "name": "MacOS 14 / Python 3.10 / Local", |
| 172 | + "os": "macos-14", |
238 | 173 | "python-version": "3.10",
|
239 | 174 | "backend": "local",
|
240 | 175 | "experimental": false,
|
241 |
| - "trigger": [ |
242 |
| - "schedule", |
243 |
| - "workflow_dispatch" |
244 |
| - ] |
| 176 | + "trigger": ["schedule", "workflow_dispatch"] |
245 | 177 | },
|
246 | 178 | {
|
247 |
| - "name": "MacOS 12 / Python 3.8 / Dask", |
| 179 | + "name": "MacOS 14 / Python 3.11 / Dask", |
248 | 180 | "os": "macos-12",
|
249 |
| - "python-version": "3.8", |
| 181 | + "python-version": "3.11", |
250 | 182 | "backend": "dask",
|
251 | 183 | "experimental": false,
|
252 |
| - "trigger": [ |
253 |
| - "schedule", |
254 |
| - "workflow_dispatch" |
255 |
| - ] |
| 184 | + "trigger": ["schedule", "workflow_dispatch"] |
256 | 185 | },
|
257 | 186 | {
|
258 |
| - "name": "MacOS 12 / Python 3.8 / Local", |
259 |
| - "os": "macos-12", |
260 |
| - "python-version": "3.8", |
261 |
| - "backend": "local", |
262 |
| - "experimental": false, |
263 |
| - "trigger": [ |
264 |
| - "schedule", |
265 |
| - "workflow_dispatch" |
266 |
| - ] |
267 |
| - }, |
268 |
| - { |
269 |
| - "name": "MacOS 12 / Python 3.9 / Dask", |
270 |
| - "os": "macos-12", |
271 |
| - "python-version": "3.9", |
272 |
| - "backend": "dask", |
273 |
| - "experimental": false, |
274 |
| - "trigger": [ |
275 |
| - "schedule", |
276 |
| - "workflow_dispatch" |
277 |
| - ] |
278 |
| - }, |
279 |
| - { |
280 |
| - "name": "MacOS 12 / Python 3.9 / Local", |
281 |
| - "os": "macos-12", |
282 |
| - "python-version": "3.9", |
283 |
| - "backend": "local", |
284 |
| - "experimental": false, |
285 |
| - "trigger": [ |
286 |
| - "schedule", |
287 |
| - "workflow_dispatch" |
288 |
| - ] |
289 |
| - }, |
290 |
| - { |
291 |
| - "name": "MacOS 12 / Python 3.10 / Dask", |
292 |
| - "os": "macos-12", |
293 |
| - "python-version": "3.10", |
294 |
| - "backend": "dask", |
295 |
| - "experimental": false, |
296 |
| - "trigger": [ |
297 |
| - "schedule", |
298 |
| - "workflow_dispatch" |
299 |
| - ] |
300 |
| - }, |
301 |
| - { |
302 |
| - "name": "MacOS 12 / Python 3.10 / Local", |
303 |
| - "os": "macos-12", |
304 |
| - "python-version": "3.10", |
| 187 | + "name": "MacOS 14 / Python 3.11 / Local", |
| 188 | + "os": "macos-14", |
| 189 | + "python-version": "3.11", |
305 | 190 | "backend": "local",
|
306 | 191 | "experimental": false,
|
307 |
| - "trigger": [ |
308 |
| - "schedule", |
309 |
| - "workflow_dispatch" |
310 |
| - ] |
| 192 | + "trigger": ["schedule", "workflow_dispatch"] |
311 | 193 | }
|
312 | 194 | ]
|
0 commit comments