forked from kubernetes/test-infra
-
Notifications
You must be signed in to change notification settings - Fork 1
/
buckets.yaml
30 lines (29 loc) · 936 Bytes
/
buckets.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
# A mapping of bucket URLs to bucket metadata.
#
# Possible bucket metadata:
# contact: github name to contact
# prefix: the identifier used for this bucket on the test-history dashboard.
# sequential: an optional boolean that indicates whether test runs in this
# bucket are numbered sequentially. This is used for an optimization in the
# test-history collection phase, and defaults to true.
gs://kubernetes-jenkins/logs/:
contact: "fejta"
prefix: ""
gs://rktnetes-jenkins/logs/:
contact: "euank"
prefix: "rktnetes:"
gs://kopeio-kubernetes-e2e/logs/:
contact: "justinsb"
prefix: "kopeio:"
sequential: false
gs://canonical-kubernetes-tests/logs/:
contact: "chuckbutler"
prefix: "juju:"
sequential: false
gs://canonical-kubernetes-tests/logs-gke/:
contact: "vorlonofportland"
prefix: "ubuntu:"
sequential: false
gs://kubernetes-multiarch-e2e-results/logs/:
contact: "luxas"
prefix: "luxas:"