Merge pull request #584 from opendatahub-io/digest-updater-9617991236 #52
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# This file is autogenerated by ci/cached-builds/gen_gha_matrix_jobs.py | |
{ | |
"name": "Build Notebooks", | |
"permissions": { | |
"packages": "write" | |
}, | |
"on": { | |
"push": {}, | |
"workflow_dispatch": {} | |
}, | |
"jobs": { | |
"base-ubi8-python-3_8": { | |
"needs": [], | |
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", | |
"with": { | |
"target": "base-ubi8-python-3.8", | |
"github": "${{ toJSON(github) }}" | |
}, | |
"secrets": "inherit" | |
}, | |
"jupyter-minimal-ubi8-python-3_8": { | |
"needs": [ | |
"base-ubi8-python-3_8" | |
], | |
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", | |
"with": { | |
"target": "jupyter-minimal-ubi8-python-3.8", | |
"github": "${{ toJSON(github) }}" | |
}, | |
"secrets": "inherit" | |
}, | |
"jupyter-datascience-ubi8-python-3_8": { | |
"needs": [ | |
"jupyter-minimal-ubi8-python-3_8" | |
], | |
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", | |
"with": { | |
"target": "jupyter-datascience-ubi8-python-3.8", | |
"github": "${{ toJSON(github) }}" | |
}, | |
"secrets": "inherit" | |
}, | |
"cuda-ubi8-python-3_8": { | |
"needs": [ | |
"base-ubi8-python-3_8" | |
], | |
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", | |
"with": { | |
"target": "cuda-ubi8-python-3.8", | |
"github": "${{ toJSON(github) }}" | |
}, | |
"secrets": "inherit" | |
}, | |
"cuda-jupyter-minimal-ubi8-python-3_8": { | |
"needs": [ | |
"cuda-ubi8-python-3_8" | |
], | |
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", | |
"with": { | |
"target": "cuda-jupyter-minimal-ubi8-python-3.8", | |
"github": "${{ toJSON(github) }}" | |
}, | |
"secrets": "inherit" | |
}, | |
"cuda-jupyter-datascience-ubi8-python-3_8": { | |
"needs": [ | |
"cuda-jupyter-minimal-ubi8-python-3_8" | |
], | |
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", | |
"with": { | |
"target": "cuda-jupyter-datascience-ubi8-python-3.8", | |
"github": "${{ toJSON(github) }}" | |
}, | |
"secrets": "inherit" | |
}, | |
"jupyter-trustyai-ubi8-python-3_8": { | |
"needs": [ | |
"jupyter-datascience-ubi8-python-3_8" | |
], | |
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", | |
"with": { | |
"target": "jupyter-trustyai-ubi8-python-3.8", | |
"github": "${{ toJSON(github) }}" | |
}, | |
"secrets": "inherit" | |
}, | |
"habana-jupyter-1_9_0-ubi8-python-3_8": { | |
"needs": [ | |
"jupyter-datascience-ubi8-python-3_8" | |
], | |
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", | |
"with": { | |
"target": "habana-jupyter-1.9.0-ubi8-python-3.8", | |
"github": "${{ toJSON(github) }}" | |
}, | |
"secrets": "inherit" | |
}, | |
"habana-jupyter-1_10_0-ubi8-python-3_8": { | |
"needs": [ | |
"jupyter-datascience-ubi8-python-3_8" | |
], | |
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", | |
"with": { | |
"target": "habana-jupyter-1.10.0-ubi8-python-3.8", | |
"github": "${{ toJSON(github) }}" | |
}, | |
"secrets": "inherit" | |
}, | |
"habana-jupyter-1_11_0-ubi8-python-3_8": { | |
"needs": [ | |
"jupyter-datascience-ubi8-python-3_8" | |
], | |
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", | |
"with": { | |
"target": "habana-jupyter-1.11.0-ubi8-python-3.8", | |
"github": "${{ toJSON(github) }}" | |
}, | |
"secrets": "inherit" | |
}, | |
"habana-jupyter-1_13_0-ubi8-python-3_8": { | |
"needs": [ | |
"jupyter-datascience-ubi8-python-3_8" | |
], | |
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", | |
"with": { | |
"target": "habana-jupyter-1.13.0-ubi8-python-3.8", | |
"github": "${{ toJSON(github) }}" | |
}, | |
"secrets": "inherit" | |
}, | |
"runtime-minimal-ubi8-python-3_8": { | |
"needs": [ | |
"base-ubi8-python-3_8" | |
], | |
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", | |
"with": { | |
"target": "runtime-minimal-ubi8-python-3.8", | |
"github": "${{ toJSON(github) }}" | |
}, | |
"secrets": "inherit" | |
}, | |
"runtime-datascience-ubi8-python-3_8": { | |
"needs": [ | |
"base-ubi8-python-3_8" | |
], | |
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", | |
"with": { | |
"target": "runtime-datascience-ubi8-python-3.8", | |
"github": "${{ toJSON(github) }}" | |
}, | |
"secrets": "inherit" | |
}, | |
"runtime-pytorch-ubi8-python-3_8": { | |
"needs": [ | |
"base-ubi8-python-3_8" | |
], | |
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", | |
"with": { | |
"target": "runtime-pytorch-ubi8-python-3.8", | |
"github": "${{ toJSON(github) }}" | |
}, | |
"secrets": "inherit" | |
}, | |
"runtime-cuda-tensorflow-ubi8-python-3_8": { | |
"needs": [ | |
"cuda-ubi8-python-3_8" | |
], | |
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", | |
"with": { | |
"target": "runtime-cuda-tensorflow-ubi8-python-3.8", | |
"github": "${{ toJSON(github) }}" | |
}, | |
"secrets": "inherit" | |
}, | |
"base-ubi9-python-3_9": { | |
"needs": [], | |
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", | |
"with": { | |
"target": "base-ubi9-python-3.9", | |
"github": "${{ toJSON(github) }}" | |
}, | |
"secrets": "inherit" | |
}, | |
"jupyter-minimal-ubi9-python-3_9": { | |
"needs": [ | |
"base-ubi9-python-3_9" | |
], | |
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", | |
"with": { | |
"target": "jupyter-minimal-ubi9-python-3.9", | |
"github": "${{ toJSON(github) }}" | |
}, | |
"secrets": "inherit" | |
}, | |
"jupyter-datascience-ubi9-python-3_9": { | |
"needs": [ | |
"jupyter-minimal-ubi9-python-3_9" | |
], | |
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", | |
"with": { | |
"target": "jupyter-datascience-ubi9-python-3.9", | |
"github": "${{ toJSON(github) }}" | |
}, | |
"secrets": "inherit" | |
}, | |
"cuda-ubi9-python-3_9": { | |
"needs": [ | |
"base-ubi9-python-3_9" | |
], | |
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", | |
"with": { | |
"target": "cuda-ubi9-python-3.9", | |
"github": "${{ toJSON(github) }}" | |
}, | |
"secrets": "inherit" | |
}, | |
"cuda-jupyter-minimal-ubi9-python-3_9": { | |
"needs": [ | |
"cuda-ubi9-python-3_9" | |
], | |
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", | |
"with": { | |
"target": "cuda-jupyter-minimal-ubi9-python-3.9", | |
"github": "${{ toJSON(github) }}" | |
}, | |
"secrets": "inherit" | |
}, | |
"cuda-jupyter-datascience-ubi9-python-3_9": { | |
"needs": [ | |
"cuda-jupyter-minimal-ubi9-python-3_9" | |
], | |
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", | |
"with": { | |
"target": "cuda-jupyter-datascience-ubi9-python-3.9", | |
"github": "${{ toJSON(github) }}" | |
}, | |
"secrets": "inherit" | |
}, | |
"cuda-jupyter-tensorflow-ubi9-python-3_9": { | |
"needs": [ | |
"cuda-jupyter-datascience-ubi9-python-3_9" | |
], | |
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", | |
"with": { | |
"target": "cuda-jupyter-tensorflow-ubi9-python-3.9", | |
"github": "${{ toJSON(github) }}" | |
}, | |
"secrets": "inherit" | |
}, | |
"jupyter-pytorch-ubi9-python-3_9": { | |
"needs": [ | |
"cuda-jupyter-datascience-ubi9-python-3_9" | |
], | |
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", | |
"with": { | |
"target": "jupyter-pytorch-ubi9-python-3.9", | |
"github": "${{ toJSON(github) }}" | |
}, | |
"secrets": "inherit" | |
}, | |
"jupyter-trustyai-ubi9-python-3_9": { | |
"needs": [ | |
"jupyter-datascience-ubi9-python-3_9" | |
], | |
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", | |
"with": { | |
"target": "jupyter-trustyai-ubi9-python-3.9", | |
"github": "${{ toJSON(github) }}" | |
}, | |
"secrets": "inherit" | |
}, | |
"runtime-minimal-ubi9-python-3_9": { | |
"needs": [ | |
"base-ubi9-python-3_9" | |
], | |
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", | |
"with": { | |
"target": "runtime-minimal-ubi9-python-3.9", | |
"github": "${{ toJSON(github) }}" | |
}, | |
"secrets": "inherit" | |
}, | |
"runtime-datascience-ubi9-python-3_9": { | |
"needs": [ | |
"base-ubi9-python-3_9" | |
], | |
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", | |
"with": { | |
"target": "runtime-datascience-ubi9-python-3.9", | |
"github": "${{ toJSON(github) }}" | |
}, | |
"secrets": "inherit" | |
}, | |
"runtime-pytorch-ubi9-python-3_9": { | |
"needs": [ | |
"base-ubi9-python-3_9" | |
], | |
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", | |
"with": { | |
"target": "runtime-pytorch-ubi9-python-3.9", | |
"github": "${{ toJSON(github) }}" | |
}, | |
"secrets": "inherit" | |
}, | |
"runtime-cuda-tensorflow-ubi9-python-3_9": { | |
"needs": [ | |
"cuda-ubi9-python-3_9" | |
], | |
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", | |
"with": { | |
"target": "runtime-cuda-tensorflow-ubi9-python-3.9", | |
"github": "${{ toJSON(github) }}" | |
}, | |
"secrets": "inherit" | |
}, | |
"codeserver-ubi9-python-3_9": { | |
"needs": [ | |
"base-ubi9-python-3_9" | |
], | |
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", | |
"with": { | |
"target": "codeserver-ubi9-python-3.9", | |
"github": "${{ toJSON(github) }}" | |
}, | |
"secrets": "inherit" | |
}, | |
"intel-base-gpu-ubi9-python-3_9": { | |
"needs": [ | |
"base-ubi9-python-3_9" | |
], | |
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", | |
"with": { | |
"target": "intel-base-gpu-ubi9-python-3.9", | |
"github": "${{ toJSON(github) }}" | |
}, | |
"secrets": "inherit" | |
}, | |
"intel-runtime-tensorflow-ubi9-python-3_9": { | |
"needs": [ | |
"intel-base-gpu-ubi9-python-3_9" | |
], | |
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", | |
"with": { | |
"target": "intel-runtime-tensorflow-ubi9-python-3.9", | |
"github": "${{ toJSON(github) }}" | |
}, | |
"secrets": "inherit" | |
}, | |
"jupyter-intel-tensorflow-ubi9-python-3_9": { | |
"needs": [ | |
"intel-base-gpu-ubi9-python-3_9" | |
], | |
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", | |
"with": { | |
"target": "jupyter-intel-tensorflow-ubi9-python-3.9", | |
"github": "${{ toJSON(github) }}" | |
}, | |
"secrets": "inherit" | |
}, | |
"intel-runtime-pytorch-ubi9-python-3_9": { | |
"needs": [ | |
"intel-base-gpu-ubi9-python-3_9" | |
], | |
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", | |
"with": { | |
"target": "intel-runtime-pytorch-ubi9-python-3.9", | |
"github": "${{ toJSON(github) }}" | |
}, | |
"secrets": "inherit" | |
}, | |
"jupyter-intel-pytorch-ubi9-python-3_9": { | |
"needs": [ | |
"intel-base-gpu-ubi9-python-3_9" | |
], | |
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", | |
"with": { | |
"target": "jupyter-intel-pytorch-ubi9-python-3.9", | |
"github": "${{ toJSON(github) }}" | |
}, | |
"secrets": "inherit" | |
}, | |
"intel-runtime-ml-ubi9-python-3_9": { | |
"needs": [ | |
"base-ubi9-python-3_9" | |
], | |
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", | |
"with": { | |
"target": "intel-runtime-ml-ubi9-python-3.9", | |
"github": "${{ toJSON(github) }}" | |
}, | |
"secrets": "inherit" | |
}, | |
"jupyter-intel-ml-ubi9-python-3_9": { | |
"needs": [ | |
"base-ubi9-python-3_9" | |
], | |
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", | |
"with": { | |
"target": "jupyter-intel-ml-ubi9-python-3.9", | |
"github": "${{ toJSON(github) }}" | |
}, | |
"secrets": "inherit" | |
}, | |
"base-c9s-python-3_9": { | |
"needs": [], | |
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", | |
"with": { | |
"target": "base-c9s-python-3.9", | |
"github": "${{ toJSON(github) }}" | |
}, | |
"secrets": "inherit" | |
}, | |
"cuda-c9s-python-3_9": { | |
"needs": [ | |
"base-c9s-python-3_9" | |
], | |
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", | |
"with": { | |
"target": "cuda-c9s-python-3.9", | |
"github": "${{ toJSON(github) }}" | |
}, | |
"secrets": "inherit" | |
}, | |
"rstudio-c9s-python-3_9": { | |
"needs": [ | |
"base-c9s-python-3_9" | |
], | |
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", | |
"with": { | |
"target": "rstudio-c9s-python-3.9", | |
"github": "${{ toJSON(github) }}" | |
}, | |
"secrets": "inherit" | |
}, | |
"cuda-rstudio-c9s-python-3_9": { | |
"needs": [ | |
"cuda-c9s-python-3_9" | |
], | |
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", | |
"with": { | |
"target": "cuda-rstudio-c9s-python-3.9", | |
"github": "${{ toJSON(github) }}" | |
}, | |
"secrets": "inherit" | |
}, | |
"base-anaconda-python-3_8": { | |
"needs": [], | |
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", | |
"with": { | |
"target": "base-anaconda-python-3.8", | |
"github": "${{ toJSON(github) }}" | |
}, | |
"secrets": "inherit" | |
}, | |
"jupyter-datascience-anaconda-python-3_8": { | |
"needs": [ | |
"base-anaconda-python-3_8" | |
], | |
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml", | |
"with": { | |
"target": "jupyter-datascience-anaconda-python-3.8", | |
"github": "${{ toJSON(github) }}" | |
}, | |
"secrets": "inherit" | |
} | |
} | |
} |