-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathconfig.yaml
More file actions
71 lines (66 loc) · 1.84 KB
/
config.yaml
File metadata and controls
71 lines (66 loc) · 1.84 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
prowjob_namespace: prow
pod_namespace: test-pods
in_repo_config:
enabled:
"*": true
plank:
job_url_prefix_config:
"*": https://prow.feast.dev/view/gcs
pod_pending_timeout: 60m
report_templates:
'*': >-
[Full PR test history](https://prow.feast.dev/pr-history?org={{.Spec.Refs.Org}}&repo={{.Spec.Refs.Repo}}&pr={{with index .Spec.Refs.Pulls 0}}{{.Number}}{{end}}).
[Your PR dashboard](https://prow.feast.dev/pr?query=is:pr+state:open+author:{{with
index .Spec.Refs.Pulls 0}}{{.Author}}{{end}}).
default_decoration_configs:
"*":
timeout: 1h
grace_period: 15s
gcs_configuration:
bucket: gs://feast-prow-artifacts
path_strategy: explicit
gcs_credentials_secret: gcs-credentials
utility_images:
clonerefs: gcr.io/k8s-prow/clonerefs:v20201112-00537d1bb4
entrypoint: gcr.io/k8s-prow/entrypoint:v20201112-00537d1bb4
initupload: gcr.io/k8s-prow/initupload:v20201112-00537d1bb4
sidecar: gcr.io/k8s-prow/sidecar:v20201112-00537d1bb4
deck:
tide_update_period: 1s
spyglass:
size_limit: 10e+6 # 10MB
lenses:
- lens:
name: metadata
required_files:
- started.json|finished.json
- lens:
name: buildlog
required_files:
- build-log.txt
- lens:
name: junit
required_files:
- artifacts/.*\.xml
tide:
queries:
- repos:
- feast-dev/feast
- feast-dev/feast-spark
labels:
- lgtm
- approved
missingLabels:
- do-not-merge
- do-not-merge/hold
- do-not-merge/invalid-owners-file
- do-not-merge/work-in-progress
- needs-rebase
merge_method:
feast-dev/feast: squash
feast-dev/feast-spark: squash
merge_commit_template:
feast-dev/feast:
title: '{{.Title}} (#{{.Number}})'
blocker_label: merge-blocker
squash_label: tide/squash