6666 parent-image : " "
6767 image : docker-stacks-foundation
6868 platform : aarch64
69- runs-on : ARM64_FAST
70- if : github.repository_owner == 'jupyter'
69+ runs-on : ubuntu-22.04-arm
7170
7271 x86_64-foundation :
7372 uses : ./.github/workflows/docker-build-test-upload.yml
8382 parent-image : docker-stacks-foundation
8483 image : base-notebook
8584 platform : aarch64
86- runs-on : ARM64_FAST
85+ runs-on : ubuntu-22.04-arm
8786 needs : [aarch64-foundation]
88- if : github.repository_owner == 'jupyter'
8987
9088 x86_64-base :
9189 uses : ./.github/workflows/docker-build-test-upload.yml
@@ -102,9 +100,9 @@ jobs:
102100 parent-image : base-notebook
103101 image : minimal-notebook
104102 platform : aarch64
105- runs-on : ARM64_FAST
103+ runs-on : ubuntu-22.04-arm
106104 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]') }}
108106
109107 x86_64-minimal :
110108 uses : ./.github/workflows/docker-build-test-upload.yml
@@ -122,9 +120,9 @@ jobs:
122120 parent-image : minimal-notebook
123121 image : scipy-notebook
124122 platform : aarch64
125- runs-on : ARM64_FAST
123+ runs-on : ubuntu-22.04-arm
126124 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]') }}
128126
129127 x86_64-scipy :
130128 uses : ./.github/workflows/docker-build-test-upload.yml
@@ -142,9 +140,9 @@ jobs:
142140 parent-image : minimal-notebook
143141 image : r-notebook
144142 platform : aarch64
145- runs-on : ARM64_SLOW
143+ runs-on : ubuntu-22.04-arm
146144 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]') }}
148146
149147 x86_64-r :
150148 uses : ./.github/workflows/docker-build-test-upload.yml
@@ -162,9 +160,9 @@ jobs:
162160 parent-image : minimal-notebook
163161 image : julia-notebook
164162 platform : aarch64
165- runs-on : ARM64_SLOW
163+ runs-on : ubuntu-22.04-arm
166164 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]') }}
168166
169167 x86_64-julia :
170168 uses : ./.github/workflows/docker-build-test-upload.yml
@@ -182,9 +180,9 @@ jobs:
182180 parent-image : scipy-notebook
183181 image : tensorflow-notebook
184182 platform : aarch64
185- runs-on : ARM64_SLOW
183+ runs-on : ubuntu-22.04-arm
186184 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]') }}
188186
189187 x86_64-tensorflow :
190188 uses : ./.github/workflows/docker-build-test-upload.yml
@@ -213,9 +211,9 @@ jobs:
213211 parent-image : scipy-notebook
214212 image : pytorch-notebook
215213 platform : aarch64
216- runs-on : ARM64_SLOW
214+ runs-on : ubuntu-22.04-arm
217215 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]') }}
219217
220218 x86_64-pytorch :
221219 uses : ./.github/workflows/docker-build-test-upload.yml
@@ -255,9 +253,9 @@ jobs:
255253 parent-image : scipy-notebook
256254 image : datascience-notebook
257255 platform : aarch64
258- runs-on : ARM64_SLOW
256+ runs-on : ubuntu-22.04-arm
259257 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]') }}
261259
262260 x86_64-datascience :
263261 uses : ./.github/workflows/docker-build-test-upload.yml
@@ -275,9 +273,9 @@ jobs:
275273 parent-image : scipy-notebook
276274 image : pyspark-notebook
277275 platform : aarch64
278- runs-on : ARM64_FAST
276+ runs-on : ubuntu-22.04-arm
279277 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]') }}
281279
282280 x86_64-pyspark :
283281 uses : ./.github/workflows/docker-build-test-upload.yml
@@ -295,9 +293,9 @@ jobs:
295293 parent-image : pyspark-notebook
296294 image : all-spark-notebook
297295 platform : aarch64
298- runs-on : ARM64_FAST
296+ runs-on : ubuntu-22.04-arm
299297 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]') }}
301299
302300 x86_64-all-spark :
303301 uses : ./.github/workflows/docker-build-test-upload.yml
@@ -348,7 +346,7 @@ jobs:
348346 aarch64-pyspark,
349347 aarch64-all-spark,
350348 ]
351- if : github.repository_owner == 'jupyter' && !contains(github.event.pull_request.title, '[FAST_BUILD]')
349+ if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
352350
353351 aarch64-images-tag-push-fast :
354352 uses : ./.github/workflows/docker-tag-push.yml
@@ -367,7 +365,7 @@ jobs:
367365 { image: base-notebook, variant: default },
368366 ]
369367 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]')
371369
372370 x86_64-images-tag-push :
373371 uses : ./.github/workflows/docker-tag-push.yml
@@ -505,4 +503,4 @@ jobs:
505503 contributed-recipes :
506504 uses : ./.github/workflows/contributed-recipes.yml
507505 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