forked from netobserv/netobserv-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfbc-v4-18-pull-request.yaml
More file actions
58 lines (58 loc) · 1.89 KB
/
fbc-v4-18-pull-request.yaml
File metadata and controls
58 lines (58 loc) · 1.89 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
51
52
53
54
55
56
57
58
apiVersion: tekton.dev/v1
kind: PipelineRun
metadata:
annotations:
build.appstudio.openshift.io/repo: https://github.com/netobserv/network-observability-operator?rev={{revision}}
build.appstudio.redhat.com/commit_sha: '{{revision}}'
build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}'
build.appstudio.redhat.com/target_branch: '{{target_branch}}'
pipelinesascode.tekton.dev/max-keep-runs: "3"
pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch
== "main" &&
(".tekton/***".pathChanged() ||
"catalog.Dockerfile.downstream".pathChanged() ||
"catalog/***".pathChanged() ||
"hack/update-build.sh".pathChanged() ||
"hack/patch_catalog.py".pathChanged() ||
"hack/patch_csv.py".pathChanged())
creationTimestamp: null
labels:
appstudio.openshift.io/application: fbc-v4-18
appstudio.openshift.io/component: fbc-v4-18
pipelines.appstudio.openshift.io/type: build
name: fbc-v4-18-on-pull-request
namespace: ocp-network-observab-tenant
spec:
params:
- name: git-url
value: '{{source_url}}'
- name: revision
value: '{{revision}}'
- name: output-image
value: quay.io/redhat-user-workloads/ocp-network-observab-tenant/fbc-v4-18:on-pr-{{revision}}
- name: image-expires-after
value: 5d
- name: dockerfile
value: catalog.Dockerfile.downstream
- name: opm-image
value: brew.registry.redhat.io/rh-osbs/openshift-ose-operator-registry-rhel9:v4.18
- name: build-platforms
value: ["linux/x86_64"]
pipelineRef:
name: build-fbc-pipeline
workspaces:
- name: workspace
volumeClaimTemplate:
metadata:
creationTimestamp: null
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi
status: {}
- name: git-auth
secret:
secretName: '{{ git_auth_secret }}'
status: {}