Skip to content

Commit 9805dba

Browse files
committed
Merge branch 'main' of https://github.com/opendatahub-io/notebooks into sync-downstream-1
2 parents 8f013d4 + 82ce3f8 commit 9805dba

File tree

152 files changed

+42489
-14111
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

152 files changed

+42489
-14111
lines changed

.github/workflows/piplock-renewal.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
cancel-in-progress: false
4141
strategy:
4242
fail-fast: false
43-
max-parallel: 1
4443
matrix:
4544
python-version: >-
4645
${{ fromJSON( github.event.inputs.python_version || '["3.11", "3.12"]' ) }}
@@ -74,8 +73,12 @@ jobs:
7473
run: |
7574
make refresh-pipfilelock-files PYTHON_VERSION=${{ matrix.python-version }} INCLUDE_OPT_DIRS=${{ env.INCLUDE_OPT_DIRS }}
7675
77-
- name: Push the changes back to the branch
76+
- name: Commit changes (if any)
7877
run: |
7978
git add .
80-
git commit -m "Update Pipfile.lock files by piplock-renewal.yaml action"
79+
git diff --cached --quiet && echo "No changes to commit." || git commit -m "Update Pipfile.lock for Python ${{ matrix.python-version }}"
80+
81+
- name: Pull and push changes
82+
run: |
83+
git pull --rebase origin ${{ env.BRANCH }}
8184
git push origin ${{ env.BRANCH }}

.tekton/odh-pipeline-runtime-datascience-cpu-py311-ubi9-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
1212
pipelinesascode.tekton.dev/cancel-in-progress: 'true'
1313
pipelinesascode.tekton.dev/max-keep-runs: '3'
14-
pipelinesascode.tekton.dev/on-comment: ^/kfbuild runtimes/datascience/ubi9-python-3.11
14+
pipelinesascode.tekton.dev/on-comment: ^/kfbuild\s+(all|odh\-pipeline\-runtime\-datascience\-cpu\-py311\-ubi9|runtimes/datascience/ubi9\-python\-3\.11)
1515
pipelinesascode.tekton.dev/on-cel-expression: |
1616
event == "pull_request" && target_branch
1717
== "main"

.tekton/odh-pipeline-runtime-datascience-cpu-py312-ubi9-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
1212
pipelinesascode.tekton.dev/cancel-in-progress: 'true'
1313
pipelinesascode.tekton.dev/max-keep-runs: '3'
14-
pipelinesascode.tekton.dev/on-comment: ^/kfbuild runtimes/datascience/ubi9-python-3.12
14+
pipelinesascode.tekton.dev/on-comment: ^/kfbuild\s+(all|odh\-pipeline\-runtime\-datascience\-cpu\-py312\-ubi9|runtimes/datascience/ubi9\-python\-3\.12)
1515
pipelinesascode.tekton.dev/on-cel-expression: |
1616
event == "pull_request" && target_branch
1717
== "main"

.tekton/odh-pipeline-runtime-minimal-cpu-py311-ubi9-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
1212
pipelinesascode.tekton.dev/cancel-in-progress: 'true'
1313
pipelinesascode.tekton.dev/max-keep-runs: '3'
14-
pipelinesascode.tekton.dev/on-comment: ^/kfbuild runtimes/minimal/ubi9-python-3.11
14+
pipelinesascode.tekton.dev/on-comment: ^/kfbuild\s+(all|odh\-pipeline\-runtime\-minimal\-cpu\-py311\-ubi9|runtimes/minimal/ubi9\-python\-3\.11)
1515
pipelinesascode.tekton.dev/on-cel-expression: |
1616
event == "pull_request" && target_branch
1717
== "main"

.tekton/odh-pipeline-runtime-minimal-cpu-py312-ubi9-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
1212
pipelinesascode.tekton.dev/cancel-in-progress: 'true'
1313
pipelinesascode.tekton.dev/max-keep-runs: '3'
14-
pipelinesascode.tekton.dev/on-comment: ^/kfbuild runtimes/minimal/ubi9-python-3.12
14+
pipelinesascode.tekton.dev/on-comment: ^/kfbuild\s+(all|odh\-pipeline\-runtime\-minimal\-cpu\-py312\-ubi9|runtimes/minimal/ubi9\-python\-3\.12)
1515
pipelinesascode.tekton.dev/on-cel-expression: |
1616
event == "pull_request" && target_branch
1717
== "main"

