Use 1 fast 2CPU and 3 slow 1CPU aarch64 runners (#2040)

undefined
This commit is contained in:
Ayaz Salikhov
2024-01-14 17:59:42 +04:00
committed by GitHub
parent d599a7aeca
commit eb04996c7d

View File

@@ -66,7 +66,7 @@ jobs:
parent-image: "" parent-image: ""
image: docker-stacks-foundation image: docker-stacks-foundation
platform: aarch64 platform: aarch64
runs-on: ARM64 runs-on: ARM64_FAST
if: github.repository_owner == 'jupyter' if: github.repository_owner == 'jupyter'
x86_64-foundation: x86_64-foundation:
@@ -83,7 +83,7 @@ jobs:
parent-image: docker-stacks-foundation parent-image: docker-stacks-foundation
image: base-notebook image: base-notebook
platform: aarch64 platform: aarch64
runs-on: ARM64 runs-on: ARM64_FAST
needs: [aarch64-foundation] needs: [aarch64-foundation]
if: github.repository_owner == 'jupyter' if: github.repository_owner == 'jupyter'
@@ -102,7 +102,7 @@ jobs:
parent-image: base-notebook parent-image: base-notebook
image: minimal-notebook image: minimal-notebook
platform: aarch64 platform: aarch64
runs-on: ARM64 runs-on: ARM64_FAST
needs: [aarch64-base] needs: [aarch64-base]
if: github.repository_owner == 'jupyter' && !contains(github.event.pull_request.title, '[FAST_BUILD]') if: github.repository_owner == 'jupyter' && !contains(github.event.pull_request.title, '[FAST_BUILD]')
@@ -122,7 +122,7 @@ jobs:
parent-image: minimal-notebook parent-image: minimal-notebook
image: scipy-notebook image: scipy-notebook
platform: aarch64 platform: aarch64
runs-on: ARM64 runs-on: ARM64_FAST
needs: [aarch64-minimal] needs: [aarch64-minimal]
if: github.repository_owner == 'jupyter' && !contains(github.event.pull_request.title, '[FAST_BUILD]') if: github.repository_owner == 'jupyter' && !contains(github.event.pull_request.title, '[FAST_BUILD]')
@@ -142,7 +142,7 @@ jobs:
parent-image: minimal-notebook parent-image: minimal-notebook
image: r-notebook image: r-notebook
platform: aarch64 platform: aarch64
runs-on: ARM64 runs-on: ARM64_SLOW
needs: [aarch64-minimal] needs: [aarch64-minimal]
if: github.repository_owner == 'jupyter' && !contains(github.event.pull_request.title, '[FAST_BUILD]') if: github.repository_owner == 'jupyter' && !contains(github.event.pull_request.title, '[FAST_BUILD]')
@@ -162,7 +162,7 @@ jobs:
parent-image: minimal-notebook parent-image: minimal-notebook
image: julia-notebook image: julia-notebook
platform: aarch64 platform: aarch64
runs-on: ARM64 runs-on: ARM64_SLOW
needs: [aarch64-minimal] needs: [aarch64-minimal]
if: github.repository_owner == 'jupyter' && !contains(github.event.pull_request.title, '[FAST_BUILD]') if: github.repository_owner == 'jupyter' && !contains(github.event.pull_request.title, '[FAST_BUILD]')
@@ -182,7 +182,7 @@ jobs:
parent-image: scipy-notebook parent-image: scipy-notebook
image: tensorflow-notebook image: tensorflow-notebook
platform: aarch64 platform: aarch64
runs-on: ARM64 runs-on: ARM64_SLOW
needs: [aarch64-scipy] needs: [aarch64-scipy]
if: github.repository_owner == 'jupyter' && !contains(github.event.pull_request.title, '[FAST_BUILD]') if: github.repository_owner == 'jupyter' && !contains(github.event.pull_request.title, '[FAST_BUILD]')
@@ -202,7 +202,7 @@ jobs:
parent-image: scipy-notebook parent-image: scipy-notebook
image: pytorch-notebook image: pytorch-notebook
platform: aarch64 platform: aarch64
runs-on: ARM64 runs-on: ARM64_SLOW
needs: [aarch64-scipy] needs: [aarch64-scipy]
if: github.repository_owner == 'jupyter' && !contains(github.event.pull_request.title, '[FAST_BUILD]') if: github.repository_owner == 'jupyter' && !contains(github.event.pull_request.title, '[FAST_BUILD]')
@@ -222,7 +222,7 @@ jobs:
parent-image: scipy-notebook parent-image: scipy-notebook
image: datascience-notebook image: datascience-notebook
platform: aarch64 platform: aarch64
runs-on: ARM64 runs-on: ARM64_SLOW
needs: [aarch64-scipy] needs: [aarch64-scipy]
if: github.repository_owner == 'jupyter' && !contains(github.event.pull_request.title, '[FAST_BUILD]') if: github.repository_owner == 'jupyter' && !contains(github.event.pull_request.title, '[FAST_BUILD]')
@@ -242,7 +242,7 @@ jobs:
parent-image: scipy-notebook parent-image: scipy-notebook
image: pyspark-notebook image: pyspark-notebook
platform: aarch64 platform: aarch64
runs-on: ARM64 runs-on: ARM64_FAST
needs: [aarch64-scipy] needs: [aarch64-scipy]
if: github.repository_owner == 'jupyter' && !contains(github.event.pull_request.title, '[FAST_BUILD]') if: github.repository_owner == 'jupyter' && !contains(github.event.pull_request.title, '[FAST_BUILD]')
@@ -262,7 +262,7 @@ jobs:
parent-image: pyspark-notebook parent-image: pyspark-notebook
image: all-spark-notebook image: all-spark-notebook
platform: aarch64 platform: aarch64
runs-on: ARM64 runs-on: ARM64_FAST
needs: [aarch64-pyspark] needs: [aarch64-pyspark]
if: github.repository_owner == 'jupyter' && !contains(github.event.pull_request.title, '[FAST_BUILD]') if: github.repository_owner == 'jupyter' && !contains(github.event.pull_request.title, '[FAST_BUILD]')