@@ -7,8 +7,12 @@ metadata:
77 build.appstudio.redhat.com/pull_request_number : ' {{pull_request_number}}'
88 build.appstudio.redhat.com/target_branch : ' {{target_branch}}'
99 pipelinesascode.tekton.dev/max-keep-runs : " 3"
10- pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch == "develop" &&
11- ( "Dockerfile.rh".pathChanged() || ".tekton/tuf-tool-pull-request.yaml".pathChanged() || "deny.toml".pathChanged() || "Cargo.toml".pathChanged() || "Cargo.lock".pathChanged() || "tough/***".pathChanged() || "tuftool/***".pathChanged() || "Makefile".pathChanged() || "trigger-konflux-builds.txt".pathChanged() || "rpms.lock.yaml".pathChanged() )
10+ pipelinesascode.tekton.dev/on-cel-expression : event == "pull_request" && target_branch
11+ == "develop" && ( "Dockerfile.rh".pathChanged() || ".tekton/tuf-tool-pull-request.yaml".pathChanged()
12+ || "deny.toml".pathChanged() || "Cargo.toml".pathChanged() || "Cargo.lock".pathChanged()
13+ || "tough/***".pathChanged() || "tuftool/***".pathChanged() || "Makefile".pathChanged()
14+ || "trigger-konflux-builds.txt".pathChanged() || "rpms.lock.yaml".pathChanged()
15+ )
1216 creationTimestamp : null
1317 labels :
1418 appstudio.openshift.io/application : tough
@@ -34,18 +38,19 @@ spec:
3438 value : ' [{"type": "cargo", "path": "."}, {"type": "rpm", "path": "."}]'
3539 - name : hermetic
3640 value : " true"
37- - name : dev-package-managers
41+ - name : dev-package-managers
3842 value : " true"
3943 pipelineRef :
40- resolver : git
4144 params :
42- - name : url
43- value : ' https://github.com/securesign/pipelines.git'
44- - name : revision
45- value : ' main'
46- - name : pathInRepo
47- value : ' pipelines/docker-build-oci-ta.yaml'
48- taskRunTemplate : {}
45+ - name : url
46+ value : https://github.com/securesign/pipelines.git
47+ - name : revision
48+ value : main
49+ - name : pathInRepo
50+ value : pipelines/docker-build-oci-ta.yaml
51+ resolver : git
52+ taskRunTemplate :
53+ serviceAccountName : build-pipeline-tuf-tool
4954 workspaces :
5055 - name : git-auth
5156 secret :
0 commit comments