Skip to content

Commit 8089e67

Browse files
sync pipelineruns with konflux-central - 0d74a56
1 parent 00c4dfc commit 8089e67

7 files changed

+15
-16
lines changed

.tekton/odh-workbench-jupyter-minimal-cpu-py311-ubi9-n-v2-21-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ metadata:
1010
pipelinesascode.tekton.dev/on-cel-expression: |
1111
event == "push"
1212
&& target_branch == "rhoai-2.21"
13-
&& ( !".tekton/**".pathChanged() || ".tekton/odh-workbench-jupyter-minimal-cpu-py311-ubi9-n-v2-21-push.yaml".pathChanged() )
14-
&& ( "jupyter/utils/**".pathChanged() || "jupyter/minimal/ubi9-python-3.11/**".pathChanged() )
13+
&& ( (!".tekton/**".pathChanged() || ".tekton/odh-workbench-jupyter-minimal-cpu-py311-ubi9-n-v2-21-push.yaml".pathChanged()) ||
14+
("jupyter/utils/**".pathChanged() || "jupyter/minimal/ubi9-python-3.11/**".pathChanged()) )
1515
&& !"manifests/base/params-latest.env".pathChanged()
1616
creationTimestamp: null
1717
labels:

.tekton/odh-workbench-jupyter-minimal-cuda-py311-ubi9-n-v2-21-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ metadata:
1010
pipelinesascode.tekton.dev/on-cel-expression: |
1111
event == "push"
1212
&& target_branch == "rhoai-2.21"
13-
&& ( !".tekton/**".pathChanged() || ".tekton/odh-workbench-jupyter-minimal-cuda-py311-ubi9-n-v2-21-push.yaml".pathChanged() )
14-
&& ( "jupyter/utils/**".pathChanged() || "jupyter/minimal/ubi9-python-3.11/**".pathChanged() || "cuda/**".pathChanged())
13+
&& ( (!".tekton/**".pathChanged() || ".tekton/odh-workbench-jupyter-minimal-cuda-py311-ubi9-n-v2-21-push.yaml".pathChanged()) ||
14+
("jupyter/utils/**".pathChanged() || "jupyter/minimal/ubi9-python-3.11/**".pathChanged() || "cuda/**".pathChanged()) )
1515
&& !"manifests/base/params-latest.env".pathChanged()
1616
creationTimestamp: null
1717
labels:

.tekton/odh-workbench-jupyter-minimal-rocm-py311-ubi9-n-v2-21-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ metadata:
1010
pipelinesascode.tekton.dev/on-cel-expression: |
1111
event == "push"
1212
&& target_branch == "rhoai-2.21"
13-
&& ( !".tekton/**".pathChanged() || ".tekton/odh-workbench-jupyter-minimal-rocm-py311-ubi9-n-v2-21-push.yaml".pathChanged() )
14-
&& ( "jupyter/utils/**".pathChanged() || "jupyter/minimal/ubi9-python-3.11/**".pathChanged() )
13+
&& ( (!".tekton/**".pathChanged() || ".tekton/odh-workbench-jupyter-minimal-rocm-py311-ubi9-n-v2-21-push.yaml".pathChanged()) ||
14+
("jupyter/utils/**".pathChanged() || "jupyter/minimal/ubi9-python-3.11/**".pathChanged()) )
1515
&& !"manifests/base/params-latest.env".pathChanged()
1616
creationTimestamp: null
1717
labels:

