Skip to content

Commit 1e170c7

Browse files
committed
try new pipeline
1 parent c41ad6c commit 1e170c7

File tree

3 files changed

+797
-134
lines changed

3 files changed

+797
-134
lines changed

pipelines/e2e-pr.yaml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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

0 commit comments

Comments
 (0)