-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.yaml
More file actions
208 lines (196 loc) · 5.77 KB
/
Copy pathconfig.yaml
File metadata and controls
208 lines (196 loc) · 5.77 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
prowjob_namespace: default
pod_namespace: test-pods
log_level: debug
tide:
merge_method:
the-shadowmen/kubevirt.github.io: squash
the-shadowmen/kubevirt-tutorial: squash
the-shadowmen/kubevirtci: squash
queries:
- repos:
- the-shadowmen/kubevirt.github.io
- the-shadowmen/kubevirt-tutorial
- the-shadowmen/kubevirtci
labels:
- lgtm
- approved
missingLabels:
- do-not-merge
- do-not-merge/hold
- do-not-merge/work-in-progress
- do-not-merge/invalid-owners-file
- needs-ok-to-test
pr_status_base_url: http://kubevirt-prow-0.gce.sexylinux.net:30000/pr
context_options:
# Use branch protection options to define required and optional contexts
from-branch-protection: false
# Treat unknown contexts as optional
skip-unknown-contexts: true
sinker:
resync_period: 1m
max_prowjob_age: 48h
max_pod_age: 30m
plank:
job_url_template: 'http://kubevirt-prow-0.gce.sexylinux.net:30000/view/gcs/comm-prow-storage/{{if eq .Spec.Type "presubmit"}}pr-logs/pull{{else if eq .Spec.Type "batch"}}pr-logs/pull{{else}}logs{{end}}{{if .Spec.Refs}}{{if ne .Spec.Refs.Org ""}}/{{.Spec.Refs.Org}}_{{.Spec.Refs.Repo}}{{end}}{{end}}{{if eq .Spec.Type "presubmit"}}/{{with index .Spec.Refs.Pulls 0}}{{.Number}}{{end}}{{else if eq .Spec.Type "batch"}}/batch{{end}}/{{.Spec.Job}}/{{.Status.BuildID}}/'
job_url_prefix: "http://kubevirt-prow-0.gce.sexylinux.net:30000/view/gcs/"
pod_pending_timeout: 60m
allow_cancellations: true
default_decoration_config:
timeout: 2h
grace_period: 15s
utility_images:
clonerefs: "gcr.io/k8s-prow/clonerefs:v20190523-832050b39"
initupload: "gcr.io/k8s-prow/initupload:v20190523-832050b39"
entrypoint: "gcr.io/k8s-prow/entrypoint:v20190523-832050b39"
sidecar: "gcr.io/k8s-prow/sidecar:v20190523-832050b39"
gcs_configuration:
bucket: "comm-prow-storage"
path_strategy: "explicit"
gcs_credentials_secret: "gcs"
deck:
spyglass:
size_limit: 500000000 # 500MB
viewers:
"started.json|finished.json": ["metadata-viewer"]
 "build-log.txt": ["build-log-viewer"]
 "artifacts/junit.*\\.xml": ["junit-viewer"]
presets:
- labels:
preset-dind-enabled: "true"
env:
- name: DOCKER_IN_DOCKER_ENABLED
value: "true"
volumes:
- name: docker-graph
emptyDir: {}
volumeMounts:
- name: docker-graph
mountPath: /docker-graph
#######
- labels:
preset-gh-config: "true"
volumes:
- name: git-config
secret:
defaultMode: 420
secretName: git-config
volumeMounts:
- name: git-config
mountPath: /etc/gitconfig
readOnly: true
#######
- labels:
preset-gh-pusher: "true"
volumes:
- name: git-creds
secret:
defaultMode: 420
secretName: git-creds
volumeMounts:
- name: git-creds
mountPath: /etc/git-creds
readOnly: true
#######
- labels:
preset-docker-mirror: "true"
volumes:
- name: docker-config
configMap:
name: docker-daemon-mirror-config
volumeMounts:
- name: docker-config
mountPath: /etc/default
readOnly: true
periodics:
- interval: 24h
name: kubevirt-io-periodic-link-checker
decorate: true
extra_refs:
- org: the-shadowmen
repo: kubevirt.github.io
base_ref: master
path_alias: kubevirt.github.io
spec:
nodeSelector:
region: primary
containers:
- image: docker.io/library/ruby
env:
- name: NOKOGIRI_USE_SYSTEM_LIBRARIES
value: "true"
command: ["/bin/sh", "-c"]
args: ["/usr/local/bin/bundle install && bundle exec rake"]
- interval: 96h
name: kubevirt-io-periodic-release-changelog
decorate: true
extra_refs:
- org: the-shadowmen
repo: kubevirt.github.io
base_ref: master
path_alias: kubevirt.github.io
labels:
preset-gh-config: "true"
preset-gh-pusher: "true"
spec:
nodeSelector:
region: primary
containers:
- image: docker.io/library/ruby
env:
- name: NOKOGIRI_USE_SYSTEM_LIBRARIES
value: "true"
command: ["/bin/sh", "-c"]
args: ["./scripts/update_changelog.sh janitor-bot"]
- interval: 96h
name: kubevirt-ci-periodic-test-lab
decorate: true
labels:
preset-dind-enabled: "true"
preset-docker-mirror: "true"
extra_refs:
- org: the-shadowmen
repo: kubevirt-tutorial
base_ref: feature/testing
path_alias: kubevirt-tutorial
spec:
nodeSelector:
region: primary
containers:
- image: gcr.io/k8s-testimages/bootstrap:v20190516-c6832d9
command:
- "/usr/local/bin/runner.sh"
- "/bin/sh"
- "-c"
- "export TARGET=k8s-1.13.3 && make tests"
securityContext:
privileged: true
postsubmits:
the-shadowmen/kubevirt.github.io:
- name: kubevirt-io-postsubmit-link-checker
decorate: true
spec:
nodeSelector:
region: primary
containers:
- image: docker.io/library/ruby
env:
- name: NOKOGIRI_USE_SYSTEM_LIBRARIES
value: "true"
command: ["/bin/sh", "-c"]
args: ["/usr/local/bin/bundle install && bundle exec rake"]
presubmits:
the-shadowmen/kubevirt.github.io:
- name: kubevirt-io-presubmit-link-checker
decorate: true
always_run: true
skip_report: false
spec:
nodeSelector:
region: primary
containers:
- image: docker.io/library/ruby
env:
- name: NOKOGIRI_USE_SYSTEM_LIBRARIES
value: "true"
command: ["/bin/sh", "-c"]
args: ["/usr/local/bin/bundle install && bundle exec rake"]