forked from kubernetes/test-infra
-
Notifications
You must be signed in to change notification settings - Fork 1
/
buckets.yaml
58 lines (57 loc) · 1.66 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# A mapping of bucket URLs to bucket metadata.
#
# Possible bucket metadata:
# contact: github name to contact
# prefix: the identifier prefixed to jobs from this bucket (ends in :).
# sequential: an optional boolean that indicates whether test runs in this
# bucket are numbered sequentially. This is used for an optimization in the
# collection phase, and defaults to true.
# exclude_jobs: A list of job names that will not be uploaded to BQ
gs://kubernetes-jenkins/logs/:
contact: "fejta"
prefix: ""
sequential: false
exclude_jobs:
- ci-test-infra-benchmark-demo
- ci-kubernetes-coverage-unit
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: "computeimagetools:"
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: "istio:"
gs://istio-circleci/:
contact: "chxchx"
prefix: "istio-circle:"
gs://k8s-conformance-openstack/:
contact: "kiwik"
prefix: "openstack:"
gs://k8s-conformance-gardener:
contact: "OlegLoewen"
prefix: "gardener:"
gs://k8s-conformance-docker:
contact: "jeffqwb2017"
prefix: "docker:"
gs://cel-conformance:
contact: "JimLarson"
prefix: "cel:"
gs://k8s-conformance-kind-arm64-openlab/:
contact: "ZhengZhenyu"
prefix: "kind-arm64-openlab:"