mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-14 13:32:56 +00:00
22
.github/workflows/docker.yml
vendored
22
.github/workflows/docker.yml
vendored
@@ -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]')
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user