.tekton/odh-workbench-jupyter-pytorch-cuda-py311-ubi9-n-v2-21-push.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ metadata:
1010
pipelinesascode.tekton.dev/on-cel-expression: |
1111
event == "push"
1212
&& target_branch == "rhoai-2.21"
13-
&& ( !".tekton/**".pathChanged() || ".tekton/odh-workbench-jupyter-pytorch-cuda-py311-ubi9-n-v2-21-push.yaml".pathChanged() )
1413
&& ( (!".tekton/**".pathChanged() || ".tekton/odh-workbench-jupyter-pytorch-cuda-py311-ubi9-n-v2-21-push.yaml".pathChanged()) ||
1514
("jupyter/pytorch/ubi9-python-3.11/**".pathChanged() || "cuda/**".pathChanged()
1615
|| "jupyter/utils/**".pathChanged() || "jupyter/minimal/ubi9-python-3.11/start-notebook.sh".pathChanged()

.tekton/odh-workbench-jupyter-pytorch-rocm-py311-ubi9-n-v2-21-push.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ metadata:
1010
pipelinesascode.tekton.dev/on-cel-expression: |
1111
event == "push"
1212
&& target_branch == "rhoai-2.21"
13-
&& ( !".tekton/**".pathChanged() || ".tekton/odh-workbench-jupyter-pytorch-rocm-py311-ubi9-n-v2-21-push.yaml".pathChanged() )
14-
&& ( "jupyter/rocm/pytorch/ubi9-python-3.11/**".pathChanged()
13+
&& ( (!".tekton/**".pathChanged() || ".tekton/odh-workbench-jupyter-pytorch-rocm-py311-ubi9-n-v2-21-push.yaml".pathChanged()) ||
14+
("jupyter/rocm/pytorch/ubi9-python-3.11/**".pathChanged()
1515
|| "jupyter/utils/**".pathChanged() || "jupyter/minimal/ubi9-python-3.11/start-notebook.sh".pathChanged()
1616
|| "jupyter/datascience/ubi9-python-3.11/mongodb-org-6.0.repo-x86_64/**".pathChanged()
1717
|| "jupyter/datascience/ubi9-python-3.11/mssql-2022.repo-x86_64/**".pathChanged()
18-
|| "jupyter/datascience/ubi9-python-3.11/setup-elyra.sh".pathChanged()
18+
|| "jupyter/datascience/ubi9-python-3.11/setup-elyra.sh".pathChanged())
1919
)
2020
&& !"manifests/base/params-latest.env".pathChanged()
2121
creationTimestamp: null

.tekton/odh-workbench-jupyter-tensorflow-cuda-py311-ubi9-n-v2-21-push.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ metadata:
1010
pipelinesascode.tekton.dev/on-cel-expression: |
1111
event == "push"
1212
&& target_branch == "rhoai-2.21"
13-
&& ( !".tekton/**".pathChanged() || ".tekton/odh-workbench-jupyter-tensorflow-cuda-py311-ubi9-n-v2-21-push.yaml".pathChanged() )
14-
&& ( "jupyter/tensorflow/ubi9-python-3.11/**".pathChanged() || "cuda/**".pathChanged
13+
&& ( (!".tekton/**".pathChanged() || ".tekton/odh-workbench-jupyter-tensorflow-cuda-py311-ubi9-n-v2-21-push.yaml".pathChanged()) ||
14+
("jupyter/tensorflow/ubi9-python-3.11/**".pathChanged() || "cuda/**".pathChanged
1515
|| "jupyter/utils/**".pathChanged() || "jupyter/minimal/ubi9-python-3.11/start-notebook.sh".pathChanged()
1616
|| "jupyter/datascience/ubi9-python-3.11/mongodb-org-6.0.repo-x86_64/**".pathChanged()
1717
|| "jupyter/datascience/ubi9-python-3.11/mssql-2022.repo-x86_64/**".pathChanged()
18-
|| "jupyter/datascience/ubi9-python-3.11/setup-elyra.sh".pathChanged()
18+
|| "jupyter/datascience/ubi9-python-3.11/setup-elyra.sh".pathChanged())
1919
)
2020
&& !"manifests/base/params-latest.env".pathChanged()
2121
creationTimestamp: null

.tekton/odh-workbench-jupyter-tensorflow-rocm-py311-ubi9-n-v2-21-push.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ metadata:
1010
pipelinesascode.tekton.dev/on-cel-expression: |
1111
event == "push"
1212
&& target_branch == "rhoai-2.21"
13-
&& ( !".tekton/**".pathChanged() || ".tekton/odh-workbench-jupyter-tensorflow-rocm-py311-ubi9-n-v2-21-push.yaml".pathChanged() )
14-
&& ( "jupyter/rocm/tensorflow/ubi9-python-3.11/**".pathChanged()
13+
&& ( (!".tekton/**".pathChanged() || ".tekton/odh-workbench-jupyter-tensorflow-rocm-py311-ubi9-n-v2-21-push.yaml".pathChanged()) ||
14+
("jupyter/rocm/tensorflow/ubi9-python-3.11/**".pathChanged()
1515
|| "jupyter/utils/**".pathChanged() || "jupyter/minimal/ubi9-python-3.11/start-notebook.sh".pathChanged()
1616
|| "jupyter/datascience/ubi9-python-3.11/mongodb-org-6.0.repo-x86_64/**".pathChanged()
1717
|| "jupyter/datascience/ubi9-python-3.11/mssql-2022.repo-x86_64/**".pathChanged()
18-
|| "jupyter/datascience/ubi9-python-3.11/setup-elyra.sh".pathChanged()
18+
|| "jupyter/datascience/ubi9-python-3.11/setup-elyra.sh".pathChanged())
1919
)
2020
&& !"manifests/base/params-latest.env".pathChanged()
2121
creationTimestamp: null

0 commit comments

Comments
 (0)