@@ -13,8 +13,13 @@ metadata:
1313 pipelinesascode.tekton.dev/max-keep-runs : ' 3'
1414 pipelinesascode.tekton.dev/on-comment : ^/kfbuild\s+(all|odh\-workbench\-codeserver\-datascience\-cpu\-py312\-ubi9|codeserver/ubi9\-python\-3\.12)
1515 pipelinesascode.tekton.dev/on-cel-expression : |
16- event == "pull_request" && target_branch == "main" && !("manifests/base/params-latest.env".pathChanged()) && ( ".tekton/odh-workbench-codeserver-datascience-cpu-py312-ubi9-pull-request.yaml".pathChanged() || "codeserver/ubi9-python-3.12/**".pathChanged() || "codeserver/ubi9-python-3.12/build-args/cpu.conf".pathChanged() )
17- && body.repository.full_name == "opendatahub-io/notebooks"
16+ event == "pull_request" && target_branch == "main" &&
17+ !("manifests/base/params-latest.env".pathChanged()) &&
18+ (
19+ ".tekton/odh-workbench-codeserver-datascience-cpu-py312-ubi9-pull-request.yaml".pathChanged() ||
20+ "codeserver/ubi9-python-3.12/**".pathChanged() ||
21+ "codeserver/ubi9-python-3.12/build-args/cpu.conf".pathChanged()
22+ ) && body.repository.full_name == "opendatahub-io/notebooks"
1823 labels :
1924 appstudio.openshift.io/application : opendatahub-release
2025 appstudio.openshift.io/component : odh-workbench-codeserver-datascience-cpu-py312-ubi9
4550 value : .
4651 - name : build-args-file
4752 value : codeserver/ubi9-python-3.12/build-args/cpu.conf
53+ - name : prefetch-input
54+ value :
55+ - path : codeserver/ubi9-python-3.12/prefetch-input
56+ type : rpm
57+ - path : codeserver/ubi9-python-3.12/prefetch-input
58+ type : generic
59+ - path : codeserver/ubi9-python-3.12/prefetch-input/code-server
60+ type : npm
61+ - path : codeserver/ubi9-python-3.12/prefetch-input/code-server/lib/vscode
62+ type : npm
63+ - path : codeserver/ubi9-python-3.12/patches/code-server/test
64+ type : npm
65+ - patch : codeserver/ubi9-python-3.12/prefetch-input/code-server/test/e2e/extensions/test-extension
66+ type : npm
4867 pipelineRef :
4968 name : multiarch-pull-request-pipeline
5069 taskRunTemplate :
0 commit comments