.tekton/odh-pipeline-runtime-pytorch-cuda-py311-ubi9-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
1212
pipelinesascode.tekton.dev/cancel-in-progress: 'true'
1313
pipelinesascode.tekton.dev/max-keep-runs: '3'
14-
pipelinesascode.tekton.dev/on-comment: ^/kfbuild runtimes/pytorch/ubi9-python-3.11
14+
pipelinesascode.tekton.dev/on-comment: ^/kfbuild\s+(all|odh\-pipeline\-runtime\-pytorch\-cuda\-py311\-ubi9|runtimes/pytorch/ubi9\-python\-3\.11)
1515
pipelinesascode.tekton.dev/on-cel-expression: |
1616
event == "pull_request" && target_branch
1717
== "main"

.tekton/odh-pipeline-runtime-pytorch-cuda-py312-ubi9-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
1212
pipelinesascode.tekton.dev/cancel-in-progress: 'true'
1313
pipelinesascode.tekton.dev/max-keep-runs: '3'
14-
pipelinesascode.tekton.dev/on-comment: ^/kfbuild runtimes/pytorch/ubi9-python-3.12
14+
pipelinesascode.tekton.dev/on-comment: ^/kfbuild\s+(all|odh\-pipeline\-runtime\-pytorch\-cuda\-py312\-ubi9|runtimes/pytorch/ubi9\-python\-3\.12)
1515
pipelinesascode.tekton.dev/on-cel-expression: |
1616
event == "pull_request" && target_branch
1717
== "main"

.tekton/odh-pipeline-runtime-pytorch-rocm-py311-ubi9-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
1212
pipelinesascode.tekton.dev/cancel-in-progress: 'true'
1313
pipelinesascode.tekton.dev/max-keep-runs: '3'
14-
pipelinesascode.tekton.dev/on-comment: ^/kfbuild runtimes/rocm-pytorch/ubi9-python-3.11
14+
pipelinesascode.tekton.dev/on-comment: ^/kfbuild\s+(all|odh\-pipeline\-runtime\-pytorch\-rocm\-py311\-ubi9|runtimes/rocm\-pytorch/ubi9\-python\-3\.11)
1515
pipelinesascode.tekton.dev/on-cel-expression: |
1616
event == "pull_request" && target_branch
1717
== "main"

.tekton/odh-pipeline-runtime-pytorch-rocm-py312-ubi9-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
1212
pipelinesascode.tekton.dev/cancel-in-progress: 'true'
1313
pipelinesascode.tekton.dev/max-keep-runs: '3'
14-
pipelinesascode.tekton.dev/on-comment: ^/kfbuild runtimes/rocm-pytorch/ubi9-python-3.12
14+
pipelinesascode.tekton.dev/on-comment: ^/kfbuild\s+(all|odh\-pipeline\-runtime\-pytorch\-rocm\-py312\-ubi9|runtimes/rocm\-pytorch/ubi9\-python\-3\.12)
1515
pipelinesascode.tekton.dev/on-cel-expression: |
1616
event == "pull_request" && target_branch
1717
== "main"

.tekton/odh-pipeline-runtime-tensorflow-cuda-py311-ubi9-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
1212
pipelinesascode.tekton.dev/cancel-in-progress: 'true'
1313
pipelinesascode.tekton.dev/max-keep-runs: '3'
14-
pipelinesascode.tekton.dev/on-comment: ^/kfbuild runtimes/tensorflow/ubi9-python-3.11
14+
pipelinesascode.tekton.dev/on-comment: ^/kfbuild\s+(all|odh\-pipeline\-runtime\-tensorflow\-cuda\-py311\-ubi9|runtimes/tensorflow/ubi9\-python\-3\.11)
1515
pipelinesascode.tekton.dev/on-cel-expression: |
1616
event == "pull_request" && target_branch
1717
== "main"

0 commit comments

Comments
 (0)