Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/opendatahub-io/notebooks in…
Browse files Browse the repository at this point in the history
…to rsync-main
  • Loading branch information
harshad16 committed Aug 28, 2024
2 parents 5923bd6 + 244d186 commit 49cf173
Show file tree
Hide file tree
Showing 306 changed files with 132,538 additions and 9,023 deletions.
348 changes: 348 additions & 0 deletions .github/workflows/build-notebooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,235 @@
},
"secrets": "inherit"
},
"base-ubi9-python-3_11": {
"needs": [],
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
"with": {
"target": "base-ubi9-python-3.11",
"github": "${{ toJSON(github) }}"
},
"secrets": "inherit"
},
"jupyter-minimal-ubi9-python-3_11": {
"needs": [
"base-ubi9-python-3_11"
],
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
"with": {
"target": "jupyter-minimal-ubi9-python-3.11",
"github": "${{ toJSON(github) }}"
},
"secrets": "inherit"
},
"jupyter-datascience-ubi9-python-3_11": {
"needs": [
"jupyter-minimal-ubi9-python-3_11"
],
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
"with": {
"target": "jupyter-datascience-ubi9-python-3.11",
"github": "${{ toJSON(github) }}"
},
"secrets": "inherit"
},
"cuda-ubi9-python-3_11": {
"needs": [
"base-ubi9-python-3_11"
],
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
"with": {
"target": "cuda-ubi9-python-3.11",
"github": "${{ toJSON(github) }}"
},
"secrets": "inherit"
},
"cuda-jupyter-minimal-ubi9-python-3_11": {
"needs": [
"cuda-ubi9-python-3_11"
],
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
"with": {
"target": "cuda-jupyter-minimal-ubi9-python-3.11",
"github": "${{ toJSON(github) }}"
},
"secrets": "inherit"
},
"cuda-jupyter-datascience-ubi9-python-3_11": {
"needs": [
"cuda-jupyter-minimal-ubi9-python-3_11"
],
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
"with": {
"target": "cuda-jupyter-datascience-ubi9-python-3.11",
"github": "${{ toJSON(github) }}"
},
"secrets": "inherit"
},
"cuda-jupyter-tensorflow-ubi9-python-3_11": {
"needs": [
"cuda-jupyter-datascience-ubi9-python-3_11"
],
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
"with": {
"target": "cuda-jupyter-tensorflow-ubi9-python-3.11",
"github": "${{ toJSON(github) }}"
},
"secrets": "inherit"
},
"jupyter-pytorch-ubi9-python-3_11": {
"needs": [
"cuda-jupyter-datascience-ubi9-python-3_11"
],
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
"with": {
"target": "jupyter-pytorch-ubi9-python-3.11",
"github": "${{ toJSON(github) }}"
},
"secrets": "inherit"
},
"jupyter-trustyai-ubi9-python-3_11": {
"needs": [
"jupyter-datascience-ubi9-python-3_11"
],
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
"with": {
"target": "jupyter-trustyai-ubi9-python-3.11",
"github": "${{ toJSON(github) }}"
},
"secrets": "inherit"
},
"runtime-minimal-ubi9-python-3_11": {
"needs": [
"base-ubi9-python-3_11"
],
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
"with": {
"target": "runtime-minimal-ubi9-python-3.11",
"github": "${{ toJSON(github) }}"
},
"secrets": "inherit"
},
"runtime-datascience-ubi9-python-3_11": {
"needs": [
"base-ubi9-python-3_11"
],
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
"with": {
"target": "runtime-datascience-ubi9-python-3.11",
"github": "${{ toJSON(github) }}"
},
"secrets": "inherit"
},
"runtime-pytorch-ubi9-python-3_11": {
"needs": [
"base-ubi9-python-3_11"
],
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
"with": {
"target": "runtime-pytorch-ubi9-python-3.11",
"github": "${{ toJSON(github) }}"
},
"secrets": "inherit"
},
"runtime-cuda-tensorflow-ubi9-python-3_11": {
"needs": [
"cuda-ubi9-python-3_11"
],
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
"with": {
"target": "runtime-cuda-tensorflow-ubi9-python-3.11",
"github": "${{ toJSON(github) }}"
},
"secrets": "inherit"
},
"codeserver-ubi9-python-3_11": {
"needs": [
"base-ubi9-python-3_11"
],
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
"with": {
"target": "codeserver-ubi9-python-3.11",
"github": "${{ toJSON(github) }}"
},
"secrets": "inherit"
},
"intel-base-gpu-ubi9-python-3_11": {
"needs": [
"base-ubi9-python-3_11"
],
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
"with": {
"target": "intel-base-gpu-ubi9-python-3.11",
"github": "${{ toJSON(github) }}"
},
"secrets": "inherit"
},
"intel-runtime-tensorflow-ubi9-python-3_11": {
"needs": [
"intel-base-gpu-ubi9-python-3_11"
],
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
"with": {
"target": "intel-runtime-tensorflow-ubi9-python-3.11",
"github": "${{ toJSON(github) }}"
},
"secrets": "inherit"
},
"jupyter-intel-tensorflow-ubi9-python-3_11": {
"needs": [
"intel-base-gpu-ubi9-python-3_11"
],
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
"with": {
"target": "jupyter-intel-tensorflow-ubi9-python-3.11",
"github": "${{ toJSON(github) }}"
},
"secrets": "inherit"
},
"intel-runtime-pytorch-ubi9-python-3_11": {
"needs": [
"intel-base-gpu-ubi9-python-3_11"
],
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
"with": {
"target": "intel-runtime-pytorch-ubi9-python-3.11",
"github": "${{ toJSON(github) }}"
},
"secrets": "inherit"
},
"jupyter-intel-pytorch-ubi9-python-3_11": {
"needs": [
"intel-base-gpu-ubi9-python-3_11"
],
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
"with": {
"target": "jupyter-intel-pytorch-ubi9-python-3.11",
"github": "${{ toJSON(github) }}"
},
"secrets": "inherit"
},
"intel-runtime-ml-ubi9-python-3_11": {
"needs": [
"base-ubi9-python-3_11"
],
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
"with": {
"target": "intel-runtime-ml-ubi9-python-3.11",
"github": "${{ toJSON(github) }}"
},
"secrets": "inherit"
},
"jupyter-intel-ml-ubi9-python-3_11": {
"needs": [
"base-ubi9-python-3_11"
],
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
"with": {
"target": "jupyter-intel-ml-ubi9-python-3.11",
"github": "${{ toJSON(github) }}"
},
"secrets": "inherit"
},
"base-c9s-python-3_9": {
"needs": [],
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
Expand Down Expand Up @@ -416,6 +645,48 @@
},
"secrets": "inherit"
},
"base-c9s-python-3_11": {
"needs": [],
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
"with": {
"target": "base-c9s-python-3.11",
"github": "${{ toJSON(github) }}"
},
"secrets": "inherit"
},
"cuda-c9s-python-3_11": {
"needs": [
"base-c9s-python-3_11"
],
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
"with": {
"target": "cuda-c9s-python-3.11",
"github": "${{ toJSON(github) }}"
},
"secrets": "inherit"
},
"rstudio-c9s-python-3_11": {
"needs": [
"base-c9s-python-3_11"
],
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
"with": {
"target": "rstudio-c9s-python-3.11",
"github": "${{ toJSON(github) }}"
},
"secrets": "inherit"
},
"cuda-rstudio-c9s-python-3_11": {
"needs": [
"cuda-c9s-python-3_11"
],
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
"with": {
"target": "cuda-rstudio-c9s-python-3.11",
"github": "${{ toJSON(github) }}"
},
"secrets": "inherit"
},
"rocm-ubi9-python-3_9": {
"needs": [
"base-ubi9-python-3_9"
Expand Down Expand Up @@ -493,6 +764,83 @@
},
"secrets": "inherit"
},
"rocm-ubi9-python-3_11": {
"needs": [
"base-ubi9-python-3_11"
],
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
"with": {
"target": "rocm-ubi9-python-3.11",
"github": "${{ toJSON(github) }}"
},
"secrets": "inherit"
},
"rocm-jupyter-minimal-ubi9-python-3_11": {
"needs": [
"rocm-ubi9-python-3_11"
],
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
"with": {
"target": "rocm-jupyter-minimal-ubi9-python-3.11",
"github": "${{ toJSON(github) }}"
},
"secrets": "inherit"
},
"rocm-jupyter-datascience-ubi9-python-3_11": {
"needs": [
"rocm-jupyter-minimal-ubi9-python-3_11"
],
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
"with": {
"target": "rocm-jupyter-datascience-ubi9-python-3.11",
"github": "${{ toJSON(github) }}"
},
"secrets": "inherit"
},
"rocm-jupyter-tensorflow-ubi9-python-3_11": {
"needs": [
"rocm-jupyter-datascience-ubi9-python-3_11"
],
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
"with": {
"target": "rocm-jupyter-tensorflow-ubi9-python-3.11",
"github": "${{ toJSON(github) }}"
},
"secrets": "inherit"
},
"rocm-jupyter-pytorch-ubi9-python-3_11": {
"needs": [
"rocm-jupyter-datascience-ubi9-python-3_11"
],
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
"with": {
"target": "rocm-jupyter-pytorch-ubi9-python-3.11",
"github": "${{ toJSON(github) }}"
},
"secrets": "inherit"
},
"rocm-runtime-pytorch-ubi9-python-3_11": {
"needs": [
"rocm-ubi9-python-3_11"
],
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
"with": {
"target": "rocm-runtime-pytorch-ubi9-python-3.11",
"github": "${{ toJSON(github) }}"
},
"secrets": "inherit"
},
"rocm-runtime-tensorflow-ubi9-python-3_11": {
"needs": [
"rocm-ubi9-python-3_11"
],
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
"with": {
"target": "rocm-runtime-tensorflow-ubi9-python-3.11",
"github": "${{ toJSON(github) }}"
},
"secrets": "inherit"
},
"base-anaconda-python-3_8": {
"needs": [],
"uses": "./.github/workflows/build-notebooks-TEMPLATE.yaml",
Expand Down
17 changes: 12 additions & 5 deletions .github/workflows/code-quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,16 +116,23 @@ jobs:
echo "Hadolint done"
# This simply checks that the manifests and respective kustomization.yaml finishes without an error.
# Version of the kustomize that operator use in runtime to apply these changes is determined by:
# https://github.com/red-hat-data-services/rhods-operator/blob/7ccc405135f99c014982d7e297b8949e970dd750/go.mod#L28-L29
# and then to match appropriate kustomize release https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize%2Fv5.0.2
- name: Check kustomize manifest
id: kustomize-manifests
run: |
kubectl version --client=true
KUSTOMIZE_VERSION=5.0.2
wget "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v${KUSTOMIZE_VERSION}/kustomize_v${KUSTOMIZE_VERSION}_linux_amd64.tar.gz"
tar -xvf kustomize*
./kustomize version
echo "----------------------------------------------------------"
echo "Starting 'kubectl kustomize manifests/base'"
echo "Starting './kustomize build manifests/base'"
echo "----------------------------------------------------------"
kubectl kustomize manifests/base
./kustomize build manifests/base
echo "----------------------------------------------------------"
echo "Starting 'kubectl kustomize manifests/overlays/additional'"
echo "Starting './kustomize build manifests/overlays/additional'"
echo "----------------------------------------------------------"
kubectl kustomize manifests/overlays/additional
./kustomize build manifests/overlays/additional
Loading

0 comments on commit 49cf173

Please sign in to comment.