File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : tekton.dev/v1
2
2
kind : PipelineRun
3
- # test2
3
+ # retrigger Konflux builds to fix https://issues.redhat.com/browse/RHOAIENG-31914
4
4
metadata :
5
5
annotations :
6
6
build.appstudio.openshift.io/repo : https://github.com/red-hat-data-services/openvino_model_server?rev={{revision}}
@@ -11,7 +11,7 @@ metadata:
11
11
build.appstudio.openshift.io/build-nudge-files : " config/base/params-cuda.env"
12
12
pipelinesascode.tekton.dev/on-cel-expression : event == "push" && target_branch
13
13
== "rhoai-2.24"
14
- && ( !".tekton/**".pathChanged() || ".tekton/openvino-model-server-v2-24-push.yaml".pathChanged() )
14
+ && ( !".tekton/**".pathChanged() || ".tekton/openvino-model-server-v2-24-push.yaml".pathChanged() )
15
15
creationTimestamp : null
16
16
labels :
17
17
appstudio.openshift.io/application : external-rhoai-v2-24
You can’t perform that action at this time.
0 commit comments