Skip to content

Commit 0d347aa

Browse files
authored
Update config.yaml to new Prow version
1 parent 39a3b7f commit 0d347aa

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

.prow/config.yaml

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,33 @@
1-
prowjob_namespace: default
1+
prowjob_namespace: prow
22
pod_namespace: test-pods
33

4+
in_repo_config:
5+
enabled:
6+
"*": true
7+
48
plank:
59
job_url_prefix_config:
6-
"*": http://prow.feast.ai/view/gcs
7-
report_template: '[Full PR test history](https://prow.feast.ai/pr-history?org={{.Spec.Refs.Org}}&repo={{.Spec.Refs.Repo}}&pr={{with index .Spec.Refs.Pulls 0}}{{.Number}}{{end}})'
10+
# TODO: Remove the gcs suffix once https://github.com/kubernetes/test-infra/pull/17779 is in
11+
"*": https://prow.feast.dev/view/gcs
812
pod_pending_timeout: 60m
13+
report_templates:
14+
'*': >-
15+
[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}}).
16+
[Your PR dashboard](https://prow.feast.dev/pr?query=is:pr+state:open+author:{{with
17+
index .Spec.Refs.Pulls 0}}{{.Author}}{{end}}).
918
default_decoration_configs:
1019
"*":
1120
timeout: 1h
1221
grace_period: 15s
13-
utility_images:
14-
clonerefs: gcr.io/k8s-prow/clonerefs:v20190221-d14461a
15-
initupload: gcr.io/k8s-prow/initupload:v20190221-d14461a
16-
entrypoint: gcr.io/k8s-prow/entrypoint:v20190221-d14461a
17-
sidecar: gcr.io/k8s-prow/sidecar:v20190221-d14461a
1822
gcs_configuration:
19-
bucket: feast-templocation-kf-feast
23+
bucket: gs://feast-prow-artifacts
2024
path_strategy: explicit
21-
gcs_credentials_secret: prow-service-account
25+
gcs_credentials_secret: gcs-credentials
26+
utility_images:
27+
clonerefs: gcr.io/k8s-prow/clonerefs:v20201112-00537d1bb4
28+
entrypoint: gcr.io/k8s-prow/entrypoint:v20201112-00537d1bb4
29+
initupload: gcr.io/k8s-prow/initupload:v20201112-00537d1bb4
30+
sidecar: gcr.io/k8s-prow/sidecar:v20201112-00537d1bb4
2231

2332
deck:
2433
tide_update_period: 1s

0 commit comments

Comments
 (0)