github.com/yrj2011/jx-test-infra@v0.0.0-20190529031832-7a2065ee98eb/kettle/buckets.yaml (about) 1 # A mapping of bucket URLs to bucket metadata. 2 # 3 # Possible bucket metadata: 4 # contact: github name to contact 5 # prefix: the identifier prefixed to jobs from this bucket (ends in :). 6 # sequential: an optional boolean that indicates whether test runs in this 7 # bucket are numbered sequentially. This is used for an optimization in the 8 # collection phase, and defaults to true. 9 10 gs://kubernetes-jenkins/logs/: 11 contact: "fejta" 12 prefix: "" 13 gs://kopeio-kubernetes-e2e/logs/: 14 contact: "justinsb" 15 prefix: "kopeio:" 16 sequential: false 17 gs://canonical-kubernetes-tests/logs/: 18 contact: "chuckbutler" 19 prefix: "juju:" 20 sequential: false 21 gs://canonical-kubernetes-tests/logs-gke/: 22 contact: "vorlonofportland" 23 prefix: "ubuntu:" 24 sequential: false 25 gs://kubernetes-multiarch-e2e-results/logs/: 26 contact: "luxas" 27 prefix: "luxas:" 28 gs://compute-image-tools-test/logs/: 29 contact: "zmarano" 30 prefix: "computeimagetools:" 31 gs://origin-federated-results/pr-logs/directory/: 32 contact: "lsm5" 33 prefix: "cri-o:" 34 gs://kubernetes-github-redhat/logs/: 35 contact: "ingvagabund" 36 prefix: "redhat:" 37 gs://istio-prow/: 38 contact: "chxchx" 39 prefix: "istio:" 40 gs://istio-circleci/: 41 contact: "chxchx" 42 prefix: "istio-circle:" 43 gs://k8s-conformance-openstack/: 44 contact: "kiwik" 45 prefix: "openstack:" 46 gs://k8s-conformance-gardener: 47 contact: "rolpat" 48 prefix: "gardener:"