Skip to content

Commit 244f87f

Browse files
sync pipelineruns with konflux-central - 409cbcc
1 parent 04af841 commit 244f87f

16 files changed

+78
-77
lines changed

.tekton/odh-pipeline-runtime-datascience-cpu-py311-ubi9-n-v2-21-push.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ metadata:
1111
pipelinesascode.tekton.dev/on-cel-expression: |
1212
event == "push"
1313
&& target_branch == "rhoai-2.21"
14+
&& !("manifests/base/params-latest.env".pathChanged())
1415
&& ( "runtimes/datascience/ubi9-python-3.11/**".pathChanged() ||
1516
".tekton/odh-pipeline-runtime-datascience-cpu-py311-ubi9-n-v2-21-push.yaml".pathChanged() )
16-
&& !("manifests/base/params-latest.env".pathChanged())
17+
1718
creationTimestamp: null
1819
labels:
1920
appstudio.openshift.io/application: external-rhoai-v2-21

.tekton/odh-pipeline-runtime-minimal-cpu-py311-ubi9-n-v2-21-push.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ metadata:
1111
pipelinesascode.tekton.dev/on-cel-expression: |
1212
event == "push"
1313
&& target_branch == "rhoai-2.21"
14-
&& ( (!".tekton/**".pathChanged()
15-
|| ".tekton/odh-pipeline-runtime-minimal-cpu-py311-ubi9-n-v2-21-push.yaml".pathChanged())
16-
|| ("runtimes/minimal/ubi9-python-3.11/**".pathChanged() )
17-
&& !"manifests/base/params-latest.env".pathChanged()
14+
&& !("manifests/base/params-latest.env".pathChanged())
15+
&& ( "runtimes/minimal/ubi9-python-3.11/**".pathChanged() ||
16+
".tekton/odh-pipeline-runtime-minimal-cpu-py311-ubi9-n-v2-21-push.yaml".pathChanged() )
1817
creationTimestamp: null
1918
labels:
2019
appstudio.openshift.io/application: external-rhoai-v2-21

.tekton/odh-pipeline-runtime-pytorch-cuda-py311-ubi9-n-v2-21-push.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ metadata:
1111
pipelinesascode.tekton.dev/on-cel-expression: |
1212
event == "push"
1313
&& target_branch == "rhoai-2.21"
14-
&& ( (!".tekton/**".pathChanged()
15-
|| ".tekton/odh-pipeline-runtime-pytorch-cuda-py311-ubi9-n-v2-21-push.yaml".pathChanged())
16-
|| "runtimes/pytorch/ubi9-python-3.11/**".pathChanged()
17-
|| "cuda/**".pathChanged() )
18-
&& !"manifests/base/params-latest.env".pathChanged()
14+
&& !("manifests/base/params-latest.env".pathChanged())
15+
&& ( ".tekton/odh-pipeline-runtime-pytorch-cuda-py311-ubi9-n-v2-21-push.yaml".pathChanged() ||
16+
"runtimes/pytorch/ubi9-python-3.11/**".pathChanged() ||
17+
"cuda/**".pathChanged() )
1918
creationTimestamp: null
2019
labels:
2120
appstudio.openshift.io/application: external-rhoai-v2-21

.tekton/odh-pipeline-runtime-pytorch-rocm-py311-ubi9-n-v2-21-push.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ metadata:
1111
pipelinesascode.tekton.dev/on-cel-expression: |
1212
event == "push"
1313
&& target_branch == "rhoai-2.21"
14-
&& ( (!".tekton/**".pathChanged()
15-
|| ".tekton/odh-pipeline-runtime-pytorch-rocm-py311-ubi9-n-v2-21-push.yaml".pathChanged())
16-
|| "runtimes/rocm-pytorch/ubi9-python-3.11/**".pathChanged() )
17-
&& !"manifests/base/params-latest.env".pathChanged()
14+
&& !("manifests/base/params-latest.env".pathChanged())
15+
&& (".tekton/odh-pipeline-runtime-pytorch-rocm-py311-ubi9-n-v2-21-push.yaml".pathChanged() ||
16+
"runtimes/rocm-pytorch/ubi9-python-3.11/**".pathChanged() )
1817
creationTimestamp: null
1918
labels:
2019
appstudio.openshift.io/application: external-rhoai-v2-21

.tekton/odh-pipeline-runtime-tensorflow-cuda-py311-ubi9-n-v2-21-push.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ metadata:
1111
pipelinesascode.tekton.dev/on-cel-expression: |
1212
event == "push"
1313
&& target_branch == "rhoai-2.21"
14-
&& ( (!".tekton/**".pathChanged()
15-
|| ".tekton/odh-pipeline-runtime-tensorflow-cuda-py311-ubi9-n-v2-21-push.yaml".pathChanged())
16-
|| "runtimes/tensorflow/ubi9-python-3.11/**".pathChanged()
17-
|| "cuda/**".pathChanged() )
18-
&& !"manifests/base/params-latest.env".pathChanged()
14+
&& !("manifests/base/params-latest.env".pathChanged())
15+
&& (".tekton/odh-pipeline-runtime-tensorflow-cuda-py311-ubi9-n-v2-21-push.yaml".pathChanged() ||
16+
"runtimes/tensorflow/ubi9-python-3.11/**".pathChanged() ||
17+
"cuda/**".pathChanged() )
1918
creationTimestamp: null
2019
labels:
2120
appstudio.openshift.io/application: external-rhoai-v2-21

.tekton/odh-pipeline-runtime-tensorflow-rocm-py311-ubi9-n-v2-21-push.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ metadata:
1111
pipelinesascode.tekton.dev/on-cel-expression: |
1212
event == "push"
1313
&& target_branch == "rhoai-2.21"
14-
&& ( (!".tekton/**".pathChanged()
15-
|| ".tekton/odh-pipeline-runtime-tensorflow-rocm-py311-ubi9-n-v2-21-push.yaml".pathChanged())
16-
|| "runtimes/rocm-tensorflow/ubi9-python-3.11/**".pathChanged() )
17-
&& !"manifests/base/params-latest.env".pathChanged()
14+
&& !("manifests/base/params-latest.env".pathChanged())
15+
&& ( ".tekton/odh-pipeline-runtime-tensorflow-rocm-py311-ubi9-n-v2-21-push.yaml".pathChanged() ||
16+
"runtimes/rocm-tensorflow/ubi9-python-3.11/**".pathChanged() )
1817
creationTimestamp: null
1918
labels:
2019
appstudio.openshift.io/application: external-rhoai-v2-21

.tekton/odh-workbench-codeserver-datascience-cpu-py311-ubi9-n-v2-21-push.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ metadata:
1111
pipelinesascode.tekton.dev/on-cel-expression: |
1212
event == "push"
1313
&& target_branch == "rhoai-2.21"
14-
&& ( (!".tekton/**".pathChanged() || ".tekton/odh-workbench-codeserver-datascience-cpu-py311-ubi9-n-v2-21-push.yaml".pathChanged()) ||
15-
"codeserver/ubi9-python-3.11/**".pathChanged() )
16-
&& !"manifests/base/params-latest.env".pathChanged()
14+
&& !("manifests/base/params-latest.env".pathChanged())
15+
&& ( ".tekton/odh-workbench-codeserver-datascience-cpu-py311-ubi9-n-v2-21-push.yaml".pathChanged() ||
16+
"codeserver/ubi9-python-3.11/**".pathChanged() )
1717
creationTimestamp: null
1818
labels:
1919
appstudio.openshift.io/application: external-rhoai-v2-21

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ metadata:
1010
pipelinesascode.tekton.dev/on-cel-expression: |
1111
event == "push"
1212
&& target_branch == "rhoai-2.21"
13-
&& ( (!".tekton/**".pathChanged() || ".tekton/odh-workbench-jupyter-datascience-cpu-py311-ubi9-n-v2-21-push.yaml".pathChanged()) ||
14-
("jupyter/utils/**".pathChanged() || "jupyter/minimal/ubi9-python-3.11/**".pathChanged() || "jupyter/minimal/ubi9-python-3.11/start-notebook.sh".pathChanged()) )
15-
&& !"manifests/base/params-latest.env".pathChanged()
13+
&& !("manifests/base/params-latest.env".pathChanged())
14+
&& ( ".tekton/odh-workbench-jupyter-datascience-cpu-py311-ubi9-n-v2-21-push.yaml".pathChanged() ||
15+
"jupyter/utils/**".pathChanged() ||
16+
"jupyter/minimal/ubi9-python-3.11/**".pathChanged() ||
17+
"jupyter/minimal/ubi9-python-3.11/start-notebook.sh".pathChanged() )
1618
creationTimestamp: null
1719
labels:
1820
appstudio.openshift.io/application: external-rhoai-v2-21

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ 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()) )
15-
&& !"manifests/base/params-latest.env".pathChanged()
13+
&& !("manifests/base/params-latest.env".pathChanged())
14+
&& ( ".tekton/odh-workbench-jupyter-minimal-cpu-py311-ubi9-n-v2-21-push.yaml".pathChanged() ||
15+
"jupyter/utils/**".pathChanged() ||
16+
"jupyter/minimal/ubi9-python-3.11/**".pathChanged() )
1617
creationTimestamp: null
1718
labels:
1819
appstudio.openshift.io/application: external-rhoai-v2-21

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ 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()) )
15-
&& !"manifests/base/params-latest.env".pathChanged()
13+
&& !("manifests/base/params-latest.env".pathChanged())
14+
&& ( ".tekton/odh-workbench-jupyter-minimal-cuda-py311-ubi9-n-v2-21-push.yaml".pathChanged() ||
15+
"jupyter/utils/**".pathChanged() ||
16+
"jupyter/minimal/ubi9-python-3.11/**".pathChanged() ||
17+
"cuda/**".pathChanged() )
1618
creationTimestamp: null
1719
labels:
1820
appstudio.openshift.io/application: external-rhoai-v2-21

0 commit comments

Comments
 (0)