github.com/shashidharatd/test-infra@v0.0.0-20171006011030-71304e1ca560/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 used for this bucket on the test-history dashboard.
     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  #     test-history collection phase, and defaults to true.
     9  
    10  gs://kubernetes-jenkins/logs/:
    11    contact: "fejta"
    12    prefix: ""
    13  gs://rktnetes-jenkins/logs/:
    14    contact: "euank"
    15    prefix: "rktnetes:"
    16  gs://kopeio-kubernetes-e2e/logs/:
    17    contact: "justinsb"
    18    prefix: "kopeio:"
    19    sequential: false
    20  gs://canonical-kubernetes-tests/logs/:
    21    contact: "chuckbutler"
    22    prefix: "juju:"
    23    sequential: false
    24  gs://canonical-kubernetes-tests/logs-gke/:
    25    contact: "vorlonofportland"
    26    prefix: "ubuntu:"
    27    sequential: false
    28  gs://kubernetes-multiarch-e2e-results/logs/:
    29    contact: "luxas"
    30    prefix: "luxas:"