66
66
parent-image : " "
67
67
image : docker-stacks-foundation
68
68
platform : aarch64
69
- runs-on : ARM64_FAST
70
- if : github.repository_owner == 'jupyter'
69
+ runs-on : ubuntu-22.04-arm
71
70
72
71
x86_64-foundation :
73
72
uses : ./.github/workflows/docker-build-test-upload.yml
83
82
parent-image : docker-stacks-foundation
84
83
image : base-notebook
85
84
platform : aarch64
86
- runs-on : ARM64_FAST
85
+ runs-on : ubuntu-22.04-arm
87
86
needs : [aarch64-foundation]
88
- if : github.repository_owner == 'jupyter'
89
87
90
88
x86_64-base :
91
89
uses : ./.github/workflows/docker-build-test-upload.yml
@@ -102,9 +100,9 @@ jobs:
102
100
parent-image : base-notebook
103
101
image : minimal-notebook
104
102
platform : aarch64
105
- runs-on : ARM64_FAST
103
+ runs-on : ubuntu-22.04-arm
106
104
needs : [aarch64-base]
107
- if : github.repository_owner == 'jupyter' && !contains(github.event.pull_request.title, '[FAST_BUILD]')
105
+ if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
108
106
109
107
x86_64-minimal :
110
108
uses : ./.github/workflows/docker-build-test-upload.yml
@@ -122,9 +120,9 @@ jobs:
122
120
parent-image : minimal-notebook
123
121
image : scipy-notebook
124
122
platform : aarch64
125
- runs-on : ARM64_FAST
123
+ runs-on : ubuntu-22.04-arm
126
124
needs : [aarch64-minimal]
127
- if : github.repository_owner == 'jupyter' && !contains(github.event.pull_request.title, '[FAST_BUILD]')
125
+ if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
128
126
129
127
x86_64-scipy :
130
128
uses : ./.github/workflows/docker-build-test-upload.yml
@@ -142,9 +140,9 @@ jobs:
142
140
parent-image : minimal-notebook
143
141
image : r-notebook
144
142
platform : aarch64
145
- runs-on : ARM64_SLOW
143
+ runs-on : ubuntu-22.04-arm
146
144
needs : [aarch64-minimal]
147
- if : github.repository_owner == 'jupyter' && !contains(github.event.pull_request.title, '[FAST_BUILD]')
145
+ if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
148
146
149
147
x86_64-r :
150
148
uses : ./.github/workflows/docker-build-test-upload.yml
@@ -162,9 +160,9 @@ jobs:
162
160
parent-image : minimal-notebook
163
161
image : julia-notebook
164
162
platform : aarch64
165
- runs-on : ARM64_SLOW
163
+ runs-on : ubuntu-22.04-arm
166
164
needs : [aarch64-minimal]
167
- if : github.repository_owner == 'jupyter' && !contains(github.event.pull_request.title, '[FAST_BUILD]')
165
+ if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
168
166
169
167
x86_64-julia :
170
168
uses : ./.github/workflows/docker-build-test-upload.yml
@@ -182,9 +180,9 @@ jobs:
182
180
parent-image : scipy-notebook
183
181
image : tensorflow-notebook
184
182
platform : aarch64
185
- runs-on : ARM64_SLOW
183
+ runs-on : ubuntu-22.04-arm
186
184
needs : [aarch64-scipy]
187
- if : github.repository_owner == 'jupyter' && !contains(github.event.pull_request.title, '[FAST_BUILD]')
185
+ if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
188
186
189
187
x86_64-tensorflow :
190
188
uses : ./.github/workflows/docker-build-test-upload.yml
@@ -213,9 +211,9 @@ jobs:
213
211
parent-image : scipy-notebook
214
212
image : pytorch-notebook
215
213
platform : aarch64
216
- runs-on : ARM64_SLOW
214
+ runs-on : ubuntu-22.04-arm
217
215
needs : [aarch64-scipy]
218
- if : github.repository_owner == 'jupyter' && !contains(github.event.pull_request.title, '[FAST_BUILD]')
216
+ if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
219
217
220
218
x86_64-pytorch :
221
219
uses : ./.github/workflows/docker-build-test-upload.yml
@@ -255,9 +253,9 @@ jobs:
255
253
parent-image : scipy-notebook
256
254
image : datascience-notebook
257
255
platform : aarch64
258
- runs-on : ARM64_SLOW
256
+ runs-on : ubuntu-22.04-arm
259
257
needs : [aarch64-scipy]
260
- if : github.repository_owner == 'jupyter' && !contains(github.event.pull_request.title, '[FAST_BUILD]')
258
+ if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
261
259
262
260
x86_64-datascience :
263
261
uses : ./.github/workflows/docker-build-test-upload.yml
@@ -275,9 +273,9 @@ jobs:
275
273
parent-image : scipy-notebook
276
274
image : pyspark-notebook
277
275
platform : aarch64
278
- runs-on : ARM64_FAST
276
+ runs-on : ubuntu-22.04-arm
279
277
needs : [aarch64-scipy]
280
- if : github.repository_owner == 'jupyter' && !contains(github.event.pull_request.title, '[FAST_BUILD]')
278
+ if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
281
279
282
280
x86_64-pyspark :
283
281
uses : ./.github/workflows/docker-build-test-upload.yml
@@ -295,9 +293,9 @@ jobs:
295
293
parent-image : pyspark-notebook
296
294
image : all-spark-notebook
297
295
platform : aarch64
298
- runs-on : ARM64_FAST
296
+ runs-on : ubuntu-22.04-arm
299
297
needs : [aarch64-pyspark]
300
- if : github.repository_owner == 'jupyter' && !contains(github.event.pull_request.title, '[FAST_BUILD]')
298
+ if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
301
299
302
300
x86_64-all-spark :
303
301
uses : ./.github/workflows/docker-build-test-upload.yml
@@ -348,7 +346,7 @@ jobs:
348
346
aarch64-pyspark,
349
347
aarch64-all-spark,
350
348
]
351
- if : github.repository_owner == 'jupyter' && !contains(github.event.pull_request.title, '[FAST_BUILD]')
349
+ if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
352
350
353
351
aarch64-images-tag-push-fast :
354
352
uses : ./.github/workflows/docker-tag-push.yml
@@ -367,7 +365,7 @@ jobs:
367
365
{ image: base-notebook, variant: default },
368
366
]
369
367
needs : [aarch64-foundation, aarch64-base]
370
- if : github.repository_owner == 'jupyter' && contains(github.event.pull_request.title, '[FAST_BUILD]')
368
+ if : contains(github.event.pull_request.title, '[FAST_BUILD]')
371
369
372
370
x86_64-images-tag-push :
373
371
uses : ./.github/workflows/docker-tag-push.yml
@@ -505,4 +503,4 @@ jobs:
505
503
contributed-recipes :
506
504
uses : ./.github/workflows/contributed-recipes.yml
507
505
needs : [merge-tags]
508
- if : github.repository_owner == 'jupyter' && (github. ref == 'refs/heads/main' || github.event_name == 'schedule')
506
+ if : github.ref == 'refs/heads/main' || github.event_name == 'schedule'
0 commit comments