forked from kubernetes/k8s.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathautobump-config.yaml
38 lines (38 loc) · 1.35 KB
/
autobump-config.yaml
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
---
gitHubLogin: "k8s-infra-ci-robot"
gitHubToken: "/etc/github-token/token"
gitName: "Kubernetes Prow Robot"
gitEmail: "[email protected]"
skipPullRequest: false
gitHubOrg: "kubernetes"
gitHubRepo: "k8s.io"
remoteName: "k8s.io"
upstreamURLBase: "https://raw.githubusercontent.com/kubernetes/k8s.io/main"
includedConfigPaths:
- "apps/prow/cluster"
- "infra/gcp/terraform/k8s-infra-prow-build/prow-build/resources"
- "infra/gcp/terraform/k8s-infra-prow-build-trusted/prow-build-trusted/resources"
excludedConfigPaths:
- "k8s.gcr.io"
extraFiles:
- "hack/verify-yamllint.sh"
- "apps/prow/config.yaml"
targetVersion: "latest"
prefixes:
- name: "boskos"
prefix: "gcr.io/k8s-staging-boskos/"
refConfigFile: "infra/gcp/terraform/k8s-infra-prow-build/prow-build/resources/boskos.yaml"
repo: "https://github.com/kubernetes-sigs/boskos"
summarise: false
consistentImages: true
- name: "ghproxy"
prefix: "gcr.io/k8s-prow/ghproxy"
refConfigFile: "infra/gcp/terraform/k8s-infra-prow-build-trusted/prow-build-trusted/resources/ghproxy-deployment.yaml"
repo: "https://github.com/kubernetes/test-infra"
summarise: false
- name: "prow"
prefix: "gcr.io/k8s-prow/"
refConfigFile: "apps/prow/cluster/deck_deployment.yaml"
repo: "https://github.com/kubernetes/test-infra"
summarise: false
consistentImages: true