90
90
platform : aarch64
91
91
runs-on : ubuntu-24.04-arm
92
92
timeout-minutes : 15
93
- needs : [ aarch64-foundation]
93
+ needs : aarch64-foundation
94
94
95
95
x86_64-base :
96
96
uses : ./.github/workflows/docker-build-test-upload.yml
@@ -100,7 +100,7 @@ jobs:
100
100
platform : x86_64
101
101
runs-on : ubuntu-24.04
102
102
timeout-minutes : 15
103
- needs : [ x86_64-foundation]
103
+ needs : x86_64-foundation
104
104
105
105
aarch64-minimal :
106
106
uses : ./.github/workflows/docker-build-test-upload.yml
@@ -110,7 +110,7 @@ jobs:
110
110
platform : aarch64
111
111
runs-on : ubuntu-24.04-arm
112
112
timeout-minutes : 15
113
- needs : [ aarch64-base]
113
+ needs : aarch64-base
114
114
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
115
115
116
116
x86_64-minimal :
@@ -121,7 +121,7 @@ jobs:
121
121
platform : x86_64
122
122
runs-on : ubuntu-24.04
123
123
timeout-minutes : 15
124
- needs : [ x86_64-base]
124
+ needs : x86_64-base
125
125
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
126
126
127
127
aarch64-scipy :
@@ -132,7 +132,7 @@ jobs:
132
132
platform : aarch64
133
133
runs-on : ubuntu-24.04-arm
134
134
timeout-minutes : 15
135
- needs : [ aarch64-minimal]
135
+ needs : aarch64-minimal
136
136
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
137
137
138
138
x86_64-scipy :
@@ -143,7 +143,7 @@ jobs:
143
143
platform : x86_64
144
144
runs-on : ubuntu-24.04
145
145
timeout-minutes : 15
146
- needs : [ x86_64-minimal]
146
+ needs : x86_64-minimal
147
147
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
148
148
149
149
aarch64-r :
@@ -154,7 +154,7 @@ jobs:
154
154
platform : aarch64
155
155
runs-on : ubuntu-24.04-arm
156
156
timeout-minutes : 15
157
- needs : [ aarch64-minimal]
157
+ needs : aarch64-minimal
158
158
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
159
159
160
160
x86_64-r :
@@ -165,7 +165,7 @@ jobs:
165
165
platform : x86_64
166
166
runs-on : ubuntu-24.04
167
167
timeout-minutes : 15
168
- needs : [ x86_64-minimal]
168
+ needs : x86_64-minimal
169
169
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
170
170
171
171
aarch64-julia :
@@ -177,7 +177,7 @@ jobs:
177
177
runs-on : ubuntu-24.04-arm
178
178
# This workflow sometimes takes quite long to build
179
179
timeout-minutes : 30
180
- needs : [ aarch64-minimal]
180
+ needs : aarch64-minimal
181
181
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
182
182
183
183
x86_64-julia :
@@ -188,7 +188,7 @@ jobs:
188
188
platform : x86_64
189
189
runs-on : ubuntu-24.04
190
190
timeout-minutes : 20
191
- needs : [ x86_64-minimal]
191
+ needs : x86_64-minimal
192
192
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
193
193
194
194
aarch64-tensorflow :
@@ -199,7 +199,7 @@ jobs:
199
199
platform : aarch64
200
200
runs-on : ubuntu-24.04-arm
201
201
timeout-minutes : 15
202
- needs : [ aarch64-scipy]
202
+ needs : aarch64-scipy
203
203
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
204
204
205
205
x86_64-tensorflow :
@@ -210,7 +210,7 @@ jobs:
210
210
platform : x86_64
211
211
runs-on : ubuntu-24.04
212
212
timeout-minutes : 15
213
- needs : [ x86_64-scipy]
213
+ needs : x86_64-scipy
214
214
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
215
215
216
216
x86_64-tensorflow-cuda :
@@ -222,7 +222,7 @@ jobs:
222
222
platform : x86_64
223
223
runs-on : ubuntu-24.04
224
224
timeout-minutes : 20
225
- needs : [ x86_64-scipy]
225
+ needs : x86_64-scipy
226
226
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
227
227
228
228
aarch64-pytorch :
@@ -233,7 +233,7 @@ jobs:
233
233
platform : aarch64
234
234
runs-on : ubuntu-24.04-arm
235
235
timeout-minutes : 20
236
- needs : [ aarch64-scipy]
236
+ needs : aarch64-scipy
237
237
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
238
238
239
239
x86_64-pytorch :
@@ -244,7 +244,7 @@ jobs:
244
244
platform : x86_64
245
245
runs-on : ubuntu-24.04
246
246
timeout-minutes : 20
247
- needs : [ x86_64-scipy]
247
+ needs : x86_64-scipy
248
248
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
249
249
250
250
x86_64-pytorch-cuda11 :
@@ -256,7 +256,7 @@ jobs:
256
256
platform : x86_64
257
257
runs-on : ubuntu-24.04
258
258
timeout-minutes : 20
259
- needs : [ x86_64-scipy]
259
+ needs : x86_64-scipy
260
260
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
261
261
262
262
x86_64-pytorch-cuda12 :
@@ -268,7 +268,7 @@ jobs:
268
268
platform : x86_64
269
269
runs-on : ubuntu-24.04
270
270
timeout-minutes : 20
271
- needs : [ x86_64-scipy]
271
+ needs : x86_64-scipy
272
272
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
273
273
274
274
aarch64-datascience :
@@ -280,7 +280,7 @@ jobs:
280
280
runs-on : ubuntu-24.04-arm
281
281
# This workflow sometimes takes quite long to build
282
282
timeout-minutes : 30
283
- needs : [ aarch64-scipy]
283
+ needs : aarch64-scipy
284
284
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
285
285
286
286
x86_64-datascience :
@@ -291,7 +291,7 @@ jobs:
291
291
platform : x86_64
292
292
runs-on : ubuntu-24.04
293
293
timeout-minutes : 25
294
- needs : [ x86_64-scipy]
294
+ needs : x86_64-scipy
295
295
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
296
296
297
297
aarch64-pyspark :
@@ -302,7 +302,7 @@ jobs:
302
302
platform : aarch64
303
303
runs-on : ubuntu-24.04-arm
304
304
timeout-minutes : 20
305
- needs : [ aarch64-scipy]
305
+ needs : aarch64-scipy
306
306
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
307
307
308
308
x86_64-pyspark :
@@ -313,7 +313,7 @@ jobs:
313
313
platform : x86_64
314
314
runs-on : ubuntu-24.04
315
315
timeout-minutes : 15
316
- needs : [ x86_64-scipy]
316
+ needs : x86_64-scipy
317
317
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
318
318
319
319
aarch64-all-spark :
@@ -324,7 +324,7 @@ jobs:
324
324
platform : aarch64
325
325
runs-on : ubuntu-24.04-arm
326
326
timeout-minutes : 20
327
- needs : [ aarch64-pyspark]
327
+ needs : aarch64-pyspark
328
328
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
329
329
330
330
x86_64-all-spark :
@@ -335,7 +335,7 @@ jobs:
335
335
platform : x86_64
336
336
runs-on : ubuntu-24.04
337
337
timeout-minutes : 15
338
- needs : [ x86_64-pyspark]
338
+ needs : x86_64-pyspark
339
339
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
340
340
341
341
tag-push :
@@ -418,14 +418,14 @@ jobs:
418
418
419
419
wiki-update :
420
420
uses : ./.github/workflows/docker-wiki-update.yml
421
- needs : [ tag-push]
421
+ needs : tag-push
422
422
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
423
423
permissions :
424
424
contents : write
425
425
426
426
wiki-update-fast :
427
427
uses : ./.github/workflows/docker-wiki-update.yml
428
- needs : [ tag-push-fast]
428
+ needs : tag-push-fast
429
429
if : contains(github.event.pull_request.title, '[FAST_BUILD]')
430
430
431
431
contributed-recipes :
0 commit comments