-
Notifications
You must be signed in to change notification settings - Fork 103
Expand file tree
/
Copy pathmanaged-upgrade-operator-e2e-push.yaml
More file actions
50 lines (50 loc) · 1.64 KB
/
managed-upgrade-operator-e2e-push.yaml
File metadata and controls
50 lines (50 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
apiVersion: tekton.dev/v1
kind: PipelineRun
metadata:
annotations:
build.appstudio.openshift.io/repo: https://github.com/openshift/managed-upgrade-operator?rev={{revision}}
build.appstudio.redhat.com/commit_sha: '{{revision}}'
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/cancel-in-progress: 'false'
pipelinesascode.tekton.dev/max-keep-runs: '3'
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "master"
creationTimestamp: null
labels:
appstudio.openshift.io/application: managed-upgrade-operator
appstudio.openshift.io/component: managed-upgrade-operator-e2e
pipelines.appstudio.openshift.io/type: build
name: managed-upgrade-operator-e2e-on-push
namespace: managed-upgrade-operator-tenant
spec:
params:
- name: git-url
value: '{{source_url}}'
- name: revision
value: '{{revision}}'
- name: output-image
value: quay.io/redhat-user-workloads/managed-upgrade-operator-tenant/openshift/managed-upgrade-operator-e2e:{{revision}}
- name: dockerfile
value: test/e2e/Dockerfile
- name: path-context
value: .
workspaces:
- name: git-auth
optional: true
- name: netrc
optional: true
taskRunTemplate:
serviceAccountName: build-pipeline-managed-upgrade-operator-e2e
workspaces:
- name: git-auth
secret:
secretName: '{{ git_auth_secret }}'
pipelineRef:
resolver: git
params:
- name: url
value: https://github.com/openshift/boilerplate
- name: revision
value: master
- name: pathInRepo
value: pipelines/docker-build-oci-ta/pipeline.yaml
status: {}