Skip to content

Commit

Permalink
Use 1 fast 2CPU and 3 slow 1CPU aarch64 runners (#2040)
Browse files Browse the repository at this point in the history
undefined
  • Loading branch information
mathbunnyru committed Jan 14, 2024
1 parent d599a7a commit eb04996
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
parent-image: ""
image: docker-stacks-foundation
platform: aarch64
runs-on: ARM64
runs-on: ARM64_FAST
if: github.repository_owner == 'jupyter'

x86_64-foundation:
Expand All @@ -83,7 +83,7 @@ jobs:
parent-image: docker-stacks-foundation
image: base-notebook
platform: aarch64
runs-on: ARM64
runs-on: ARM64_FAST
needs: [aarch64-foundation]
if: github.repository_owner == 'jupyter'

Expand All @@ -102,7 +102,7 @@ jobs:
parent-image: base-notebook
image: minimal-notebook
platform: aarch64
runs-on: ARM64
runs-on: ARM64_FAST
needs: [aarch64-base]
if: github.repository_owner == 'jupyter' && !contains(github.event.pull_request.title, '[FAST_BUILD]')

Expand All @@ -122,7 +122,7 @@ jobs:
parent-image: minimal-notebook
image: scipy-notebook
platform: aarch64
runs-on: ARM64
runs-on: ARM64_FAST
needs: [aarch64-minimal]
if: github.repository_owner == 'jupyter' && !contains(github.event.pull_request.title, '[FAST_BUILD]')

Expand All @@ -142,7 +142,7 @@ jobs:
parent-image: minimal-notebook
image: r-notebook
platform: aarch64
runs-on: ARM64
runs-on: ARM64_SLOW
needs: [aarch64-minimal]
if: github.repository_owner == 'jupyter' && !contains(github.event.pull_request.title, '[FAST_BUILD]')

Expand All @@ -162,7 +162,7 @@ jobs:
parent-image: minimal-notebook
image: julia-notebook
platform: aarch64
runs-on: ARM64
runs-on: ARM64_SLOW
needs: [aarch64-minimal]
if: github.repository_owner == 'jupyter' && !contains(github.event.pull_request.title, '[FAST_BUILD]')

Expand All @@ -182,7 +182,7 @@ jobs:
parent-image: scipy-notebook
image: tensorflow-notebook
platform: aarch64
runs-on: ARM64
runs-on: ARM64_SLOW
needs: [aarch64-scipy]
if: github.repository_owner == 'jupyter' && !contains(github.event.pull_request.title, '[FAST_BUILD]')

Expand All @@ -202,7 +202,7 @@ jobs:
parent-image: scipy-notebook
image: pytorch-notebook
platform: aarch64
runs-on: ARM64
runs-on: ARM64_SLOW
needs: [aarch64-scipy]
if: github.repository_owner == 'jupyter' && !contains(github.event.pull_request.title, '[FAST_BUILD]')

Expand All @@ -222,7 +222,7 @@ jobs:
parent-image: scipy-notebook
image: datascience-notebook
platform: aarch64
runs-on: ARM64
runs-on: ARM64_SLOW
needs: [aarch64-scipy]
if: github.repository_owner == 'jupyter' && !contains(github.event.pull_request.title, '[FAST_BUILD]')

Expand All @@ -242,7 +242,7 @@ jobs:
parent-image: scipy-notebook
image: pyspark-notebook
platform: aarch64
runs-on: ARM64
runs-on: ARM64_FAST
needs: [aarch64-scipy]
if: github.repository_owner == 'jupyter' && !contains(github.event.pull_request.title, '[FAST_BUILD]')

Expand All @@ -262,7 +262,7 @@ jobs:
parent-image: pyspark-notebook
image: all-spark-notebook
platform: aarch64
runs-on: ARM64
runs-on: ARM64_FAST
needs: [aarch64-pyspark]
if: github.repository_owner == 'jupyter' && !contains(github.event.pull_request.title, '[FAST_BUILD]')

Expand Down

0 comments on commit eb04996

Please sign in to comment.