File tree Expand file tree Collapse file tree 3 files changed +797
-134
lines changed
Expand file tree Collapse file tree 3 files changed +797
-134
lines changed Original file line number Diff line number Diff line change 1+ apiVersion : tekton.dev/v1
2+ kind : PipelineRun
3+ metadata :
4+ name : konflux-build-e2e-pr
5+ annotations :
6+ pipelinesascode.tekton.dev/pipeline : " pipelines/konflux-build-and-e2e.yaml"
7+ labels :
8+ appstudio.openshift.io/application : openshift-builds
9+ # appstudio.openshift.io/component: openshift-builds-operator-bundle-test
10+ # pipelines.appstudio.openshift.io/type: build
11+ namespace : rh-openshift-builds-tenant
12+ spec :
13+ pipelineRef :
14+ params :
15+ - name : url
16+ value : https://github.com/avinal/builds-release.git
17+ - name : revision
18+ value : avinal/e2e-config
19+ - name : pathInRepo
20+ value : /pipelines/konflux-build-and-e2e.yaml
21+ resolver : git
22+ serviceAccountName : build-pipeline-openshift-builds-operator
23+ # workspaces:
24+ # - name: git-auth
25+ # secret:
26+ # secretName: git-auth-secret
27+ # - name: netrc
28+ # emptyDir: {}
29+ # params:
30+ # - name: git-url
31+ # value: "https://github.com/hasanawad94/operator.git" # add other required params here...
32+ # taskRunSpecs:
33+ # - serviceAccountName: build-pipeline-openshift-builds-operator
34+ # pipelineTaskName: patch-csv
You can’t perform that action at this time.
0 commit comments