Skip to content

Commit 1aa6903

Browse files
sync pipelineruns with konflux-central - 352b4da
1 parent 8517ae1 commit 1aa6903

File tree

30 files changed

+1
-38
lines changed

30 files changed

+1
-38
lines changed

.tekton/odh-pipeline-runtime-datascience-cpu-py311-v2-24-push.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,8 @@ metadata:
1212
pipelinesascode.tekton.dev/on-cel-expression: |
1313
event == "push"
1414
&& target_branch == "rhoai-2.24"
15-
&& !("manifests/base/params-latest.env".pathChanged())
1615
&& ( "runtimes/datascience/ubi9-python-3.11/**".pathChanged() ||
1716
".tekton/odh-pipeline-runtime-datascience-cpu-py311-v2-24-push.yaml".pathChanged() )
18-
19-
creationTimestamp: null
2017
labels:
2118
appstudio.openshift.io/application: rhoai-v2-24
2219
appstudio.openshift.io/component: odh-pipeline-runtime-datascience-cpu-py311-v2-24

.tekton/odh-pipeline-runtime-datascience-cpu-py312-v2-24-push.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,8 @@ metadata:
1212
pipelinesascode.tekton.dev/on-cel-expression: |
1313
event == "push"
1414
&& target_branch == "rhoai-2.24"
15-
&& !("manifests/base/params-latest.env".pathChanged())
1615
&& ( "runtimes/datascience/ubi9-python-3.12/**".pathChanged() ||
1716
".tekton/odh-pipeline-runtime-datascience-cpu-py312-v2-24-push.yaml".pathChanged() )
18-
19-
creationTimestamp: null
2017
labels:
2118
appstudio.openshift.io/application: rhoai-v2-24
2219
appstudio.openshift.io/component: odh-pipeline-runtime-datascience-cpu-py312-v2-24

.tekton/odh-pipeline-runtime-minimal-cpu-py311-v2-24-push.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ metadata:
1212
pipelinesascode.tekton.dev/on-cel-expression: |
1313
event == "push"
1414
&& target_branch == "rhoai-2.24"
15-
&& !("manifests/base/params-latest.env".pathChanged())
1615
&& ( "runtimes/minimal/ubi9-python-3.11/**".pathChanged() ||
1716
".tekton/odh-pipeline-runtime-minimal-cpu-py311-v2-24-push.yaml".pathChanged() )
18-
creationTimestamp: null
1917
labels:
2018
appstudio.openshift.io/application: rhoai-v2-24
2119
appstudio.openshift.io/component: odh-pipeline-runtime-minimal-cpu-py311-v2-24

.tekton/odh-pipeline-runtime-minimal-cpu-py312-v2-24-push.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ metadata:
1212
pipelinesascode.tekton.dev/on-cel-expression: |
1313
event == "push"
1414
&& target_branch == "rhoai-2.24"
15-
&& !("manifests/base/params-latest.env".pathChanged())
1615
&& ( "runtimes/minimal/ubi9-python-3.12/**".pathChanged() ||
1716
".tekton/odh-pipeline-runtime-minimal-cpu-py312-v2-24-push.yaml".pathChanged() )
18-
creationTimestamp: null
1917
labels:
2018
appstudio.openshift.io/application: rhoai-v2-24
2119
appstudio.openshift.io/component: odh-pipeline-runtime-minimal-cpu-py312-v2-24

.tekton/odh-pipeline-runtime-pytorch-cuda-py311-v2-24-push.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ metadata:
1212
pipelinesascode.tekton.dev/on-cel-expression: |
1313
event == "push"
1414
&& target_branch == "rhoai-2.24"
15-
&& !("manifests/base/params-latest.env".pathChanged())
1615
&& ( ".tekton/odh-pipeline-runtime-pytorch-cuda-py311-v2-24-push.yaml".pathChanged() ||
1716
"runtimes/pytorch/ubi9-python-3.11/**".pathChanged() ||
1817
"cuda/**".pathChanged() )

.tekton/odh-pipeline-runtime-pytorch-cuda-py312-v2-24-push.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
apiVersion: tekton.dev/v1
22
kind: PipelineRun
3-
# retrigger Konflux builds to fix https://issues.redhat.com/browse/RHOAIENG-31914
43
metadata:
54
annotations:
65
build.appstudio.openshift.io/repo: https://github.com/red-hat-data-services/notebooks?rev={{revision}}
@@ -12,7 +11,6 @@ metadata:
1211
pipelinesascode.tekton.dev/on-cel-expression: |
1312
event == "push"
1413
&& target_branch == "rhoai-2.24"
15-
&& !("manifests/base/params-latest.env".pathChanged())
1614
&& ( ".tekton/odh-pipeline-runtime-pytorch-cuda-py312-v2-24-push.yaml".pathChanged() ||
1715
"runtimes/pytorch/ubi9-python-3.12/**".pathChanged() ||
1816
"cuda/**".pathChanged() )

.tekton/odh-pipeline-runtime-pytorch-rocm-py311-v2-24-push.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ metadata:
1212
pipelinesascode.tekton.dev/on-cel-expression: |
1313
event == "push"
1414
&& target_branch == "rhoai-2.24"
15-
&& !("manifests/base/params-latest.env".pathChanged())
1615
&& (".tekton/odh-pipeline-runtime-pytorch-rocm-py311-v2-24-push.yaml".pathChanged() ||
1716
"runtimes/rocm-pytorch/ubi9-python-3.11/**".pathChanged() )
1817
labels:

.tekton/odh-pipeline-runtime-pytorch-rocm-py312-v2-24-push.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ metadata:
1212
pipelinesascode.tekton.dev/on-cel-expression: |
1313
event == "push"
1414
&& target_branch == "rhoai-2.24"
15-
&& !("manifests/base/params-latest.env".pathChanged())
1615
&& (".tekton/odh-pipeline-runtime-pytorch-rocm-py312-v2-24-push.yaml".pathChanged() ||
1716
"runtimes/rocm-pytorch/ubi9-python-3.12/**".pathChanged() )
1817
labels:

.tekton/odh-pipeline-runtime-tensorflow-cuda-py311-v2-24-push.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ metadata:
1212
pipelinesascode.tekton.dev/on-cel-expression: |
1313
event == "push"
1414
&& target_branch == "rhoai-2.24"
15-
&& !("manifests/base/params-latest.env".pathChanged())
1615
&& (".tekton/odh-pipeline-runtime-tensorflow-cuda-py311-v2-24-push.yaml".pathChanged() ||
1716
"runtimes/tensorflow/ubi9-python-3.11/**".pathChanged() ||
1817
"cuda/**".pathChanged() )

.tekton/odh-pipeline-runtime-tensorflow-cuda-py312-v2-24-push.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ metadata:
1212
pipelinesascode.tekton.dev/on-cel-expression: |
1313
event == "push"
1414
&& target_branch == "rhoai-2.24"
15-
&& !("manifests/base/params-latest.env".pathChanged())
1615
&& (".tekton/odh-pipeline-runtime-tensorflow-cuda-py312-v2-24-push.yaml".pathChanged() ||
1716
"runtimes/tensorflow/ubi9-python-3.12/**".pathChanged() ||
1817
"cuda/**".pathChanged() )

0 commit comments

Comments
 (0)