forked from rh-ecosystem-edge/recert
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrecert-4-18-push.yaml
More file actions
81 lines (81 loc) · 2.72 KB
/
recert-4-18-push.yaml
File metadata and controls
81 lines (81 loc) · 2.72 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
---
apiVersion: tekton.dev/v1
kind: PipelineRun
metadata:
annotations:
build.appstudio.openshift.io/nudge_renovate_config_map: namespace-wide-nudging-renovate-config
build.appstudio.openshift.io/repo: https://github.com/rh-ecosystem-edge/recert?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 == "push" &&
target_branch == "release-4.18" &&
(
'.konflux/Dockerfile'.pathChanged() ||
'.konflux/lock-build/***'.pathChanged() ||
'.konflux/lock-runtime/***'.pathChanged() ||
'.tekton/build-pipeline.yaml'.pathChanged() ||
'.tekton/recert-4-18-push.yaml'.pathChanged() ||
'build.rs'.pathChanged() ||
'Cargo.lock'.pathChanged() ||
'Cargo.toml'.pathChanged() ||
'etcddump'.pathChanged() ||
'etcddump/***'.pathChanged() ||
'hack/***'.pathChanged() ||
'ouger'.pathChanged() ||
'ouger/***'.pathChanged() ||
'ownership.sh'.pathChanged() ||
'reproto'.pathChanged() ||
'run_seed'.pathChanged() ||
'src/***'.pathChanged() ||
'telco5g-konflux'.pathChanged() ||
'telco5g-konflux/***'.pathChanged() ||
'vendor.sh'.pathChanged() ||
'vendor/***'.pathChanged()
)
creationTimestamp: null
labels:
appstudio.openshift.io/application: lifecycle-agent-4-18
appstudio.openshift.io/component: recert-4-18
pipelines.appstudio.openshift.io/type: build
name: recert-4-18-on-push
namespace: telco-5g-tenant
spec:
params:
- name: git-url
value: '{{source_url}}'
- name: revision
value: '{{revision}}'
- name: output-image
value: quay.io/redhat-user-workloads/telco-5g-tenant/recert-4-18:{{revision}}
- name: build-platforms
value:
- linux/x86_64
- name: dockerfile
value: .konflux/Dockerfile
- name: hermetic
value: "true"
- name: prefetch-input
value: '[{"type": "rpm", "path": ".konflux/lock-build"}, {"type": "rpm", "path": ".konflux/lock-runtime"}]'
- name: dev-package-managers
value: true
- name: build-source-image
value: "true"
- name: skip-sast-coverity
value: "true"
- name: additional-tags
value: ["latest"]
- name: additional-labels
value:
- name=openshift4/recert-rhel9
pipelineRef:
name: build-pipeline
taskRunTemplate:
serviceAccountName: build-pipeline-recert-4-18
workspaces:
- name: git-auth
secret:
secretName: '{{ git_auth_secret }}'
status: {}