forked from kubernetes/test-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
buckets.yaml
42 lines (41 loc) · 1.2 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
# 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:"
gs://compute-image-tools-test/logs/:
contact: "zmarano"
prefix: ""
gs://origin-federated-results/pr-logs/directory/:
contact: "lsm5"
prefix: "cri-o"
gs://kubernetes-github-redhat/logs/:
contact: "ingvagabund"
prefix: "redhat:"
gs://istio-prow/:
contact: "chxchx"
prefix: ""