github.com/shashidharatd/test-infra@v0.0.0-20171006011030-71304e1ca560/prow/config.yaml (about)

     1  plank:
     2    job_url_template: 'https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/{{if eq .Spec.Type "presubmit"}}pr-logs/pull{{else if eq .Spec.Type "batch"}}pr-logs/pull{{else}}logs{{end}}{{if ne .Spec.Refs.Org ""}}{{if ne .Spec.Refs.Org "kubernetes"}}/{{.Spec.Refs.Org}}_{{.Spec.Refs.Repo}}{{else if ne .Spec.Refs.Repo "kubernetes"}}/{{.Spec.Refs.Repo}}{{end}}{{end}}{{if eq .Spec.Type "presubmit"}}/{{with index .Spec.Refs.Pulls 0}}{{.Number}}{{end}}{{else if eq .Spec.Type "batch"}}/batch{{end}}/{{.Spec.Job}}/{{.Status.BuildID}}/'
     3    report_template: '[Full PR test history](https://k8s-gubernator.appspot.com/pr/{{if eq .Spec.Refs.Org "kubernetes"}}{{if eq .Spec.Refs.Repo "kubernetes"}}{{else}}{{.Spec.Refs.Repo}}/{{end}}{{else}}{{.Spec.Refs.Org}}_{{.Spec.Refs.Repo}}/{{end}}{{with index .Spec.Refs.Pulls 0}}{{.Number}}{{end}}). [Your PR dashboard](https://k8s-gubernator.appspot.com/pr/{{with index .Spec.Refs.Pulls 0}}{{.Author}}{{end}}). Please help us cut down on flakes by [linking to](https://github.com/kubernetes/community/blob/master/contributors/devel/flaky-tests.md#filing-issues-for-flaky-tests) an [open issue](https://github.com/{{.Spec.Refs.Org}}/{{.Spec.Refs.Repo}}/issues?q=is:issue+is:open) when you hit one in your PR.'
     4  
     5  jenkins_operator:
     6    job_url_template: 'https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/{{if eq .Spec.Type "presubmit"}}pr-logs/pull{{else if eq .Spec.Type "batch"}}pr-logs/pull{{else}}logs{{end}}{{if ne .Spec.Refs.Org ""}}{{if ne .Spec.Refs.Org "kubernetes"}}/{{.Spec.Refs.Org}}_{{.Spec.Refs.Repo}}{{else if ne .Spec.Refs.Repo "kubernetes"}}/{{.Spec.Refs.Repo}}{{end}}{{end}}{{if eq .Spec.Type "presubmit"}}/{{with index .Spec.Refs.Pulls 0}}{{.Number}}{{end}}{{else if eq .Spec.Type "batch"}}/batch{{end}}/{{.Spec.Job}}/{{.Status.BuildID}}/'
     7    report_template: '[Full PR test history](https://k8s-gubernator.appspot.com/pr/{{if eq .Spec.Refs.Org "kubernetes"}}{{if eq .Spec.Refs.Repo "kubernetes"}}{{else}}{{.Spec.Refs.Repo}}/{{end}}{{else}}{{.Spec.Refs.Org}}_{{.Spec.Refs.Repo}}/{{end}}{{with index .Spec.Refs.Pulls 0}}{{.Number}}{{end}}). [Your PR dashboard](https://k8s-gubernator.appspot.com/pr/{{with index .Spec.Refs.Pulls 0}}{{.Author}}{{end}}). Please help us cut down on flakes by [linking to](https://github.com/kubernetes/community/blob/master/contributors/devel/flaky-tests.md#filing-issues-for-flaky-tests) an [open issue](https://github.com/{{.Spec.Refs.Org}}/{{.Spec.Refs.Repo}}/issues?q=is:issue+is:open) when you hit one in your PR.'
     8  
     9  sinker:
    10    resync_period: 1h
    11    max_prowjob_age: 48h
    12    max_pod_age: 1h
    13  
    14  prowjob_namespace: default
    15  pod_namespace: test-pods
    16  log_level: info
    17  
    18  tide:
    19    queries:
    20    - "type:pr state:open repo:kubernetes/test-infra label:lgtm label:approved -label:needs-ok-to-test -label:do-not-merge/work-in-progress -label:do-not-merge/hold label:\"cncf-cla: yes\""
    21  
    22  push_gateway:
    23    endpoint: pushgateway
    24  
    25  presubmits:
    26    google/cadvisor:
    27    - name: pull-cadvisor-e2e
    28      agent: jenkins
    29      always_run: true
    30      context: pull-cadvisor-e2e
    31      rerun_command: "/test pull-cadvisor-e2e"
    32      trigger: "(?m)^/test( all| pull-cadvisor-e2e),?(\\s+|$)"
    33    kubernetes/charts:
    34    - name: pull-charts-e2e
    35      agent: jenkins
    36      always_run: true
    37      context: pull-charts-e2e
    38      rerun_command: "/test pull-charts-e2e"
    39      trigger: "(?m)^/test( all| pull-charts-e2e),?(\\s+|$)"
    40    kubernetes/heapster:
    41    - name: pull-heapster-e2e
    42      agent: jenkins
    43      always_run: true
    44      context: pull-heapster-e2e
    45      rerun_command: "/test pull-heapster-e2e"
    46      trigger: "(?m)^/test( all| pull-heapster-e2e),?(\\s+|$)"
    47    kubernetes/kops:
    48    - name: pull-kops-e2e-kubernetes-aws
    49      agent: jenkins
    50      always_run: true
    51      context: pull-kops-e2e-kubernetes-aws
    52      rerun_command: "/test pull-kops-e2e-kubernetes-aws"
    53      trigger: "(?m)^/test( all| pull-kops-e2e-kubernetes-aws),?(\\s+|$)"
    54    kubernetes/kubernetes:
    55    - name: pull-kubernetes-bazel-build
    56      agent: kubernetes
    57      context: pull-kubernetes-bazel-build
    58      always_run: true
    59      rerun_command: "/test pull-kubernetes-bazel-build"
    60      trigger: "(?m)^/test( all| pull-kubernetes-bazel-build),?(\\s+|$)"
    61      skip_branches:
    62      - release-1.4
    63      - release-1.5
    64      - release-1.6  # doesn't have BUILD files under //vendor/k8s.io
    65      spec:
    66        containers:
    67        - image: gcr.io/k8s-testimages/bazelbuild:v20170929-ed26bd34-0.5.4
    68          args:
    69          - "--clean"
    70          - "--git-cache=/root/.cache/git"
    71          - "--job=$(JOB_NAME)"
    72          - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
    73          - "--service-account=/etc/service-account/service-account.json"
    74          - "--upload=gs://kubernetes-jenkins/pr-logs"
    75          env:
    76          - name: TEST_TMPDIR
    77            value: /root/.cache/bazel
    78          # Bazel needs privileged mode in order to sandbox builds.
    79          securityContext:
    80            privileged: true
    81          volumeMounts:
    82          - name: service
    83            mountPath: /etc/service-account
    84            readOnly: true
    85          - name: cache-ssd
    86            mountPath: /root/.cache
    87          ports:
    88          - containerPort: 9999
    89            hostPort: 9999
    90        volumes:
    91        - name: service
    92          secret:
    93            secretName: service-account
    94        - name: cache-ssd
    95          hostPath:
    96            path: /mnt/disks/ssd0
    97      run_after_success:
    98      - name: pull-kubernetes-e2e-kubeadm-gce
    99        agent: kubernetes
   100        context: pull-kubernetes-e2e-kubeadm-gce
   101        max_concurrency: 8
   102        skip_report: false
   103        run_if_changed: '^(cmd/kubeadm|build/debs).*$'
   104        rerun_command: "/test pull-kubernetes-e2e-kubeadm-gce"
   105        trigger: "(?m)^/test pull-kubernetes-e2e-kubeadm-gce,?(\\s+|$)"
   106        skip_branches:
   107        - release-1.4
   108        - release-1.5
   109        - release-1.6  # doesn't have BUILD files under //vendor/k8s.io
   110        spec:
   111          containers:
   112          - image: gcr.io/k8s-testimages/e2e-kubeadm:v20171003-d61471c6
   113            args:
   114            - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
   115            - "--upload=gs://kubernetes-jenkins/pr-logs"
   116            - "--git-cache=/root/.cache/git"
   117            - "--timeout=75"
   118            - "--clean"
   119            env:
   120            - name: USER
   121              value: prow
   122            - name: GOOGLE_APPLICATION_CREDENTIALS
   123              value: /etc/service-account/service-account.json
   124            - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
   125              value: /etc/ssh-key-secret/ssh-private
   126            - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
   127              value: /etc/ssh-key-secret/ssh-public
   128            - name: SKIP_RELEASE_VALIDATION # See: https://github.com/kubernetes/kubernetes/pull/50391
   129              value: true
   130            volumeMounts:
   131            - name: service
   132              mountPath: /etc/service-account
   133              readOnly: true
   134            - name: ssh
   135              mountPath: /etc/ssh-key-secret
   136              readOnly: true
   137            - name: cache-ssd
   138              mountPath: /root/.cache
   139            ports:
   140            - containerPort: 9999
   141              hostPort: 9999
   142          volumes:
   143          - name: service
   144            secret:
   145              secretName: service-account
   146          - name: ssh
   147            secret:
   148              secretName: ssh-key-secret
   149              defaultMode: 0400
   150          - name: cache-ssd
   151            hostPath:
   152              path: /mnt/disks/ssd0
   153    - name: pull-kubernetes-bazel-build
   154      agent: kubernetes
   155      context: pull-kubernetes-bazel-build
   156      always_run: true
   157      rerun_command: "/test pull-kubernetes-bazel-build"
   158      trigger: "(?m)^/test( all| pull-kubernetes-bazel-build),?(\\s+|$)"
   159      branches:
   160      - release-1.6
   161      spec:
   162        containers:
   163        - image: gcr.io/k8s-testimages/bazelbuild:v20170929-ed26bd34-0.5.2
   164          args:
   165          - "--clean"
   166          - "--git-cache=/root/.cache/git"
   167          - "--job=$(JOB_NAME)"
   168          - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
   169          - "--service-account=/etc/service-account/service-account.json"
   170          - "--upload=gs://kubernetes-jenkins/pr-logs"
   171          env:
   172          - name: TEST_TMPDIR
   173            value: /root/.cache/bazel
   174          # Bazel needs privileged mode in order to sandbox builds.
   175          securityContext:
   176            privileged: true
   177          volumeMounts:
   178          - name: service
   179            mountPath: /etc/service-account
   180            readOnly: true
   181          - name: cache-ssd
   182            mountPath: /root/.cache
   183          ports:
   184          - containerPort: 9999
   185            hostPort: 9999
   186        volumes:
   187        - name: service
   188          secret:
   189            secretName: service-account
   190        - name: cache-ssd
   191          hostPath:
   192            path: /mnt/disks/ssd0
   193      run_after_success:
   194      - name: pull-kubernetes-e2e-kubeadm-gce
   195        agent: kubernetes
   196        context: pull-kubernetes-e2e-kubeadm-gce
   197        max_concurrency: 8
   198        skip_report: false
   199        run_if_changed: '^(cmd/kubeadm|build/debs).*$'
   200        rerun_command: "/test pull-kubernetes-e2e-kubeadm-gce"
   201        trigger: "(?m)^/test pull-kubernetes-e2e-kubeadm-gce,?(\\s+|$)"
   202        branches:
   203        - release-1.6
   204        spec:
   205          containers:
   206          - image: gcr.io/k8s-testimages/e2e-kubeadm:v20171003-d61471c6
   207            args:
   208            - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
   209            - "--upload=gs://kubernetes-jenkins/pr-logs"
   210            - "--git-cache=/root/.cache/git"
   211            - "--timeout=75"
   212            - "--clean"
   213            env:
   214            - name: USER
   215              value: prow
   216            - name: GOOGLE_APPLICATION_CREDENTIALS
   217              value: /etc/service-account/service-account.json
   218            - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
   219              value: /etc/ssh-key-secret/ssh-private
   220            - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
   221              value: /etc/ssh-key-secret/ssh-public
   222            - name: SKIP_RELEASE_VALIDATION # See: https://github.com/kubernetes/kubernetes/pull/50391
   223              value: true
   224            volumeMounts:
   225            - name: service
   226              mountPath: /etc/service-account
   227              readOnly: true
   228            - name: ssh
   229              mountPath: /etc/ssh-key-secret
   230              readOnly: true
   231            - name: cache-ssd
   232              mountPath: /root/.cache
   233            ports:
   234            - containerPort: 9999
   235              hostPort: 9999
   236          volumes:
   237          - name: service
   238            secret:
   239              secretName: service-account
   240          - name: ssh
   241            secret:
   242              secretName: ssh-key-secret
   243              defaultMode: 0400
   244          - name: cache-ssd
   245            hostPath:
   246              path: /mnt/disks/ssd0
   247    - name: pull-kubernetes-bazel-test
   248      agent: kubernetes
   249      context: pull-kubernetes-bazel-test
   250      always_run: true
   251      rerun_command: "/test pull-kubernetes-bazel-test"
   252      trigger: "(?m)^/test( all| pull-kubernetes-bazel-test),?(\\s+|$)"
   253      skip_branches:
   254      - release-1.4
   255      - release-1.5
   256      - release-1.6  # doesn't have BUILD files under //vendor/k8s.io
   257      spec:
   258        containers:
   259        - image: gcr.io/k8s-testimages/bazelbuild:v20170929-ed26bd34-0.5.4
   260          args:
   261          - "--clean"
   262          - "--git-cache=/root/.cache/git"
   263          - "--job=$(JOB_NAME)"
   264          - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
   265          - "--service-account=/etc/service-account/service-account.json"
   266          - "--upload=gs://kubernetes-jenkins/pr-logs"
   267          env:
   268          - name: TEST_TMPDIR
   269            value: /root/.cache/bazel
   270          # Bazel needs privileged mode in order to sandbox builds.
   271          securityContext:
   272            privileged: true
   273          volumeMounts:
   274          - name: service
   275            mountPath: /etc/service-account
   276            readOnly: true
   277          - name: cache-ssd
   278            mountPath: /root/.cache
   279          ports:
   280          - containerPort: 9999
   281            hostPort: 9999
   282        volumes:
   283        - name: service
   284          secret:
   285            secretName: service-account
   286        - name: cache-ssd
   287          hostPath:
   288            path: /mnt/disks/ssd0
   289    - name: pull-kubernetes-bazel-test
   290      agent: kubernetes
   291      context: pull-kubernetes-bazel-test
   292      always_run: true
   293      rerun_command: "/test pull-kubernetes-bazel-test"
   294      trigger: "(?m)^/test( all| pull-kubernetes-bazel-test),?(\\s+|$)"
   295      branches:
   296      - release-1.6
   297      spec:
   298        containers:
   299        - image: gcr.io/k8s-testimages/bazelbuild:v20170929-ed26bd34-0.5.2
   300          args:
   301          - "--clean"
   302          - "--git-cache=/root/.cache/git"
   303          - "--job=$(JOB_NAME)"
   304          - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
   305          - "--service-account=/etc/service-account/service-account.json"
   306          - "--upload=gs://kubernetes-jenkins/pr-logs"
   307          env:
   308          - name: TEST_TMPDIR
   309            value: /root/.cache/bazel
   310          # Bazel needs privileged mode in order to sandbox builds.
   311          securityContext:
   312            privileged: true
   313          volumeMounts:
   314          - name: service
   315            mountPath: /etc/service-account
   316            readOnly: true
   317          - name: cache-ssd
   318            mountPath: /root/.cache
   319          ports:
   320          - containerPort: 9999
   321            hostPort: 9999
   322        volumes:
   323        - name: service
   324          secret:
   325            secretName: service-account
   326        - name: cache-ssd
   327          hostPath:
   328            path: /mnt/disks/ssd0
   329    - name: pull-kubernetes-cross
   330      agent: jenkins
   331      context: pull-kubernetes-cross
   332      rerun_command: "/test pull-kubernetes-cross"
   333      trigger: "(?m)^/test pull-kubernetes-cross,?(\\s+|$)"
   334      run_if_changed: '^(build\/|hack\/lib\/)|(Makefile)|(.*_(windows|linux|osx|unsupported)(_test)?\.go)$'
   335    - name: pull-kubernetes-e2e-gce-bazel
   336      agent: kubernetes
   337      context: pull-kubernetes-e2e-gce-bazel
   338      rerun_command: "/test pull-kubernetes-e2e-gce-bazel"
   339      trigger: "(?m)^/test (all|pull-kubernetes-e2e-gce-bazel),?(\\s+|$)"
   340      always_run: true
   341      skip_branches:
   342      - release-1.4
   343      - release-1.5
   344      - release-1.6
   345      spec:
   346        containers:
   347        - args:
   348          - --root=/go/src
   349          - --repo=k8s.io/kubernetes=$(PULL_REFS)
   350          - --repo=k8s.io/release
   351          - --upload=gs://kubernetes-jenkins/pr-logs
   352          - --git-cache=/root/.cache/git
   353          - --clean
   354          - --timeout=90
   355          # Bazel needs privileged mode in order to sandbox builds.
   356          securityContext:
   357            privileged: true
   358          env:
   359          - name: GOOGLE_APPLICATION_CREDENTIALS
   360            value: /etc/service-account/service-account.json
   361          - name: USER
   362            value: prow
   363          - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
   364            value: /etc/ssh-key-secret/ssh-private
   365          - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
   366            value: /etc/ssh-key-secret/ssh-public
   367          # Make Bazel use shared cache for its root
   368          # https://docs.bazel.build/versions/master/output_directories.html#documentation-of-the-current-bazel-output-directory-layout
   369          - name: TEST_TMPDIR
   370            value: /root/.cache/bazel
   371          image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
   372          volumeMounts:
   373          - mountPath: /etc/service-account
   374            name: service
   375            readOnly: true
   376          - mountPath: /etc/ssh-key-secret
   377            name: ssh
   378            readOnly: true
   379          - mountPath: /root/.cache
   380            name: cache-ssd
   381          ports:
   382          - containerPort: 9999
   383            hostPort: 9999
   384        volumes:
   385        - name: service
   386          secret:
   387            secretName: service-account
   388        - name: ssh
   389          secret:
   390            defaultMode: 256
   391            secretName: ssh-key-secret
   392        - hostPath:
   393            path: /mnt/disks/ssd0
   394          name: cache-ssd
   395    - name: pull-kubernetes-e2e-gce-etcd3
   396      agent: jenkins
   397      always_run: true
   398      context: pull-kubernetes-e2e-gce-etcd3
   399      rerun_command: "/test pull-kubernetes-e2e-gce-etcd3"
   400      trigger: "(?m)^/test( all| pull-kubernetes-e2e-gce-etcd3),?(\\s+|$)"
   401    - name: pull-kubernetes-e2e-gce-gpu
   402      agent: kubernetes
   403      skip_branches:
   404      - release-1.4
   405      - release-1.5
   406      - release-1.6
   407      always_run: true
   408      skip_report: false
   409      max_concurrency: 12
   410      context: pull-kubernetes-e2e-gce-gpu
   411      rerun_command: "/test pull-kubernetes-e2e-gce-gpu"
   412      trigger: "(?m)^/test( all| pull-kubernetes-e2e-gce-gpu),?(\\s+|$)"
   413      spec:
   414        containers:
   415        - image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
   416          args:
   417          - --root=/go/src
   418          - "--clean"
   419          - "--git-cache=/root/.cache/git"
   420          - "--job=$(JOB_NAME)"
   421          - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
   422          - "--repo=k8s.io/release"
   423          - "--service-account=/etc/service-account/service-account.json"
   424          - "--upload=gs://kubernetes-jenkins/pr-logs"
   425          - "--timeout=90"
   426          env:
   427          - name: GOOGLE_APPLICATION_CREDENTIALS
   428            value: /etc/service-account/service-account.json
   429          - name: USER
   430            value: prow
   431          - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
   432            value: /etc/ssh-key-secret/ssh-private
   433          - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
   434            value: /etc/ssh-key-secret/ssh-public
   435          - name: TEST_TMPDIR
   436            value: /root/.cache/bazel
   437          # Bazel needs privileged mode in order to sandbox builds.
   438          securityContext:
   439            privileged: true
   440          volumeMounts:
   441          - mountPath: /etc/service-account
   442            name: service
   443            readOnly: true
   444          - mountPath: /etc/ssh-key-secret
   445            name: ssh
   446            readOnly: true
   447          - name: cache-ssd
   448            mountPath: /root/.cache
   449          ports:
   450          - containerPort: 9999
   451            hostPort: 9999
   452        volumes:
   453        - name: service
   454          secret:
   455            secretName: service-account
   456        - name: ssh
   457          secret:
   458            defaultMode: 256
   459            secretName: ssh-key-secret
   460        - name: cache-ssd
   461          hostPath:
   462            path: /mnt/disks/ssd0
   463  
   464    - name: pull-kubernetes-e2e-gke
   465      agent: jenkins
   466      context: pull-kubernetes-e2e-gke
   467      rerun_command: "/test pull-kubernetes-e2e-gke"
   468      trigger: "(?m)^/test pull-kubernetes-e2e-gke,?(\\s+|$)"
   469    - name: pull-kubernetes-e2e-gke-gci
   470      agent: jenkins
   471      context: pull-kubernetes-e2e-gke-gci
   472      rerun_command: "/test pull-kubernetes-e2e-gke-gci"
   473      trigger: "(?m)^/test pull-kubernetes-e2e-gke-gci,?(\\s+|$)"
   474    - name: pull-kubernetes-e2e-gke-gpu
   475      agent: kubernetes
   476      skip_branches:
   477      - release-1.4
   478      - release-1.5
   479      - release-1.6
   480      always_run: false
   481      skip_report: false
   482      max_concurrency: 1
   483      context: pull-kubernetes-e2e-gke-gpu
   484      rerun_command: "/test pull-kubernetes-e2e-gke-gpu"
   485      trigger: "(?m)^/test pull-kubernetes-e2e-gke-gpu,?(\\s+|$)"
   486      spec:
   487        containers:
   488        - image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
   489          args:
   490          - --root=/go/src
   491          - "--clean"
   492          - "--git-cache=/root/.cache/git"
   493          - "--job=$(JOB_NAME)"
   494          - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
   495          - "--repo=k8s.io/release"
   496          - "--service-account=/etc/service-account/service-account.json"
   497          - "--upload=gs://kubernetes-jenkins/pr-logs"
   498          - "--timeout=90"
   499          env:
   500          - name: GOOGLE_APPLICATION_CREDENTIALS
   501            value: /etc/service-account/service-account.json
   502          - name: USER
   503            value: prow
   504          - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
   505            value: /etc/ssh-key-secret/ssh-private
   506          - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
   507            value: /etc/ssh-key-secret/ssh-public
   508          - name: TEST_TMPDIR
   509            value: /root/.cache/bazel
   510          # Bazel needs privileged mode in order to sandbox builds.
   511          securityContext:
   512            privileged: true
   513          volumeMounts:
   514          - mountPath: /etc/service-account
   515            name: service
   516            readOnly: true
   517          - mountPath: /etc/ssh-key-secret
   518            name: ssh
   519            readOnly: true
   520          - name: cache-ssd
   521            mountPath: /root/.cache
   522          ports:
   523          - containerPort: 9999
   524            hostPort: 9999
   525        volumes:
   526        - name: service
   527          secret:
   528            secretName: service-account
   529        - name: ssh
   530          secret:
   531            defaultMode: 256
   532            secretName: ssh-key-secret
   533        - name: cache-ssd
   534          hostPath:
   535            path: /mnt/disks/ssd0
   536  
   537    - name: pull-kubernetes-e2e-kops-aws
   538      agent: jenkins
   539      always_run: true
   540      context: pull-kubernetes-e2e-kops-aws
   541      rerun_command: "/test pull-kubernetes-e2e-kops-aws"
   542      trigger: "(?m)^/test( all| pull-kubernetes-e2e-kops-aws),?(\\s+|$)"
   543      skip_branches:
   544      - release-1.4
   545      - release-1.5
   546    - name: pull-kubernetes-e2e-kops-aws-prow
   547      agent: kubernetes
   548      branches:
   549      - release-1.7
   550      always_run: false
   551      skip_report: false
   552      max_concurrency: 3
   553      context: pull-kubernetes-e2e-kops-aws-prow
   554      rerun_command: "/test pull-kubernetes-e2e-kops-aws-prow"
   555      trigger: "(?m)^/test pull-kubernetes-e2e-kops-aws-prow,?(\\s+|$)"
   556      spec:
   557        containers:
   558        - image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
   559          args:
   560          - --root=/go/src
   561          - "--clean"
   562          - "--git-cache=/root/.cache/git"
   563          - "--job=$(JOB_NAME)"
   564          - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
   565          - "--repo=k8s.io/release"
   566          - "--service-account=/etc/service-account/service-account.json"
   567          - "--upload=gs://kubernetes-jenkins/pr-logs"
   568          - "--timeout=75"
   569          env:
   570          - name: GOOGLE_APPLICATION_CREDENTIALS
   571            value: /etc/service-account/service-account.json
   572          - name: USER
   573            value: prow
   574          - name: JENKINS_AWS_CREDENTIALS_FILE
   575            value: /etc/aws-cred/credentials
   576          - name: JENKINS_AWS_SSH_PRIVATE_KEY_FILE
   577            value: /etc/aws-ssh/aws-ssh-private
   578          - name: JENKINS_AWS_SSH_PUBLIC_KEY_FILE
   579            value: /etc/aws-ssh/aws-ssh-public
   580          - name: TEST_TMPDIR
   581            value: /root/.cache/bazel
   582          # Bazel needs privileged mode in order to sandbox builds.
   583          securityContext:
   584            privileged: true
   585          volumeMounts:
   586          - mountPath: /etc/service-account
   587            name: service
   588            readOnly: true
   589          - mountPath: /etc/aws-ssh
   590            name: aws-ssh
   591            readOnly: true
   592          - mountPath: /etc/aws-cred
   593            name: aws-cred
   594            readOnly: true
   595          - name: cache-ssd
   596            mountPath: /root/.cache
   597          ports:
   598          - containerPort: 9999
   599            hostPort: 9999
   600        volumes:
   601        - name: service
   602          secret:
   603            secretName: service-account
   604        - name: aws-ssh
   605          secret:
   606            defaultMode: 256
   607            secretName: aws-ssh-key-secret
   608        - name: aws-cred
   609          secret:
   610            defaultMode: 256
   611            secretName: aws-cred
   612        - name: cache-ssd
   613          hostPath:
   614            path: /mnt/disks/ssd0
   615    - name: pull-kubernetes-e2e-kops-aws-prow
   616      agent: kubernetes
   617      branches:
   618      - master
   619      always_run: false
   620      skip_report: false
   621      max_concurrency: 3
   622      context: pull-kubernetes-e2e-kops-aws-prow
   623      rerun_command: "/test pull-kubernetes-e2e-kops-aws-prow"
   624      trigger: "(?m)^/test pull-kubernetes-e2e-kops-aws-prow,?(\\s+|$)"
   625      spec:
   626        containers:
   627        - image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
   628          args:
   629          - --root=/go/src
   630          - "--clean"
   631          - "--git-cache=/root/.cache/git"
   632          - "--job=$(JOB_NAME)"
   633          - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
   634          - "--repo=k8s.io/release"
   635          - "--service-account=/etc/service-account/service-account.json"
   636          - "--upload=gs://kubernetes-jenkins/pr-logs"
   637          - "--timeout=75"
   638          env:
   639          - name: GOOGLE_APPLICATION_CREDENTIALS
   640            value: /etc/service-account/service-account.json
   641          - name: USER
   642            value: prow
   643          - name: JENKINS_AWS_CREDENTIALS_FILE
   644            value: /etc/aws-cred/credentials
   645          - name: JENKINS_AWS_SSH_PRIVATE_KEY_FILE
   646            value: /etc/aws-ssh/aws-ssh-private
   647          - name: JENKINS_AWS_SSH_PUBLIC_KEY_FILE
   648            value: /etc/aws-ssh/aws-ssh-public
   649          - name: TEST_TMPDIR
   650            value: /root/.cache/bazel
   651          # Bazel needs privileged mode in order to sandbox builds.
   652          securityContext:
   653            privileged: true
   654          volumeMounts:
   655          - mountPath: /etc/service-account
   656            name: service
   657            readOnly: true
   658          - mountPath: /etc/aws-ssh
   659            name: aws-ssh
   660            readOnly: true
   661          - mountPath: /etc/aws-cred
   662            name: aws-cred
   663            readOnly: true
   664          - name: cache-ssd
   665            mountPath: /root/.cache
   666          ports:
   667          - containerPort: 9999
   668            hostPort: 9999
   669        volumes:
   670        - name: service
   671          secret:
   672            secretName: service-account
   673        - name: aws-ssh
   674          secret:
   675            defaultMode: 256
   676            secretName: aws-ssh-key-secret
   677        - name: aws-cred
   678          secret:
   679            defaultMode: 256
   680            secretName: aws-cred
   681        - name: cache-ssd
   682          hostPath:
   683            path: /mnt/disks/ssd0
   684  
   685    - name: pull-kubernetes-federation-e2e-gce
   686      agent: jenkins
   687      skip_branches:
   688      - release-1.4
   689      - release-1.5
   690      - release-1.6
   691      always_run: false
   692      context: pull-kubernetes-federation-e2e-gce
   693      rerun_command: "/test pull-kubernetes-federation-e2e-gce"
   694      trigger: "(?m)^/test pull-kubernetes-federation-e2e-gce,?(\\s+|$)"
   695    - name: pull-kubernetes-federation-e2e-gce-canary
   696      agent: kubernetes
   697      skip_branches:
   698      - release-1.4
   699      - release-1.5
   700      - release-1.6
   701      always_run: false
   702      skip_report: false
   703      max_concurrency: 12
   704      context: pull-kubernetes-federation-e2e-gce-canary
   705      rerun_command: "/test pull-kubernetes-federation-e2e-gce-canary"
   706      trigger: "(?m)^/test pull-kubernetes-federation-e2e-gce-canary,?(\\s+|$)"
   707      spec:
   708        containers:
   709        - image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
   710          args:
   711          - --root=/go/src
   712          - "--clean"
   713          - "--git-cache=/root/.cache/git"
   714          - "--job=$(JOB_NAME)"
   715          - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
   716          - "--repo=k8s.io/release"
   717          - "--service-account=/etc/service-account/service-account.json"
   718          - "--upload=gs://kubernetes-jenkins/pr-logs"
   719          - --timeout=110
   720          env:
   721          - name: GOOGLE_APPLICATION_CREDENTIALS
   722            value: /etc/service-account/service-account.json
   723          - name: USER
   724            value: prow
   725          - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
   726            value: /etc/ssh-key-secret/ssh-private
   727          - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
   728            value: /etc/ssh-key-secret/ssh-public
   729          - name: TEST_TMPDIR
   730            value: /root/.cache/bazel
   731          # Bazel needs privileged mode in order to sandbox builds.
   732          securityContext:
   733            privileged: true
   734          volumeMounts:
   735          - mountPath: /etc/service-account
   736            name: service
   737            readOnly: true
   738          - mountPath: /etc/ssh-key-secret
   739            name: ssh
   740            readOnly: true
   741          - mountPath: /root/.cache
   742            name: cache-ssd
   743          ports:
   744          - containerPort: 9999
   745            hostPort: 9999
   746        volumes:
   747        - name: service
   748          secret:
   749            secretName: service-account
   750        - name: ssh
   751          secret:
   752            defaultMode: 256
   753            secretName: ssh-key-secret
   754        - hostPath:
   755            path: /mnt/disks/ssd0
   756          name: cache-ssd
   757  
   758    - name: pull-kubernetes-kubemark-e2e-gce
   759      agent: jenkins
   760      always_run: true
   761      context: pull-kubernetes-kubemark-e2e-gce
   762      rerun_command: "/test pull-kubernetes-kubemark-e2e-gce"
   763      trigger: "(?m)^/test( all| pull-kubernetes-kubemark-e2e-gce),?(\\s+|$)"
   764      skip_branches:
   765      - release-1.4
   766    - name: pull-kubernetes-kubemark-e2e-gce-big
   767      agent: jenkins
   768      always_run: false
   769      context: pull-kubernetes-kubemark-e2e-gce-big
   770      rerun_command: "/test pull-kubernetes-kubemark-e2e-gce-big"
   771      trigger: "(?m)^/test pull-kubernetes-kubemark-e2e-gce-big,?(\\s+|$)"
   772    - name: pull-kubernetes-node-e2e
   773      agent: jenkins
   774      always_run: true
   775      context: pull-kubernetes-node-e2e
   776      rerun_command: "/test pull-kubernetes-node-e2e"
   777      trigger: "(?m)^/test( all| pull-kubernetes-node-e2e),?(\\s+|$)"
   778    - name: pull-kubernetes-node-e2e-prow
   779      agent: kubernetes
   780      skip_branches:
   781      - release-1.4
   782      - release-1.5
   783      - release-1.6
   784      always_run: false
   785      skip_report: false
   786      max_concurrency: 1
   787      context: pull-kubernetes-node-e2e-prow
   788      rerun_command: "/test pull-kubernetes-node-e2e-prow"
   789      trigger: "(?m)^/test pull-kubernetes-node-e2e-prow,?(\\s+|$)"
   790      spec:
   791        containers:
   792        - image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
   793          args:
   794          - --root=/go/src
   795          - "--clean"
   796          - "--git-cache=/root/.cache/git"
   797          - "--job=$(JOB_NAME)"
   798          - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
   799          - "--repo=k8s.io/release"
   800          - "--service-account=/etc/service-account/service-account.json"
   801          - "--upload=gs://kubernetes-jenkins/pr-logs"
   802          - "--timeout=90"
   803          env:
   804          - name: GOOGLE_APPLICATION_CREDENTIALS
   805            value: /etc/service-account/service-account.json
   806          - name: USER
   807            value: prow
   808          - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
   809            value: /etc/ssh-key-secret/ssh-private
   810          - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
   811            value: /etc/ssh-key-secret/ssh-public
   812          - name: TEST_TMPDIR
   813            value: /root/.cache/bazel
   814          # Bazel needs privileged mode in order to sandbox builds.
   815          securityContext:
   816            privileged: true
   817          volumeMounts:
   818          - mountPath: /etc/service-account
   819            name: service
   820            readOnly: true
   821          - mountPath: /etc/ssh-key-secret
   822            name: ssh
   823            readOnly: true
   824          - name: cache-ssd
   825            mountPath: /root/.cache
   826          ports:
   827          - containerPort: 9999
   828            hostPort: 9999
   829        volumes:
   830        - name: service
   831          secret:
   832            secretName: service-account
   833        - name: ssh
   834          secret:
   835            defaultMode: 256
   836            secretName: ssh-key-secret
   837        - name: cache-ssd
   838          hostPath:
   839            path: /mnt/disks/ssd0
   840  
   841    - name: pull-kubernetes-unit
   842      agent: jenkins
   843      always_run: true
   844      context: pull-kubernetes-unit
   845      rerun_command: "/test pull-kubernetes-unit"
   846      trigger: "(?m)^/test( all| pull-kubernetes-unit),?(\\s+|$)"
   847    - name: pull-kubernetes-verify
   848      agent: jenkins
   849      always_run: true
   850      context: pull-kubernetes-verify
   851      rerun_command: "/test pull-kubernetes-verify"
   852      trigger: "(?m)^/test( all| pull-kubernetes-verify),?(\\s+|$)"
   853    kubernetes-security/kubernetes:
   854    - name: pull-security-kubernetes-bazel-build
   855      agent: kubernetes
   856      context: pull-security-kubernetes-bazel-build
   857      always_run: true
   858      rerun_command: "/test pull-security-kubernetes-bazel-build"
   859      trigger: "(?m)^/test( all| pull-security-kubernetes-bazel-build),?(\\s+|$)"
   860      skip_branches:
   861      - release-1.4
   862      - release-1.5
   863      - release-1.6  # doesn't have BUILD files under //vendor/k8s.io
   864      spec:
   865        containers:
   866        - image: gcr.io/k8s-testimages/bazelbuild:v20170929-ed26bd34-0.5.4
   867          args:
   868          - "--clean"
   869          - "--git-cache=/root/.cache/git"
   870          - "--job=$(JOB_NAME)"
   871          - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
   872          - "--service-account=/etc/service-account/service-account.json"
   873          - "--upload=gs://kubernetes-jenkins/pr-logs"
   874          env:
   875          - name: TEST_TMPDIR
   876            value: /root/.cache/bazel
   877          # Bazel needs privileged mode in order to sandbox builds.
   878          securityContext:
   879            privileged: true
   880          volumeMounts:
   881          - name: service
   882            mountPath: /etc/service-account
   883            readOnly: true
   884          - name: cache-ssd
   885            mountPath: /root/.cache
   886          ports:
   887          - containerPort: 9999
   888            hostPort: 9999
   889        volumes:
   890        - name: service
   891          secret:
   892            secretName: service-account
   893        - name: cache-ssd
   894          hostPath:
   895            path: /mnt/disks/ssd0
   896      run_after_success:
   897      - name: pull-security-kubernetes-e2e-kubeadm-gce
   898        agent: kubernetes
   899        context: pull-security-kubernetes-e2e-kubeadm-gce
   900        max_concurrency: 8
   901        skip_report: false
   902        run_if_changed: '^(cmd/kubeadm|build/debs).*$'
   903        rerun_command: "/test pull-security-kubernetes-e2e-kubeadm-gce"
   904        trigger: "(?m)^/test pull-security-kubernetes-e2e-kubeadm-gce,?(\\s+|$)"
   905        skip_branches:
   906        - release-1.4
   907        - release-1.5
   908        - release-1.6  # doesn't have BUILD files under //vendor/k8s.io
   909        spec:
   910          containers:
   911          - image: gcr.io/k8s-testimages/e2e-kubeadm:v20171003-d61471c6
   912            args:
   913            - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
   914            - "--upload=gs://kubernetes-jenkins/pr-logs"
   915            - "--git-cache=/root/.cache/git"
   916            - "--timeout=75"
   917            - "--clean"
   918            env:
   919            - name: USER
   920              value: prow
   921            - name: GOOGLE_APPLICATION_CREDENTIALS
   922              value: /etc/service-account/service-account.json
   923            - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
   924              value: /etc/ssh-key-secret/ssh-private
   925            - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
   926              value: /etc/ssh-key-secret/ssh-public
   927            - name: SKIP_RELEASE_VALIDATION # See: https://github.com/kubernetes/kubernetes/pull/50391
   928              value: true
   929            volumeMounts:
   930            - name: service
   931              mountPath: /etc/service-account
   932              readOnly: true
   933            - name: ssh
   934              mountPath: /etc/ssh-key-secret
   935              readOnly: true
   936            - name: cache-ssd
   937              mountPath: /root/.cache
   938            ports:
   939            - containerPort: 9999
   940              hostPort: 9999
   941          volumes:
   942          - name: service
   943            secret:
   944              secretName: service-account
   945          - name: ssh
   946            secret:
   947              secretName: ssh-key-secret
   948              defaultMode: 0400
   949          - name: cache-ssd
   950            hostPath:
   951              path: /mnt/disks/ssd0
   952    - name: pull-security-kubernetes-bazel-build
   953      agent: kubernetes
   954      context: pull-security-kubernetes-bazel-build
   955      always_run: true
   956      rerun_command: "/test pull-security-kubernetes-bazel-build"
   957      trigger: "(?m)^/test( all| pull-security-kubernetes-bazel-build),?(\\s+|$)"
   958      branches:
   959      - release-1.6
   960      spec:
   961        containers:
   962        - image: gcr.io/k8s-testimages/bazelbuild:v20170929-ed26bd34-0.5.2
   963          args:
   964          - "--clean"
   965          - "--git-cache=/root/.cache/git"
   966          - "--job=$(JOB_NAME)"
   967          - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
   968          - "--service-account=/etc/service-account/service-account.json"
   969          - "--upload=gs://kubernetes-jenkins/pr-logs"
   970          env:
   971          - name: TEST_TMPDIR
   972            value: /root/.cache/bazel
   973          # Bazel needs privileged mode in order to sandbox builds.
   974          securityContext:
   975            privileged: true
   976          volumeMounts:
   977          - name: service
   978            mountPath: /etc/service-account
   979            readOnly: true
   980          - name: cache-ssd
   981            mountPath: /root/.cache
   982          ports:
   983          - containerPort: 9999
   984            hostPort: 9999
   985        volumes:
   986        - name: service
   987          secret:
   988            secretName: service-account
   989        - name: cache-ssd
   990          hostPath:
   991            path: /mnt/disks/ssd0
   992      run_after_success:
   993      - name: pull-security-kubernetes-e2e-kubeadm-gce
   994        agent: kubernetes
   995        context: pull-security-kubernetes-e2e-kubeadm-gce
   996        max_concurrency: 8
   997        skip_report: false
   998        run_if_changed: '^(cmd/kubeadm|build/debs).*$'
   999        rerun_command: "/test pull-security-kubernetes-e2e-kubeadm-gce"
  1000        trigger: "(?m)^/test pull-security-kubernetes-e2e-kubeadm-gce,?(\\s+|$)"
  1001        branches:
  1002        - release-1.6
  1003        spec:
  1004          containers:
  1005          - image: gcr.io/k8s-testimages/e2e-kubeadm:v20171003-d61471c6
  1006            args:
  1007            - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
  1008            - "--upload=gs://kubernetes-jenkins/pr-logs"
  1009            - "--git-cache=/root/.cache/git"
  1010            - "--timeout=75"
  1011            - "--clean"
  1012            env:
  1013            - name: USER
  1014              value: prow
  1015            - name: GOOGLE_APPLICATION_CREDENTIALS
  1016              value: /etc/service-account/service-account.json
  1017            - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  1018              value: /etc/ssh-key-secret/ssh-private
  1019            - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  1020              value: /etc/ssh-key-secret/ssh-public
  1021            - name: SKIP_RELEASE_VALIDATION # See: https://github.com/kubernetes/kubernetes/pull/50391
  1022              value: true
  1023            volumeMounts:
  1024            - name: service
  1025              mountPath: /etc/service-account
  1026              readOnly: true
  1027            - name: ssh
  1028              mountPath: /etc/ssh-key-secret
  1029              readOnly: true
  1030            - name: cache-ssd
  1031              mountPath: /root/.cache
  1032            ports:
  1033            - containerPort: 9999
  1034              hostPort: 9999
  1035          volumes:
  1036          - name: service
  1037            secret:
  1038              secretName: service-account
  1039          - name: ssh
  1040            secret:
  1041              secretName: ssh-key-secret
  1042              defaultMode: 0400
  1043          - name: cache-ssd
  1044            hostPath:
  1045              path: /mnt/disks/ssd0
  1046    - name: pull-security-kubernetes-bazel-test
  1047      agent: kubernetes
  1048      context: pull-security-kubernetes-bazel-test
  1049      always_run: true
  1050      rerun_command: "/test pull-security-kubernetes-bazel-test"
  1051      trigger: "(?m)^/test( all| pull-security-kubernetes-bazel-test),?(\\s+|$)"
  1052      skip_branches:
  1053      - release-1.4
  1054      - release-1.5
  1055      - release-1.6  # doesn't have BUILD files under //vendor/k8s.io
  1056      spec:
  1057        containers:
  1058        - image: gcr.io/k8s-testimages/bazelbuild:v20170929-ed26bd34-0.5.4
  1059          args:
  1060          - "--clean"
  1061          - "--git-cache=/root/.cache/git"
  1062          - "--job=$(JOB_NAME)"
  1063          - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
  1064          - "--service-account=/etc/service-account/service-account.json"
  1065          - "--upload=gs://kubernetes-jenkins/pr-logs"
  1066          env:
  1067          - name: TEST_TMPDIR
  1068            value: /root/.cache/bazel
  1069          # Bazel needs privileged mode in order to sandbox builds.
  1070          securityContext:
  1071            privileged: true
  1072          volumeMounts:
  1073          - name: service
  1074            mountPath: /etc/service-account
  1075            readOnly: true
  1076          - name: cache-ssd
  1077            mountPath: /root/.cache
  1078          ports:
  1079          - containerPort: 9999
  1080            hostPort: 9999
  1081        volumes:
  1082        - name: service
  1083          secret:
  1084            secretName: service-account
  1085        - name: cache-ssd
  1086          hostPath:
  1087            path: /mnt/disks/ssd0
  1088    - name: pull-security-kubernetes-bazel-test
  1089      agent: kubernetes
  1090      context: pull-security-kubernetes-bazel-test
  1091      always_run: true
  1092      rerun_command: "/test pull-security-kubernetes-bazel-test"
  1093      trigger: "(?m)^/test( all| pull-security-kubernetes-bazel-test),?(\\s+|$)"
  1094      branches:
  1095      - release-1.6
  1096      spec:
  1097        containers:
  1098        - image: gcr.io/k8s-testimages/bazelbuild:v20170929-ed26bd34-0.5.2
  1099          args:
  1100          - "--clean"
  1101          - "--git-cache=/root/.cache/git"
  1102          - "--job=$(JOB_NAME)"
  1103          - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
  1104          - "--service-account=/etc/service-account/service-account.json"
  1105          - "--upload=gs://kubernetes-jenkins/pr-logs"
  1106          env:
  1107          - name: TEST_TMPDIR
  1108            value: /root/.cache/bazel
  1109          # Bazel needs privileged mode in order to sandbox builds.
  1110          securityContext:
  1111            privileged: true
  1112          volumeMounts:
  1113          - name: service
  1114            mountPath: /etc/service-account
  1115            readOnly: true
  1116          - name: cache-ssd
  1117            mountPath: /root/.cache
  1118          ports:
  1119          - containerPort: 9999
  1120            hostPort: 9999
  1121        volumes:
  1122        - name: service
  1123          secret:
  1124            secretName: service-account
  1125        - name: cache-ssd
  1126          hostPath:
  1127            path: /mnt/disks/ssd0
  1128    - name: pull-security-kubernetes-cross
  1129      agent: jenkins
  1130      context: pull-security-kubernetes-cross
  1131      rerun_command: "/test pull-security-kubernetes-cross"
  1132      trigger: "(?m)^/test pull-security-kubernetes-cross,?(\\s+|$)"
  1133      run_if_changed: '^(build\/|hack\/lib\/)|(Makefile)|(.*_(windows|linux|osx|unsupported)(_test)?\.go)$'
  1134    - name: pull-security-kubernetes-e2e-gce-bazel
  1135      agent: kubernetes
  1136      context: pull-security-kubernetes-e2e-gce-bazel
  1137      rerun_command: "/test pull-security-kubernetes-e2e-gce-bazel"
  1138      trigger: "(?m)^/test (all|pull-security-kubernetes-e2e-gce-bazel),?(\\s+|$)"
  1139      always_run: true
  1140      skip_branches:
  1141      - release-1.4
  1142      - release-1.5
  1143      - release-1.6
  1144      spec:
  1145        containers:
  1146        - args:
  1147          - --root=/go/src
  1148          - --repo=k8s.io/kubernetes=$(PULL_REFS)
  1149          - --repo=k8s.io/release
  1150          - --upload=gs://kubernetes-jenkins/pr-logs
  1151          - --git-cache=/root/.cache/git
  1152          - --clean
  1153          - --timeout=90
  1154          # Bazel needs privileged mode in order to sandbox builds.
  1155          securityContext:
  1156            privileged: true
  1157          env:
  1158          - name: GOOGLE_APPLICATION_CREDENTIALS
  1159            value: /etc/service-account/service-account.json
  1160          - name: USER
  1161            value: prow
  1162          - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  1163            value: /etc/ssh-key-secret/ssh-private
  1164          - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  1165            value: /etc/ssh-key-secret/ssh-public
  1166          # Make Bazel use shared cache for its root
  1167          # https://docs.bazel.build/versions/master/output_directories.html#documentation-of-the-current-bazel-output-directory-layout
  1168          - name: TEST_TMPDIR
  1169            value: /root/.cache/bazel
  1170          image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  1171          volumeMounts:
  1172          - mountPath: /etc/service-account
  1173            name: service
  1174            readOnly: true
  1175          - mountPath: /etc/ssh-key-secret
  1176            name: ssh
  1177            readOnly: true
  1178          - mountPath: /root/.cache
  1179            name: cache-ssd
  1180          ports:
  1181          - containerPort: 9999
  1182            hostPort: 9999
  1183        volumes:
  1184        - name: service
  1185          secret:
  1186            secretName: service-account
  1187        - name: ssh
  1188          secret:
  1189            defaultMode: 256
  1190            secretName: ssh-key-secret
  1191        - hostPath:
  1192            path: /mnt/disks/ssd0
  1193          name: cache-ssd
  1194    - name: pull-security-kubernetes-e2e-gce-etcd3
  1195      agent: jenkins
  1196      always_run: true
  1197      context: pull-security-kubernetes-e2e-gce-etcd3
  1198      rerun_command: "/test pull-security-kubernetes-e2e-gce-etcd3"
  1199      trigger: "(?m)^/test( all| pull-security-kubernetes-e2e-gce-etcd3),?(\\s+|$)"
  1200    - name: pull-security-kubernetes-e2e-gce-gpu
  1201      agent: kubernetes
  1202      skip_branches:
  1203      - release-1.4
  1204      - release-1.5
  1205      - release-1.6
  1206      always_run: true
  1207      skip_report: false
  1208      max_concurrency: 12
  1209      context: pull-security-kubernetes-e2e-gce-gpu
  1210      rerun_command: "/test pull-security-kubernetes-e2e-gce-gpu"
  1211      trigger: "(?m)^/test( all| pull-security-kubernetes-e2e-gce-gpu),?(\\s+|$)"
  1212      spec:
  1213        containers:
  1214        - image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  1215          args:
  1216          - --root=/go/src
  1217          - "--clean"
  1218          - "--git-cache=/root/.cache/git"
  1219          - "--job=$(JOB_NAME)"
  1220          - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
  1221          - "--repo=k8s.io/release"
  1222          - "--service-account=/etc/service-account/service-account.json"
  1223          - "--upload=gs://kubernetes-jenkins/pr-logs"
  1224          - "--timeout=90"
  1225          env:
  1226          - name: GOOGLE_APPLICATION_CREDENTIALS
  1227            value: /etc/service-account/service-account.json
  1228          - name: USER
  1229            value: prow
  1230          - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  1231            value: /etc/ssh-key-secret/ssh-private
  1232          - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  1233            value: /etc/ssh-key-secret/ssh-public
  1234          - name: TEST_TMPDIR
  1235            value: /root/.cache/bazel
  1236          # Bazel needs privileged mode in order to sandbox builds.
  1237          securityContext:
  1238            privileged: true
  1239          volumeMounts:
  1240          - mountPath: /etc/service-account
  1241            name: service
  1242            readOnly: true
  1243          - mountPath: /etc/ssh-key-secret
  1244            name: ssh
  1245            readOnly: true
  1246          - name: cache-ssd
  1247            mountPath: /root/.cache
  1248          ports:
  1249          - containerPort: 9999
  1250            hostPort: 9999
  1251        volumes:
  1252        - name: service
  1253          secret:
  1254            secretName: service-account
  1255        - name: ssh
  1256          secret:
  1257            defaultMode: 256
  1258            secretName: ssh-key-secret
  1259        - name: cache-ssd
  1260          hostPath:
  1261            path: /mnt/disks/ssd0
  1262  
  1263    - name: pull-security-kubernetes-e2e-gke
  1264      agent: jenkins
  1265      context: pull-security-kubernetes-e2e-gke
  1266      rerun_command: "/test pull-security-kubernetes-e2e-gke"
  1267      trigger: "(?m)^/test pull-security-kubernetes-e2e-gke,?(\\s+|$)"
  1268    - name: pull-security-kubernetes-e2e-gke-gci
  1269      agent: jenkins
  1270      context: pull-security-kubernetes-e2e-gke-gci
  1271      rerun_command: "/test pull-security-kubernetes-e2e-gke-gci"
  1272      trigger: "(?m)^/test pull-security-kubernetes-e2e-gke-gci,?(\\s+|$)"
  1273    - name: pull-security-kubernetes-e2e-gke-gpu
  1274      agent: kubernetes
  1275      skip_branches:
  1276      - release-1.4
  1277      - release-1.5
  1278      - release-1.6
  1279      always_run: false
  1280      skip_report: false
  1281      max_concurrency: 1
  1282      context: pull-security-kubernetes-e2e-gke-gpu
  1283      rerun_command: "/test pull-security-kubernetes-e2e-gke-gpu"
  1284      trigger: "(?m)^/test pull-security-kubernetes-e2e-gke-gpu,?(\\s+|$)"
  1285      spec:
  1286        containers:
  1287        - image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  1288          args:
  1289          - --root=/go/src
  1290          - "--clean"
  1291          - "--git-cache=/root/.cache/git"
  1292          - "--job=$(JOB_NAME)"
  1293          - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
  1294          - "--repo=k8s.io/release"
  1295          - "--service-account=/etc/service-account/service-account.json"
  1296          - "--upload=gs://kubernetes-jenkins/pr-logs"
  1297          - "--timeout=90"
  1298          env:
  1299          - name: GOOGLE_APPLICATION_CREDENTIALS
  1300            value: /etc/service-account/service-account.json
  1301          - name: USER
  1302            value: prow
  1303          - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  1304            value: /etc/ssh-key-secret/ssh-private
  1305          - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  1306            value: /etc/ssh-key-secret/ssh-public
  1307          - name: TEST_TMPDIR
  1308            value: /root/.cache/bazel
  1309          # Bazel needs privileged mode in order to sandbox builds.
  1310          securityContext:
  1311            privileged: true
  1312          volumeMounts:
  1313          - mountPath: /etc/service-account
  1314            name: service
  1315            readOnly: true
  1316          - mountPath: /etc/ssh-key-secret
  1317            name: ssh
  1318            readOnly: true
  1319          - name: cache-ssd
  1320            mountPath: /root/.cache
  1321          ports:
  1322          - containerPort: 9999
  1323            hostPort: 9999
  1324        volumes:
  1325        - name: service
  1326          secret:
  1327            secretName: service-account
  1328        - name: ssh
  1329          secret:
  1330            defaultMode: 256
  1331            secretName: ssh-key-secret
  1332        - name: cache-ssd
  1333          hostPath:
  1334            path: /mnt/disks/ssd0
  1335  
  1336    - name: pull-security-kubernetes-e2e-kops-aws
  1337      agent: jenkins
  1338      always_run: true
  1339      context: pull-security-kubernetes-e2e-kops-aws
  1340      rerun_command: "/test pull-security-kubernetes-e2e-kops-aws"
  1341      trigger: "(?m)^/test( all| pull-security-kubernetes-e2e-kops-aws),?(\\s+|$)"
  1342      skip_branches:
  1343      - release-1.4
  1344      - release-1.5
  1345    - name: pull-security-kubernetes-e2e-kops-aws-prow
  1346      agent: kubernetes
  1347      branches:
  1348      - release-1.7
  1349      always_run: false
  1350      skip_report: false
  1351      max_concurrency: 3
  1352      context: pull-security-kubernetes-e2e-kops-aws-prow
  1353      rerun_command: "/test pull-security-kubernetes-e2e-kops-aws-prow"
  1354      trigger: "(?m)^/test pull-security-kubernetes-e2e-kops-aws-prow,?(\\s+|$)"
  1355      spec:
  1356        containers:
  1357        - image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  1358          args:
  1359          - --root=/go/src
  1360          - "--clean"
  1361          - "--git-cache=/root/.cache/git"
  1362          - "--job=$(JOB_NAME)"
  1363          - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
  1364          - "--repo=k8s.io/release"
  1365          - "--service-account=/etc/service-account/service-account.json"
  1366          - "--upload=gs://kubernetes-jenkins/pr-logs"
  1367          - "--timeout=75"
  1368          env:
  1369          - name: GOOGLE_APPLICATION_CREDENTIALS
  1370            value: /etc/service-account/service-account.json
  1371          - name: USER
  1372            value: prow
  1373          - name: JENKINS_AWS_CREDENTIALS_FILE
  1374            value: /etc/aws-cred/credentials
  1375          - name: JENKINS_AWS_SSH_PRIVATE_KEY_FILE
  1376            value: /etc/aws-ssh/aws-ssh-private
  1377          - name: JENKINS_AWS_SSH_PUBLIC_KEY_FILE
  1378            value: /etc/aws-ssh/aws-ssh-public
  1379          - name: TEST_TMPDIR
  1380            value: /root/.cache/bazel
  1381          # Bazel needs privileged mode in order to sandbox builds.
  1382          securityContext:
  1383            privileged: true
  1384          volumeMounts:
  1385          - mountPath: /etc/service-account
  1386            name: service
  1387            readOnly: true
  1388          - mountPath: /etc/aws-ssh
  1389            name: aws-ssh
  1390            readOnly: true
  1391          - mountPath: /etc/aws-cred
  1392            name: aws-cred
  1393            readOnly: true
  1394          - name: cache-ssd
  1395            mountPath: /root/.cache
  1396          ports:
  1397          - containerPort: 9999
  1398            hostPort: 9999
  1399        volumes:
  1400        - name: service
  1401          secret:
  1402            secretName: service-account
  1403        - name: aws-ssh
  1404          secret:
  1405            defaultMode: 256
  1406            secretName: aws-ssh-key-secret
  1407        - name: aws-cred
  1408          secret:
  1409            defaultMode: 256
  1410            secretName: aws-cred
  1411        - name: cache-ssd
  1412          hostPath:
  1413            path: /mnt/disks/ssd0
  1414    - name: pull-security-kubernetes-e2e-kops-aws-prow
  1415      agent: kubernetes
  1416      branches:
  1417      - master
  1418      always_run: false
  1419      skip_report: false
  1420      max_concurrency: 3
  1421      context: pull-security-kubernetes-e2e-kops-aws-prow
  1422      rerun_command: "/test pull-security-kubernetes-e2e-kops-aws-prow"
  1423      trigger: "(?m)^/test pull-security-kubernetes-e2e-kops-aws-prow,?(\\s+|$)"
  1424      spec:
  1425        containers:
  1426        - image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  1427          args:
  1428          - --root=/go/src
  1429          - "--clean"
  1430          - "--git-cache=/root/.cache/git"
  1431          - "--job=$(JOB_NAME)"
  1432          - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
  1433          - "--repo=k8s.io/release"
  1434          - "--service-account=/etc/service-account/service-account.json"
  1435          - "--upload=gs://kubernetes-jenkins/pr-logs"
  1436          - "--timeout=75"
  1437          env:
  1438          - name: GOOGLE_APPLICATION_CREDENTIALS
  1439            value: /etc/service-account/service-account.json
  1440          - name: USER
  1441            value: prow
  1442          - name: JENKINS_AWS_CREDENTIALS_FILE
  1443            value: /etc/aws-cred/credentials
  1444          - name: JENKINS_AWS_SSH_PRIVATE_KEY_FILE
  1445            value: /etc/aws-ssh/aws-ssh-private
  1446          - name: JENKINS_AWS_SSH_PUBLIC_KEY_FILE
  1447            value: /etc/aws-ssh/aws-ssh-public
  1448          - name: TEST_TMPDIR
  1449            value: /root/.cache/bazel
  1450          # Bazel needs privileged mode in order to sandbox builds.
  1451          securityContext:
  1452            privileged: true
  1453          volumeMounts:
  1454          - mountPath: /etc/service-account
  1455            name: service
  1456            readOnly: true
  1457          - mountPath: /etc/aws-ssh
  1458            name: aws-ssh
  1459            readOnly: true
  1460          - mountPath: /etc/aws-cred
  1461            name: aws-cred
  1462            readOnly: true
  1463          - name: cache-ssd
  1464            mountPath: /root/.cache
  1465          ports:
  1466          - containerPort: 9999
  1467            hostPort: 9999
  1468        volumes:
  1469        - name: service
  1470          secret:
  1471            secretName: service-account
  1472        - name: aws-ssh
  1473          secret:
  1474            defaultMode: 256
  1475            secretName: aws-ssh-key-secret
  1476        - name: aws-cred
  1477          secret:
  1478            defaultMode: 256
  1479            secretName: aws-cred
  1480        - name: cache-ssd
  1481          hostPath:
  1482            path: /mnt/disks/ssd0
  1483  
  1484    - name: pull-security-kubernetes-federation-e2e-gce
  1485      agent: jenkins
  1486      skip_branches:
  1487      - release-1.4
  1488      - release-1.5
  1489      - release-1.6
  1490      always_run: false
  1491      context: pull-security-kubernetes-federation-e2e-gce
  1492      rerun_command: "/test pull-security-kubernetes-federation-e2e-gce"
  1493      trigger: "(?m)^/test pull-security-kubernetes-federation-e2e-gce,?(\\s+|$)"
  1494    - name: pull-security-kubernetes-federation-e2e-gce-canary
  1495      agent: kubernetes
  1496      skip_branches:
  1497      - release-1.4
  1498      - release-1.5
  1499      - release-1.6
  1500      always_run: false
  1501      skip_report: false
  1502      max_concurrency: 12
  1503      context: pull-security-kubernetes-federation-e2e-gce-canary
  1504      rerun_command: "/test pull-security-kubernetes-federation-e2e-gce-canary"
  1505      trigger: "(?m)^/test pull-security-kubernetes-federation-e2e-gce-canary,?(\\s+|$)"
  1506      spec:
  1507        containers:
  1508        - image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  1509          args:
  1510          - --root=/go/src
  1511          - "--clean"
  1512          - "--git-cache=/root/.cache/git"
  1513          - "--job=$(JOB_NAME)"
  1514          - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
  1515          - "--repo=k8s.io/release"
  1516          - "--service-account=/etc/service-account/service-account.json"
  1517          - "--upload=gs://kubernetes-jenkins/pr-logs"
  1518          - --timeout=110
  1519          env:
  1520          - name: GOOGLE_APPLICATION_CREDENTIALS
  1521            value: /etc/service-account/service-account.json
  1522          - name: USER
  1523            value: prow
  1524          - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  1525            value: /etc/ssh-key-secret/ssh-private
  1526          - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  1527            value: /etc/ssh-key-secret/ssh-public
  1528          - name: TEST_TMPDIR
  1529            value: /root/.cache/bazel
  1530          # Bazel needs privileged mode in order to sandbox builds.
  1531          securityContext:
  1532            privileged: true
  1533          volumeMounts:
  1534          - mountPath: /etc/service-account
  1535            name: service
  1536            readOnly: true
  1537          - mountPath: /etc/ssh-key-secret
  1538            name: ssh
  1539            readOnly: true
  1540          - mountPath: /root/.cache
  1541            name: cache-ssd
  1542          ports:
  1543          - containerPort: 9999
  1544            hostPort: 9999
  1545        volumes:
  1546        - name: service
  1547          secret:
  1548            secretName: service-account
  1549        - name: ssh
  1550          secret:
  1551            defaultMode: 256
  1552            secretName: ssh-key-secret
  1553        - hostPath:
  1554            path: /mnt/disks/ssd0
  1555          name: cache-ssd
  1556  
  1557    - name: pull-security-kubernetes-kubemark-e2e-gce
  1558      agent: jenkins
  1559      always_run: true
  1560      context: pull-security-kubernetes-kubemark-e2e-gce
  1561      rerun_command: "/test pull-security-kubernetes-kubemark-e2e-gce"
  1562      trigger: "(?m)^/test( all| pull-security-kubernetes-kubemark-e2e-gce),?(\\s+|$)"
  1563      skip_branches:
  1564      - release-1.4
  1565    - name: pull-security-kubernetes-kubemark-e2e-gce-big
  1566      agent: jenkins
  1567      always_run: false
  1568      context: pull-security-kubernetes-kubemark-e2e-gce-big
  1569      rerun_command: "/test pull-security-kubernetes-kubemark-e2e-gce-big"
  1570      trigger: "(?m)^/test pull-security-kubernetes-kubemark-e2e-gce-big,?(\\s+|$)"
  1571    - name: pull-security-kubernetes-node-e2e
  1572      agent: jenkins
  1573      always_run: true
  1574      context: pull-security-kubernetes-node-e2e
  1575      rerun_command: "/test pull-security-kubernetes-node-e2e"
  1576      trigger: "(?m)^/test( all| pull-security-kubernetes-node-e2e),?(\\s+|$)"
  1577    - name: pull-security-kubernetes-node-e2e-prow
  1578      agent: kubernetes
  1579      skip_branches:
  1580      - release-1.4
  1581      - release-1.5
  1582      - release-1.6
  1583      always_run: false
  1584      skip_report: false
  1585      max_concurrency: 1
  1586      context: pull-security-kubernetes-node-e2e-prow
  1587      rerun_command: "/test pull-security-kubernetes-node-e2e-prow"
  1588      trigger: "(?m)^/test pull-security-kubernetes-node-e2e-prow,?(\\s+|$)"
  1589      spec:
  1590        containers:
  1591        - image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  1592          args:
  1593          - --root=/go/src
  1594          - "--clean"
  1595          - "--git-cache=/root/.cache/git"
  1596          - "--job=$(JOB_NAME)"
  1597          - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
  1598          - "--repo=k8s.io/release"
  1599          - "--service-account=/etc/service-account/service-account.json"
  1600          - "--upload=gs://kubernetes-jenkins/pr-logs"
  1601          - "--timeout=90"
  1602          env:
  1603          - name: GOOGLE_APPLICATION_CREDENTIALS
  1604            value: /etc/service-account/service-account.json
  1605          - name: USER
  1606            value: prow
  1607          - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  1608            value: /etc/ssh-key-secret/ssh-private
  1609          - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  1610            value: /etc/ssh-key-secret/ssh-public
  1611          - name: TEST_TMPDIR
  1612            value: /root/.cache/bazel
  1613          # Bazel needs privileged mode in order to sandbox builds.
  1614          securityContext:
  1615            privileged: true
  1616          volumeMounts:
  1617          - mountPath: /etc/service-account
  1618            name: service
  1619            readOnly: true
  1620          - mountPath: /etc/ssh-key-secret
  1621            name: ssh
  1622            readOnly: true
  1623          - name: cache-ssd
  1624            mountPath: /root/.cache
  1625          ports:
  1626          - containerPort: 9999
  1627            hostPort: 9999
  1628        volumes:
  1629        - name: service
  1630          secret:
  1631            secretName: service-account
  1632        - name: ssh
  1633          secret:
  1634            defaultMode: 256
  1635            secretName: ssh-key-secret
  1636        - name: cache-ssd
  1637          hostPath:
  1638            path: /mnt/disks/ssd0
  1639  
  1640    - name: pull-security-kubernetes-unit
  1641      agent: jenkins
  1642      always_run: true
  1643      context: pull-security-kubernetes-unit
  1644      rerun_command: "/test pull-security-kubernetes-unit"
  1645      trigger: "(?m)^/test( all| pull-security-kubernetes-unit),?(\\s+|$)"
  1646    - name: pull-security-kubernetes-verify
  1647      agent: jenkins
  1648      always_run: true
  1649      context: pull-security-kubernetes-verify
  1650      rerun_command: "/test pull-security-kubernetes-verify"
  1651      trigger: "(?m)^/test( all| pull-security-kubernetes-verify),?(\\s+|$)"
  1652    kubernetes/test-infra:
  1653    - name: pull-test-infra-bazel
  1654      agent: kubernetes
  1655      context: pull-test-infra-bazel
  1656      branches:
  1657      - master
  1658      always_run: true
  1659      rerun_command: "/test pull-test-infra-bazel"
  1660      trigger: "(?m)^/test( all| pull-test-infra-bazel),?(\\s+|$)"
  1661      spec:
  1662        containers:
  1663        - image: gcr.io/k8s-testimages/bazelbuild:v20171005-2f37588f-0.6.1
  1664          args:
  1665          - "--clean"
  1666          - "--git-cache=/root/.cache/git"
  1667          - "--job=$(JOB_NAME)"
  1668          - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
  1669          - "--service-account=/etc/service-account/service-account.json"
  1670          - "--upload=gs://kubernetes-jenkins/pr-logs"
  1671          env:
  1672          - name: TEST_TMPDIR
  1673            value: /root/.cache/bazel
  1674          # Bazel needs privileged mode in order to sandbox builds.
  1675          securityContext:
  1676            privileged: true
  1677          volumeMounts:
  1678          - name: service
  1679            mountPath: /etc/service-account
  1680            readOnly: true
  1681          - name: cache-ssd
  1682            mountPath: /root/.cache
  1683          ports:
  1684          - containerPort: 9999
  1685            hostPort: 9999
  1686        volumes:
  1687        - name: service
  1688          secret:
  1689            secretName: service-account
  1690        - name: cache-ssd
  1691          hostPath:
  1692            path: /mnt/disks/ssd0
  1693  
  1694    - name: pull-test-infra-gubernator
  1695      agent: kubernetes
  1696      context: pull-test-infra-gubernator
  1697      branches:
  1698      - master
  1699      rerun_command: "/test pull-test-infra-gubernator"
  1700      trigger: "(?m)^/test pull-test-infra-gubernator,?(\\s+|$)"
  1701      run_if_changed: 'gubernator|prow/config.yaml'
  1702      spec:
  1703        containers:
  1704        - image: gcr.io/k8s-testimages/gubernator:0.4
  1705          args:
  1706          - "--job=$(JOB_NAME)"
  1707          - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
  1708          - --upload=gs://kubernetes-jenkins/pr-logs
  1709          - --service-account=/etc/service-account/service-account.json
  1710          volumeMounts:
  1711          - name: service
  1712            mountPath: /etc/service-account
  1713            readOnly: true
  1714          - name: cache-ssd
  1715            mountPath: /root/.cache
  1716          ports:
  1717          - containerPort: 9999
  1718            hostPort: 9999
  1719        volumes:
  1720        - name: service
  1721          secret:
  1722            secretName: service-account
  1723        - name: cache-ssd
  1724          hostPath:
  1725            path: /mnt/disks/ssd0
  1726  
  1727    - name: pull-test-infra-verify-bazel
  1728      agent: kubernetes
  1729      context: pull-test-infra-verify-bazel
  1730      branches:
  1731      - master
  1732      rerun_command: "/test pull-test-infra-verify-bazel"
  1733      trigger: "(?m)^/test( all| pull-test-infra-verify-bazel),?(\\s+|$)"
  1734      always_run: true
  1735      spec:
  1736        containers:
  1737        - image: gcr.io/k8s-testimages/gcloud-in-go:0.4
  1738          args:
  1739          - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
  1740          - "--root=/go/src"
  1741          - "--upload=gs://kubernetes-jenkins/pr-logs"
  1742          - "--clean"
  1743          env:
  1744          - name: GOOGLE_APPLICATION_CREDENTIALS
  1745            value: /etc/service-account/service-account.json
  1746          volumeMounts:
  1747          - name: service
  1748            mountPath: /etc/service-account
  1749            readOnly: true
  1750          - name: cache-ssd
  1751            mountPath: /root/.cache
  1752          ports:
  1753          - containerPort: 9999
  1754            hostPort: 9999
  1755        volumes:
  1756        - name: service
  1757          secret:
  1758            secretName: service-account
  1759        - name: cache-ssd
  1760          hostPath:
  1761            path: /mnt/disks/ssd0
  1762  
  1763    - name: pull-test-infra-verify-gofmt
  1764      agent: kubernetes
  1765      context: pull-test-infra-verify-gofmt
  1766      branches:
  1767      - master
  1768      rerun_command: "/test pull-test-infra-verify-gofmt"
  1769      trigger: "/test( all| pull-test-infra-verify-gofmt)"
  1770      always_run: true
  1771      spec:
  1772        containers:
  1773        - image: gcr.io/k8s-testimages/gcloud-in-go:0.4
  1774          args:
  1775          - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
  1776          - "--root=/go/src"
  1777          - "--upload=gs://kubernetes-jenkins/pr-logs"
  1778          - "--clean"
  1779          env:
  1780          - name: GOOGLE_APPLICATION_CREDENTIALS
  1781            value: /etc/service-account/service-account.json
  1782          volumeMounts:
  1783          - name: service
  1784            mountPath: /etc/service-account
  1785            readOnly: true
  1786          - name: cache-ssd
  1787            mountPath: /root/.cache
  1788          ports:
  1789          - containerPort: 9999
  1790            hostPort: 9999
  1791        volumes:
  1792        - name: service
  1793          secret:
  1794            secretName: service-account
  1795        - name: cache-ssd
  1796          hostPath:
  1797            path: /mnt/disks/ssd0
  1798  
  1799    - name: pull-test-infra-verify-govet
  1800      agent: kubernetes
  1801      context: pull-test-infra-verify-govet
  1802      branches:
  1803      - master
  1804      rerun_command: "/test pull-test-infra-verify-govet"
  1805      trigger: "/test( all| pull-test-infra-verify-govet)"
  1806      always_run: true
  1807      spec:
  1808        containers:
  1809        - image: gcr.io/k8s-testimages/gcloud-in-go:0.4
  1810          args:
  1811          - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
  1812          - "--root=/go/src"
  1813          - "--upload=gs://kubernetes-jenkins/pr-logs"
  1814          - "--clean"
  1815          env:
  1816          - name: GOOGLE_APPLICATION_CREDENTIALS
  1817            value: /etc/service-account/service-account.json
  1818          volumeMounts:
  1819          - name: service
  1820            mountPath: /etc/service-account
  1821            readOnly: true
  1822          - name: cache-ssd
  1823            mountPath: /root/.cache
  1824          ports:
  1825          - containerPort: 9999
  1826            hostPort: 9999
  1827        volumes:
  1828        - name: service
  1829          secret:
  1830            secretName: service-account
  1831        - name: cache-ssd
  1832          hostPath:
  1833            path: /mnt/disks/ssd0
  1834  
  1835  postsubmits:
  1836    kubernetes/kubernetes:
  1837    - name: ci-kubernetes-bazel-build
  1838      agent: kubernetes
  1839      branches:
  1840      - master
  1841      spec:
  1842        containers:
  1843        - image: gcr.io/k8s-testimages/bazelbuild:v20170925-2204c0cb
  1844          args:
  1845          - "--clean"
  1846          - "--git-cache=/root/.cache/git"
  1847          - "--job=$(JOB_NAME)"
  1848          - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
  1849          - "--service-account=/etc/service-account/service-account.json"
  1850          - "--upload=gs://kubernetes-jenkins/logs"
  1851          env:
  1852          - name: TEST_TMPDIR
  1853            value: /root/.cache/bazel
  1854          # Bazel needs privileged mode in order to sandbox builds.
  1855          securityContext:
  1856            privileged: true
  1857          volumeMounts:
  1858          - name: service
  1859            mountPath: /etc/service-account
  1860            readOnly: true
  1861          - name: cache-ssd
  1862            mountPath: /root/.cache
  1863          ports:
  1864          - containerPort: 9999
  1865            hostPort: 9999
  1866        volumes:
  1867        - name: service
  1868          secret:
  1869            secretName: service-account
  1870        - name: cache-ssd
  1871          hostPath:
  1872            path: /mnt/disks/ssd0
  1873      run_after_success:
  1874      - name: ci-kubernetes-bazel-test
  1875        agent: kubernetes
  1876        spec:
  1877          containers:
  1878          - image: gcr.io/k8s-testimages/bazelbuild:v20170925-2204c0cb
  1879            args:
  1880            - "--clean"
  1881            - "--git-cache=/root/.cache/git"
  1882            - "--job=$(JOB_NAME)"
  1883            - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
  1884            - "--service-account=/etc/service-account/service-account.json"
  1885            - "--upload=gs://kubernetes-jenkins/logs"
  1886            env:
  1887            - name: TEST_TMPDIR
  1888              value: /root/.cache/bazel
  1889            securityContext:
  1890              privileged: true
  1891            volumeMounts:
  1892            - name: service
  1893              mountPath: /etc/service-account
  1894              readOnly: true
  1895            - name: cache-ssd
  1896              mountPath: /root/.cache
  1897            ports:
  1898            - containerPort: 9999
  1899              hostPort: 9999
  1900          volumes:
  1901          - name: service
  1902            secret:
  1903              secretName: service-account
  1904          - name: cache-ssd
  1905            hostPath:
  1906              path: /mnt/disks/ssd0
  1907        run_after_success:
  1908        - name: ci-kubernetes-e2e-kubeadm-gce
  1909          agent: kubernetes
  1910          spec:
  1911            containers:
  1912            - image: gcr.io/k8s-testimages/e2e-kubeadm:v20171003-d61471c6
  1913              args:
  1914              - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
  1915              - "--clean"
  1916              - "--git-cache=/root/.cache/git"
  1917              - "--timeout=320"
  1918              - "--upload=gs://kubernetes-jenkins/logs"
  1919              env:
  1920              - name: USER
  1921                value: prow
  1922              - name: GOOGLE_APPLICATION_CREDENTIALS
  1923                value: /etc/service-account/service-account.json
  1924              - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  1925                value: /etc/ssh-key-secret/ssh-private
  1926              - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  1927                value: /etc/ssh-key-secret/ssh-public
  1928              volumeMounts:
  1929              - name: service
  1930                mountPath: /etc/service-account
  1931                readOnly: true
  1932              - name: ssh
  1933                mountPath: /etc/ssh-key-secret
  1934                readOnly: true
  1935              - name: cache-ssd
  1936                mountPath: /root/.cache
  1937              ports:
  1938              - containerPort: 9999
  1939                hostPort: 9999
  1940            volumes:
  1941            - name: service
  1942              secret:
  1943                secretName: service-account
  1944            - name: ssh
  1945              secret:
  1946                secretName: ssh-key-secret
  1947                defaultMode: 0400
  1948            - name: cache-ssd
  1949              hostPath:
  1950                path: /mnt/disks/ssd0
  1951        - name: ci-kubernetes-e2e-kubeadm-gce-stable-on-master
  1952          agent: kubernetes
  1953          spec:
  1954            containers:
  1955            - image: gcr.io/k8s-testimages/e2e-kubeadm:v20171003-d61471c6
  1956              args:
  1957              - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
  1958              - "--clean"
  1959              - "--git-cache=/root/.cache/git"
  1960              - "--timeout=320"
  1961              - "--upload=gs://kubernetes-jenkins/logs"
  1962              env:
  1963              - name: USER
  1964                value: prow
  1965              - name: GOOGLE_APPLICATION_CREDENTIALS
  1966                value: /etc/service-account/service-account.json
  1967              - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  1968                value: /etc/ssh-key-secret/ssh-private
  1969              - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  1970                value: /etc/ssh-key-secret/ssh-public
  1971              volumeMounts:
  1972              - name: service
  1973                mountPath: /etc/service-account
  1974                readOnly: true
  1975              - name: ssh
  1976                mountPath: /etc/ssh-key-secret
  1977                readOnly: true
  1978              - name: cache-ssd
  1979                mountPath: /root/.cache
  1980              ports:
  1981              - containerPort: 9999
  1982                hostPort: 9999
  1983            volumes:
  1984            - name: service
  1985              secret:
  1986                secretName: service-account
  1987            - name: ssh
  1988              secret:
  1989                secretName: ssh-key-secret
  1990                defaultMode: 0400
  1991            - name: cache-ssd
  1992              hostPath:
  1993                path: /mnt/disks/ssd0
  1994  
  1995    - name: ci-kubernetes-bazel-build-1-6
  1996      agent: kubernetes
  1997      branches:
  1998      - release-1.6
  1999      spec:
  2000        containers:
  2001        - image: gcr.io/k8s-testimages/bazelbuild:v20170925-e6088edc  # https://github.com/kubernetes/kubernetes/issues/51571
  2002          args:
  2003          - "--clean"
  2004          - "--git-cache=/root/.cache/git"
  2005          - "--job=$(JOB_NAME)"
  2006          - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
  2007          - "--service-account=/etc/service-account/service-account.json"
  2008          - "--upload=gs://kubernetes-jenkins/logs"
  2009          env:
  2010          - name: TEST_TMPDIR
  2011            value: /root/.cache/bazel
  2012          # Bazel needs privileged mode in order to sandbox builds.
  2013          securityContext:
  2014            privileged: true
  2015          volumeMounts:
  2016          - name: service
  2017            mountPath: /etc/service-account
  2018            readOnly: true
  2019          - name: cache-ssd
  2020            mountPath: /root/.cache
  2021          ports:
  2022          - containerPort: 9999
  2023            hostPort: 9999
  2024        volumes:
  2025        - name: service
  2026          secret:
  2027            secretName: service-account
  2028        - name: cache-ssd
  2029          hostPath:
  2030            path: /mnt/disks/ssd0
  2031      run_after_success:
  2032      - name: ci-kubernetes-bazel-test-1-6
  2033        agent: kubernetes
  2034        spec:
  2035          containers:
  2036          - image: gcr.io/k8s-testimages/bazelbuild:v20170925-e6088edc  # https://github.com/kubernetes/kubernetes/issues/51571
  2037            args:
  2038            - "--clean"
  2039            - "--git-cache=/root/.cache/git"
  2040            - "--job=$(JOB_NAME)"
  2041            - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
  2042            - "--service-account=/etc/service-account/service-account.json"
  2043            - "--upload=gs://kubernetes-jenkins/logs"
  2044            env:
  2045            - name: TEST_TMPDIR
  2046              value: /root/.cache/bazel
  2047            securityContext:
  2048              privileged: true
  2049            volumeMounts:
  2050            - name: service
  2051              mountPath: /etc/service-account
  2052              readOnly: true
  2053            - name: cache-ssd
  2054              mountPath: /root/.cache
  2055            ports:
  2056            - containerPort: 9999
  2057              hostPort: 9999
  2058          volumes:
  2059          - name: service
  2060            secret:
  2061              secretName: service-account
  2062          - name: cache-ssd
  2063            hostPath:
  2064              path: /mnt/disks/ssd0
  2065      - name: ci-kubernetes-e2e-kubeadm-gce-1-6
  2066        agent: kubernetes
  2067        spec:
  2068          containers:
  2069          - image: gcr.io/k8s-testimages/e2e-kubeadm:v20171003-d61471c6
  2070            args:
  2071            - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
  2072            - "--clean"
  2073            - "--git-cache=/root/.cache/git"
  2074            - "--timeout=320"
  2075            - "--upload=gs://kubernetes-jenkins/logs"
  2076            env:
  2077            - name: USER
  2078              value: prow
  2079            - name: GOOGLE_APPLICATION_CREDENTIALS
  2080              value: /etc/service-account/service-account.json
  2081            - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  2082              value: /etc/ssh-key-secret/ssh-private
  2083            - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  2084              value: /etc/ssh-key-secret/ssh-public
  2085            volumeMounts:
  2086            - name: service
  2087              mountPath: /etc/service-account
  2088              readOnly: true
  2089            - name: ssh
  2090              mountPath: /etc/ssh-key-secret
  2091              readOnly: true
  2092            - name: cache-ssd
  2093              mountPath: /root/.cache
  2094            ports:
  2095            - containerPort: 9999
  2096              hostPort: 9999
  2097          volumes:
  2098          - name: service
  2099            secret:
  2100              secretName: service-account
  2101          - name: ssh
  2102            secret:
  2103              secretName: ssh-key-secret
  2104              defaultMode: 0400
  2105          - name: cache-ssd
  2106            hostPath:
  2107              path: /mnt/disks/ssd0
  2108  
  2109    - name: ci-kubernetes-bazel-build-1-7
  2110      agent: kubernetes
  2111      branches:
  2112      - release-1.7
  2113      spec:
  2114        containers:
  2115        - image: gcr.io/k8s-testimages/bazelbuild:v20170925-2204c0cb
  2116          args:
  2117          - "--clean"
  2118          - "--git-cache=/root/.cache/git"
  2119          - "--job=$(JOB_NAME)"
  2120          - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
  2121          - "--service-account=/etc/service-account/service-account.json"
  2122          - "--upload=gs://kubernetes-jenkins/logs"
  2123          # Bazel needs privileged mode in order to sandbox builds.
  2124          securityContext:
  2125            privileged: true
  2126          env:
  2127          # Make Bazel use shared cache for its root
  2128          # https://docs.bazel.build/versions/master/output_directories.html#documentation-of-the-current-bazel-output-directory-layout
  2129          - name: TEST_TMPDIR
  2130            value: /root/.cache/bazel
  2131          volumeMounts:
  2132          - name: service
  2133            mountPath: /etc/service-account
  2134            readOnly: true
  2135          - name: cache-ssd
  2136            mountPath: /root/.cache
  2137          ports:
  2138          - containerPort: 9999
  2139            hostPort: 9999
  2140        volumes:
  2141        - name: service
  2142          secret:
  2143            secretName: service-account
  2144        - name: cache-ssd
  2145          hostPath:
  2146            path: /mnt/disks/ssd0
  2147      run_after_success:
  2148      - name: ci-kubernetes-bazel-test-1-7
  2149        agent: kubernetes
  2150        spec:
  2151          containers:
  2152          - image: gcr.io/k8s-testimages/bazelbuild:v20170925-2204c0cb
  2153            args:
  2154            - "--clean"
  2155            - "--git-cache=/root/.cache/git"
  2156            - "--job=$(JOB_NAME)"
  2157            - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
  2158            - "--service-account=/etc/service-account/service-account.json"
  2159            - "--upload=gs://kubernetes-jenkins/logs"
  2160            securityContext:
  2161              privileged: true
  2162            env:
  2163            # Make Bazel use shared cache for its root
  2164            # https://docs.bazel.build/versions/master/output_directories.html#documentation-of-the-current-bazel-output-directory-layout
  2165            - name: TEST_TMPDIR
  2166              value: /root/.cache/bazel
  2167            volumeMounts:
  2168            - name: service
  2169              mountPath: /etc/service-account
  2170              readOnly: true
  2171            - name: cache-ssd
  2172              mountPath: /root/.cache
  2173            ports:
  2174            - containerPort: 9999
  2175              hostPort: 9999
  2176          volumes:
  2177          - name: service
  2178            secret:
  2179              secretName: service-account
  2180          - name: cache-ssd
  2181            hostPath:
  2182              path: /mnt/disks/ssd0
  2183      - name: ci-kubernetes-e2e-kubeadm-gce-1-7
  2184        agent: kubernetes
  2185        spec:
  2186          containers:
  2187          - image: gcr.io/k8s-testimages/e2e-kubeadm:v20171003-d61471c6
  2188            args:
  2189            - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
  2190            - "--clean"
  2191            - "--git-cache=/root/.cache/git"
  2192            - "--timeout=320"
  2193            - "--upload=gs://kubernetes-jenkins/logs"
  2194            env:
  2195            - name: USER
  2196              value: prow
  2197            - name: GOOGLE_APPLICATION_CREDENTIALS
  2198              value: /etc/service-account/service-account.json
  2199            - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  2200              value: /etc/ssh-key-secret/ssh-private
  2201            - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  2202              value: /etc/ssh-key-secret/ssh-public
  2203            volumeMounts:
  2204            - name: service
  2205              mountPath: /etc/service-account
  2206              readOnly: true
  2207            - name: ssh
  2208              mountPath: /etc/ssh-key-secret
  2209              readOnly: true
  2210            - name: cache-ssd
  2211              mountPath: /root/.cache
  2212            ports:
  2213            - containerPort: 9999
  2214              hostPort: 9999
  2215          volumes:
  2216          - name: service
  2217            secret:
  2218              secretName: service-account
  2219          - name: ssh
  2220            secret:
  2221              secretName: ssh-key-secret
  2222              defaultMode: 0400
  2223          - name: cache-ssd
  2224            hostPath:
  2225              path: /mnt/disks/ssd0
  2226      - name: ci-kubernetes-e2e-kubeadm-gce-1-6-on-1-7
  2227        agent: kubernetes
  2228        spec:
  2229          containers:
  2230          - image: gcr.io/k8s-testimages/e2e-kubeadm:v20171003-d61471c6
  2231            args:
  2232            - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
  2233            - "--clean"
  2234            - "--git-cache=/root/.cache/git"
  2235            - "--timeout=320"
  2236            - "--upload=gs://kubernetes-jenkins/logs"
  2237            env:
  2238            - name: USER
  2239              value: prow
  2240            - name: GOOGLE_APPLICATION_CREDENTIALS
  2241              value: /etc/service-account/service-account.json
  2242            - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  2243              value: /etc/ssh-key-secret/ssh-private
  2244            - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  2245              value: /etc/ssh-key-secret/ssh-public
  2246            volumeMounts:
  2247            - name: service
  2248              mountPath: /etc/service-account
  2249              readOnly: true
  2250            - name: ssh
  2251              mountPath: /etc/ssh-key-secret
  2252              readOnly: true
  2253            - name: cache-ssd
  2254              mountPath: /root/.cache
  2255            ports:
  2256            - containerPort: 9999
  2257              hostPort: 9999
  2258          volumes:
  2259          - name: service
  2260            secret:
  2261              secretName: service-account
  2262          - name: ssh
  2263            secret:
  2264              secretName: ssh-key-secret
  2265              defaultMode: 0400
  2266          - name: cache-ssd
  2267            hostPath:
  2268              path: /mnt/disks/ssd0
  2269  
  2270    - name: ci-kubernetes-bazel-build-1-8
  2271      agent: kubernetes
  2272      branches:
  2273      - release-1.8
  2274      spec:
  2275        containers:
  2276        - image: gcr.io/k8s-testimages/bazelbuild:v20170925-2204c0cb
  2277          args:
  2278          - "--clean"
  2279          - "--git-cache=/root/.cache/git"
  2280          - "--job=$(JOB_NAME)"
  2281          - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
  2282          - "--service-account=/etc/service-account/service-account.json"
  2283          - "--upload=gs://kubernetes-jenkins/logs"
  2284          # Bazel needs privileged mode in order to sandbox builds.
  2285          securityContext:
  2286            privileged: true
  2287          env:
  2288          # Make Bazel use shared cache for its root
  2289          # https://docs.bazel.build/versions/master/output_directories.html#documentation-of-the-current-bazel-output-directory-layout
  2290          - name: TEST_TMPDIR
  2291            value: /root/.cache/bazel
  2292          volumeMounts:
  2293          - name: service
  2294            mountPath: /etc/service-account
  2295            readOnly: true
  2296          - name: cache-ssd
  2297            mountPath: /root/.cache
  2298          ports:
  2299          - containerPort: 9999
  2300            hostPort: 9999
  2301        volumes:
  2302        - name: service
  2303          secret:
  2304            secretName: service-account
  2305        - name: cache-ssd
  2306          hostPath:
  2307            path: /mnt/disks/ssd0
  2308      run_after_success:
  2309      - name: ci-kubernetes-bazel-test-1-8
  2310        agent: kubernetes
  2311        spec:
  2312          containers:
  2313          - image: gcr.io/k8s-testimages/bazelbuild:v20170925-2204c0cb
  2314            args:
  2315            - "--clean"
  2316            - "--git-cache=/root/.cache/git"
  2317            - "--job=$(JOB_NAME)"
  2318            - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
  2319            - "--service-account=/etc/service-account/service-account.json"
  2320            - "--upload=gs://kubernetes-jenkins/logs"
  2321            securityContext:
  2322              privileged: true
  2323            env:
  2324            # Make Bazel use shared cache for its root
  2325            # https://docs.bazel.build/versions/master/output_directories.html#documentation-of-the-current-bazel-output-directory-layout
  2326            - name: TEST_TMPDIR
  2327              value: /root/.cache/bazel
  2328            volumeMounts:
  2329            - name: service
  2330              mountPath: /etc/service-account
  2331              readOnly: true
  2332            - name: cache-ssd
  2333              mountPath: /root/.cache
  2334            ports:
  2335            - containerPort: 9999
  2336              hostPort: 9999
  2337          volumes:
  2338          - name: service
  2339            secret:
  2340              secretName: service-account
  2341          - name: cache-ssd
  2342            hostPath:
  2343              path: /mnt/disks/ssd0
  2344      - name: ci-kubernetes-e2e-kubeadm-gce-1-8
  2345        agent: kubernetes
  2346        spec:
  2347          containers:
  2348          - image: gcr.io/k8s-testimages/e2e-kubeadm:v20171003-d61471c6
  2349            args:
  2350            - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
  2351            - "--clean"
  2352            - "--git-cache=/root/.cache/git"
  2353            - "--timeout=320"
  2354            - "--upload=gs://kubernetes-jenkins/logs"
  2355            env:
  2356            - name: USER
  2357              value: prow
  2358            - name: GOOGLE_APPLICATION_CREDENTIALS
  2359              value: /etc/service-account/service-account.json
  2360            - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  2361              value: /etc/ssh-key-secret/ssh-private
  2362            - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  2363              value: /etc/ssh-key-secret/ssh-public
  2364            volumeMounts:
  2365            - name: service
  2366              mountPath: /etc/service-account
  2367              readOnly: true
  2368            - name: ssh
  2369              mountPath: /etc/ssh-key-secret
  2370              readOnly: true
  2371            - name: cache-ssd
  2372              mountPath: /root/.cache
  2373            ports:
  2374            - containerPort: 9999
  2375              hostPort: 9999
  2376          volumes:
  2377          - name: service
  2378            secret:
  2379              secretName: service-account
  2380          - name: ssh
  2381            secret:
  2382              secretName: ssh-key-secret
  2383              defaultMode: 0400
  2384          - name: cache-ssd
  2385            hostPath:
  2386              path: /mnt/disks/ssd0
  2387      - name: ci-kubernetes-e2e-kubeadm-gce-1-7-on-1-8
  2388        agent: kubernetes
  2389        spec:
  2390          containers:
  2391          - image: gcr.io/k8s-testimages/e2e-kubeadm:v20171003-d61471c6
  2392            args:
  2393            - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
  2394            - "--clean"
  2395            - "--git-cache=/root/.cache/git"
  2396            - "--timeout=320"
  2397            - "--upload=gs://kubernetes-jenkins/logs"
  2398            env:
  2399            - name: USER
  2400              value: prow
  2401            - name: GOOGLE_APPLICATION_CREDENTIALS
  2402              value: /etc/service-account/service-account.json
  2403            - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  2404              value: /etc/ssh-key-secret/ssh-private
  2405            - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  2406              value: /etc/ssh-key-secret/ssh-public
  2407            volumeMounts:
  2408            - name: service
  2409              mountPath: /etc/service-account
  2410              readOnly: true
  2411            - name: ssh
  2412              mountPath: /etc/ssh-key-secret
  2413              readOnly: true
  2414            - name: cache-ssd
  2415              mountPath: /root/.cache
  2416            ports:
  2417            - containerPort: 9999
  2418              hostPort: 9999
  2419          volumes:
  2420          - name: service
  2421            secret:
  2422              secretName: service-account
  2423          - name: ssh
  2424            secret:
  2425              secretName: ssh-key-secret
  2426              defaultMode: 0400
  2427          - name: cache-ssd
  2428            hostPath:
  2429              path: /mnt/disks/ssd0
  2430  
  2431    kubernetes/test-infra:
  2432    - name: ci-test-infra-bazel
  2433      agent: kubernetes
  2434      branches:
  2435      - master
  2436      spec:
  2437        containers:
  2438        - image: gcr.io/k8s-testimages/bazelbuild:v20171005-2f37588f-0.6.1
  2439          args:
  2440          - "--clean"
  2441          - "--git-cache=/root/.cache/git"
  2442          - "--job=$(JOB_NAME)"
  2443          - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
  2444          - "--service-account=/etc/service-account/service-account.json"
  2445          - "--upload=gs://kubernetes-jenkins/logs"
  2446          env:
  2447          - name: TEST_TMPDIR
  2448            value: /root/.cache/bazel
  2449          # Bazel needs privileged mode in order to sandbox builds.
  2450          securityContext:
  2451            privileged: true
  2452          volumeMounts:
  2453          - name: service
  2454            mountPath: /etc/service-account
  2455            readOnly: true
  2456          - name: cache-ssd
  2457            mountPath: /root/.cache
  2458          ports:
  2459          - containerPort: 9999
  2460            hostPort: 9999
  2461        volumes:
  2462        - name: service
  2463          secret:
  2464            secretName: service-account
  2465        - name: cache-ssd
  2466          hostPath:
  2467            path: /mnt/disks/ssd0
  2468  
  2469    - name: maintenance-boskos-config-upload
  2470      agent: kubernetes
  2471      branches:
  2472      - master
  2473      spec:
  2474        containers:
  2475        - image: gcr.io/k8s-testimages/gcloud-in-go:0.4
  2476          args:
  2477          - "--clean"
  2478          - "--git-cache=/root/.cache/git"
  2479          - "--job=$(JOB_NAME)"
  2480          - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
  2481          - "--service-account=/etc/service-account/service-account.json"
  2482          - "--upload=gs://kubernetes-jenkins/logs"
  2483          env:
  2484          - name: GOOGLE_APPLICATION_CREDENTIALS
  2485            value: /etc/service-account/service-account.json
  2486          volumeMounts:
  2487          - name: service
  2488            mountPath: /etc/service-account
  2489            readOnly: true
  2490        volumes:
  2491        - name: service
  2492          secret:
  2493            secretName: service-account
  2494  
  2495    - name: maintenance-ci-testgrid-config-upload
  2496      agent: kubernetes
  2497      branches:
  2498      - master
  2499      spec:
  2500        containers:
  2501        - image: gcr.io/k8s-testimages/bazelbuild:v20170925-2204c0cb
  2502          args:
  2503          - "--clean"
  2504          - "--git-cache=/root/.cache/git"
  2505          - "--job=$(JOB_NAME)"
  2506          - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
  2507          - "--service-account=/etc/service-account/service-account.json"
  2508          - "--upload=gs://kubernetes-jenkins/logs"
  2509          env:
  2510          - name: GOOGLE_APPLICATION_CREDENTIALS
  2511            value: /etc/service-account/service-account.json
  2512          - name: TEST_TMPDIR
  2513            value: /root/.cache/bazel
  2514          volumeMounts:
  2515          - name: service
  2516            mountPath: /etc/service-account
  2517            readOnly: true
  2518        volumes:
  2519        - name: service
  2520          secret:
  2521            secretName: service-account
  2522  
  2523  
  2524  periodics:
  2525  - interval: 1h
  2526    agent: kubernetes
  2527    name: ci-kubernetes-charts-gce
  2528    spec:
  2529      containers:
  2530      - args:
  2531        - --timeout=200
  2532        - --repo=k8s.io/charts
  2533        - --root=/go/src
  2534        env:
  2535        - name: GOOGLE_APPLICATION_CREDENTIALS
  2536          value: /etc/service-account/service-account.json
  2537        - name: USER
  2538          value: prow
  2539        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  2540          value: /etc/ssh-key-secret/ssh-private
  2541        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  2542          value: /etc/ssh-key-secret/ssh-public
  2543        image: gcr.io/k8s-testimages/kubekins-e2e:latest
  2544        volumeMounts:
  2545        - mountPath: /etc/service-account
  2546          name: service
  2547          readOnly: true
  2548        - mountPath: /etc/ssh-key-secret
  2549          name: ssh
  2550          readOnly: true
  2551      volumes:
  2552      - name: service
  2553        secret:
  2554          secretName: service-account
  2555      - name: ssh
  2556        secret:
  2557          defaultMode: 256
  2558          secretName: ssh-key-secret
  2559  
  2560  - interval: 1h
  2561    agent: kubernetes
  2562    name: ci-kubernetes-e2e-cos-docker-validation
  2563    spec:
  2564      containers:
  2565      - args:
  2566        - --timeout=70
  2567        - --bare
  2568        env:
  2569        - name: GOOGLE_APPLICATION_CREDENTIALS
  2570          value: /etc/service-account/service-account.json
  2571        - name: USER
  2572          value: prow
  2573        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  2574          value: /etc/ssh-key-secret/ssh-private
  2575        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  2576          value: /etc/ssh-key-secret/ssh-public
  2577        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  2578        volumeMounts:
  2579        - mountPath: /etc/service-account
  2580          name: service
  2581          readOnly: true
  2582        - mountPath: /etc/ssh-key-secret
  2583          name: ssh
  2584          readOnly: true
  2585      volumes:
  2586      - name: service
  2587        secret:
  2588          secretName: service-account
  2589      - name: ssh
  2590        secret:
  2591          defaultMode: 256
  2592          secretName: ssh-key-secret
  2593  
  2594  - interval: 1h
  2595    agent: kubernetes
  2596    name: ci-kubernetes-e2e-cos-docker-validation-serial
  2597    spec:
  2598      containers:
  2599      - args:
  2600        - --timeout=320
  2601        - --bare
  2602        env:
  2603        - name: GOOGLE_APPLICATION_CREDENTIALS
  2604          value: /etc/service-account/service-account.json
  2605        - name: USER
  2606          value: prow
  2607        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  2608          value: /etc/ssh-key-secret/ssh-private
  2609        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  2610          value: /etc/ssh-key-secret/ssh-public
  2611        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  2612        volumeMounts:
  2613        - mountPath: /etc/service-account
  2614          name: service
  2615          readOnly: true
  2616        - mountPath: /etc/ssh-key-secret
  2617          name: ssh
  2618          readOnly: true
  2619      volumes:
  2620      - name: service
  2621        secret:
  2622          secretName: service-account
  2623      - name: ssh
  2624        secret:
  2625          defaultMode: 256
  2626          secretName: ssh-key-secret
  2627  
  2628  - interval: 1h
  2629    agent: kubernetes
  2630    name: ci-kubernetes-e2e-cos-docker-validation-slow
  2631    spec:
  2632      containers:
  2633      - args:
  2634        - --timeout=170
  2635        - --bare
  2636        env:
  2637        - name: GOOGLE_APPLICATION_CREDENTIALS
  2638          value: /etc/service-account/service-account.json
  2639        - name: USER
  2640          value: prow
  2641        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  2642          value: /etc/ssh-key-secret/ssh-private
  2643        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  2644          value: /etc/ssh-key-secret/ssh-public
  2645        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  2646        volumeMounts:
  2647        - mountPath: /etc/service-account
  2648          name: service
  2649          readOnly: true
  2650        - mountPath: /etc/ssh-key-secret
  2651          name: ssh
  2652          readOnly: true
  2653      volumes:
  2654      - name: service
  2655        secret:
  2656          secretName: service-account
  2657      - name: ssh
  2658        secret:
  2659          defaultMode: 256
  2660          secretName: ssh-key-secret
  2661  
  2662  - interval: 30m
  2663    agent: kubernetes
  2664    name: ci-kubernetes-e2e-gce
  2665    spec:
  2666      containers:
  2667      - args:
  2668        - --timeout=70
  2669        - --bare
  2670        env:
  2671        - name: GOOGLE_APPLICATION_CREDENTIALS
  2672          value: /etc/service-account/service-account.json
  2673        - name: USER
  2674          value: prow
  2675        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  2676          value: /etc/ssh-key-secret/ssh-private
  2677        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  2678          value: /etc/ssh-key-secret/ssh-public
  2679        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  2680        volumeMounts:
  2681        - mountPath: /etc/service-account
  2682          name: service
  2683          readOnly: true
  2684        - mountPath: /etc/ssh-key-secret
  2685          name: ssh
  2686          readOnly: true
  2687      volumes:
  2688      - name: service
  2689        secret:
  2690          secretName: service-account
  2691      - name: ssh
  2692        secret:
  2693          defaultMode: 256
  2694          secretName: ssh-key-secret
  2695  
  2696  - interval: 1h
  2697    agent: kubernetes
  2698    name: ci-kubernetes-e2e-gce-1-6-1-7-cvm-kubectl-skew
  2699    spec:
  2700      containers:
  2701      - args:
  2702        - --timeout=140
  2703        - --bare
  2704        env:
  2705        - name: GOOGLE_APPLICATION_CREDENTIALS
  2706          value: /etc/service-account/service-account.json
  2707        - name: USER
  2708          value: prow
  2709        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  2710          value: /etc/ssh-key-secret/ssh-private
  2711        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  2712          value: /etc/ssh-key-secret/ssh-public
  2713        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  2714        volumeMounts:
  2715        - mountPath: /etc/service-account
  2716          name: service
  2717          readOnly: true
  2718        - mountPath: /etc/ssh-key-secret
  2719          name: ssh
  2720          readOnly: true
  2721      volumes:
  2722      - name: service
  2723        secret:
  2724          secretName: service-account
  2725      - name: ssh
  2726        secret:
  2727          defaultMode: 256
  2728          secretName: ssh-key-secret
  2729  
  2730  - interval: 1h
  2731    agent: kubernetes
  2732    name: ci-kubernetes-e2e-gce-1-6-1-7-cvm-kubectl-skew-serial
  2733    spec:
  2734      containers:
  2735      - args:
  2736        - --timeout=140
  2737        - --bare
  2738        env:
  2739        - name: GOOGLE_APPLICATION_CREDENTIALS
  2740          value: /etc/service-account/service-account.json
  2741        - name: USER
  2742          value: prow
  2743        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  2744          value: /etc/ssh-key-secret/ssh-private
  2745        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  2746          value: /etc/ssh-key-secret/ssh-public
  2747        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  2748        volumeMounts:
  2749        - mountPath: /etc/service-account
  2750          name: service
  2751          readOnly: true
  2752        - mountPath: /etc/ssh-key-secret
  2753          name: ssh
  2754          readOnly: true
  2755      volumes:
  2756      - name: service
  2757        secret:
  2758          secretName: service-account
  2759      - name: ssh
  2760        secret:
  2761          defaultMode: 256
  2762          secretName: ssh-key-secret
  2763  
  2764  - interval: 1h
  2765    agent: kubernetes
  2766    name: ci-kubernetes-e2e-gce-1-6-1-7-gci-kubectl-skew
  2767    spec:
  2768      containers:
  2769      - args:
  2770        - --timeout=140
  2771        - --bare
  2772        env:
  2773        - name: GOOGLE_APPLICATION_CREDENTIALS
  2774          value: /etc/service-account/service-account.json
  2775        - name: USER
  2776          value: prow
  2777        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  2778          value: /etc/ssh-key-secret/ssh-private
  2779        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  2780          value: /etc/ssh-key-secret/ssh-public
  2781        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  2782        volumeMounts:
  2783        - mountPath: /etc/service-account
  2784          name: service
  2785          readOnly: true
  2786        - mountPath: /etc/ssh-key-secret
  2787          name: ssh
  2788          readOnly: true
  2789      volumes:
  2790      - name: service
  2791        secret:
  2792          secretName: service-account
  2793      - name: ssh
  2794        secret:
  2795          defaultMode: 256
  2796          secretName: ssh-key-secret
  2797  
  2798  - interval: 1h
  2799    agent: kubernetes
  2800    name: ci-kubernetes-e2e-gce-1-6-1-7-gci-kubectl-skew-serial
  2801    spec:
  2802      containers:
  2803      - args:
  2804        - --timeout=140
  2805        - --bare
  2806        env:
  2807        - name: GOOGLE_APPLICATION_CREDENTIALS
  2808          value: /etc/service-account/service-account.json
  2809        - name: USER
  2810          value: prow
  2811        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  2812          value: /etc/ssh-key-secret/ssh-private
  2813        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  2814          value: /etc/ssh-key-secret/ssh-public
  2815        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  2816        volumeMounts:
  2817        - mountPath: /etc/service-account
  2818          name: service
  2819          readOnly: true
  2820        - mountPath: /etc/ssh-key-secret
  2821          name: ssh
  2822          readOnly: true
  2823      volumes:
  2824      - name: service
  2825        secret:
  2826          secretName: service-account
  2827      - name: ssh
  2828        secret:
  2829          defaultMode: 256
  2830          secretName: ssh-key-secret
  2831  
  2832  - interval: 2h
  2833    agent: kubernetes
  2834    name: ci-kubernetes-e2e-gce-1-6-1-7-upgrade-cluster
  2835    spec:
  2836      containers:
  2837      - args:
  2838        - --timeout=140
  2839        - --bare
  2840        env:
  2841        - name: GOOGLE_APPLICATION_CREDENTIALS
  2842          value: /etc/service-account/service-account.json
  2843        - name: USER
  2844          value: prow
  2845        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  2846          value: /etc/ssh-key-secret/ssh-private
  2847        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  2848          value: /etc/ssh-key-secret/ssh-public
  2849        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  2850        volumeMounts:
  2851        - mountPath: /etc/service-account
  2852          name: service
  2853          readOnly: true
  2854        - mountPath: /etc/ssh-key-secret
  2855          name: ssh
  2856          readOnly: true
  2857      volumes:
  2858      - name: service
  2859        secret:
  2860          secretName: service-account
  2861      - name: ssh
  2862        secret:
  2863          defaultMode: 256
  2864          secretName: ssh-key-secret
  2865  
  2866  - interval: 2h
  2867    agent: kubernetes
  2868    name: ci-kubernetes-e2e-gce-1-6-1-7-upgrade-cluster-new
  2869    spec:
  2870      containers:
  2871      - args:
  2872        - --timeout=140
  2873        - --bare
  2874        env:
  2875        - name: GOOGLE_APPLICATION_CREDENTIALS
  2876          value: /etc/service-account/service-account.json
  2877        - name: USER
  2878          value: prow
  2879        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  2880          value: /etc/ssh-key-secret/ssh-private
  2881        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  2882          value: /etc/ssh-key-secret/ssh-public
  2883        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  2884        volumeMounts:
  2885        - mountPath: /etc/service-account
  2886          name: service
  2887          readOnly: true
  2888        - mountPath: /etc/ssh-key-secret
  2889          name: ssh
  2890          readOnly: true
  2891      volumes:
  2892      - name: service
  2893        secret:
  2894          secretName: service-account
  2895      - name: ssh
  2896        secret:
  2897          defaultMode: 256
  2898          secretName: ssh-key-secret
  2899  
  2900  - interval: 2h
  2901    agent: kubernetes
  2902    name: ci-kubernetes-e2e-gce-1-6-1-7-upgrade-master
  2903    spec:
  2904      containers:
  2905      - args:
  2906        - --timeout=140
  2907        - --bare
  2908        env:
  2909        - name: GOOGLE_APPLICATION_CREDENTIALS
  2910          value: /etc/service-account/service-account.json
  2911        - name: USER
  2912          value: prow
  2913        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  2914          value: /etc/ssh-key-secret/ssh-private
  2915        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  2916          value: /etc/ssh-key-secret/ssh-public
  2917        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  2918        volumeMounts:
  2919        - mountPath: /etc/service-account
  2920          name: service
  2921          readOnly: true
  2922        - mountPath: /etc/ssh-key-secret
  2923          name: ssh
  2924          readOnly: true
  2925      volumes:
  2926      - name: service
  2927        secret:
  2928          secretName: service-account
  2929      - name: ssh
  2930        secret:
  2931          defaultMode: 256
  2932          secretName: ssh-key-secret
  2933  
  2934  - interval: 1h
  2935    agent: kubernetes
  2936    name: ci-kubernetes-e2e-gce-1-7-1-6-cvm-kubectl-skew
  2937    spec:
  2938      containers:
  2939      - args:
  2940        - --timeout=140
  2941        - --bare
  2942        env:
  2943        - name: GOOGLE_APPLICATION_CREDENTIALS
  2944          value: /etc/service-account/service-account.json
  2945        - name: USER
  2946          value: prow
  2947        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  2948          value: /etc/ssh-key-secret/ssh-private
  2949        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  2950          value: /etc/ssh-key-secret/ssh-public
  2951        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  2952        volumeMounts:
  2953        - mountPath: /etc/service-account
  2954          name: service
  2955          readOnly: true
  2956        - mountPath: /etc/ssh-key-secret
  2957          name: ssh
  2958          readOnly: true
  2959      volumes:
  2960      - name: service
  2961        secret:
  2962          secretName: service-account
  2963      - name: ssh
  2964        secret:
  2965          defaultMode: 256
  2966          secretName: ssh-key-secret
  2967  
  2968  - interval: 1h
  2969    agent: kubernetes
  2970    name: ci-kubernetes-e2e-gce-1-7-1-6-cvm-kubectl-skew-serial
  2971    spec:
  2972      containers:
  2973      - args:
  2974        - --timeout=140
  2975        - --bare
  2976        env:
  2977        - name: GOOGLE_APPLICATION_CREDENTIALS
  2978          value: /etc/service-account/service-account.json
  2979        - name: USER
  2980          value: prow
  2981        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  2982          value: /etc/ssh-key-secret/ssh-private
  2983        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  2984          value: /etc/ssh-key-secret/ssh-public
  2985        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  2986        volumeMounts:
  2987        - mountPath: /etc/service-account
  2988          name: service
  2989          readOnly: true
  2990        - mountPath: /etc/ssh-key-secret
  2991          name: ssh
  2992          readOnly: true
  2993      volumes:
  2994      - name: service
  2995        secret:
  2996          secretName: service-account
  2997      - name: ssh
  2998        secret:
  2999          defaultMode: 256
  3000          secretName: ssh-key-secret
  3001  
  3002  - interval: 1h
  3003    agent: kubernetes
  3004    name: ci-kubernetes-e2e-gce-1-7-1-6-gci-kubectl-skew
  3005    spec:
  3006      containers:
  3007      - args:
  3008        - --timeout=140
  3009        - --bare
  3010        env:
  3011        - name: GOOGLE_APPLICATION_CREDENTIALS
  3012          value: /etc/service-account/service-account.json
  3013        - name: USER
  3014          value: prow
  3015        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  3016          value: /etc/ssh-key-secret/ssh-private
  3017        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  3018          value: /etc/ssh-key-secret/ssh-public
  3019        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  3020        volumeMounts:
  3021        - mountPath: /etc/service-account
  3022          name: service
  3023          readOnly: true
  3024        - mountPath: /etc/ssh-key-secret
  3025          name: ssh
  3026          readOnly: true
  3027      volumes:
  3028      - name: service
  3029        secret:
  3030          secretName: service-account
  3031      - name: ssh
  3032        secret:
  3033          defaultMode: 256
  3034          secretName: ssh-key-secret
  3035  
  3036  - interval: 1h
  3037    agent: kubernetes
  3038    name: ci-kubernetes-e2e-gce-1-7-1-6-gci-kubectl-skew-serial
  3039    spec:
  3040      containers:
  3041      - args:
  3042        - --timeout=140
  3043        - --bare
  3044        env:
  3045        - name: GOOGLE_APPLICATION_CREDENTIALS
  3046          value: /etc/service-account/service-account.json
  3047        - name: USER
  3048          value: prow
  3049        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  3050          value: /etc/ssh-key-secret/ssh-private
  3051        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  3052          value: /etc/ssh-key-secret/ssh-public
  3053        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  3054        volumeMounts:
  3055        - mountPath: /etc/service-account
  3056          name: service
  3057          readOnly: true
  3058        - mountPath: /etc/ssh-key-secret
  3059          name: ssh
  3060          readOnly: true
  3061      volumes:
  3062      - name: service
  3063        secret:
  3064          secretName: service-account
  3065      - name: ssh
  3066        secret:
  3067          defaultMode: 256
  3068          secretName: ssh-key-secret
  3069  
  3070  - interval: 30m
  3071    agent: kubernetes
  3072    name: ci-kubernetes-e2e-gce-alpha-api
  3073    spec:
  3074      containers:
  3075      - args:
  3076        - --timeout=80
  3077        - --bare
  3078        env:
  3079        - name: GOOGLE_APPLICATION_CREDENTIALS
  3080          value: /etc/service-account/service-account.json
  3081        - name: USER
  3082          value: prow
  3083        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  3084          value: /etc/ssh-key-secret/ssh-private
  3085        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  3086          value: /etc/ssh-key-secret/ssh-public
  3087        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  3088        volumeMounts:
  3089        - mountPath: /etc/service-account
  3090          name: service
  3091          readOnly: true
  3092        - mountPath: /etc/ssh-key-secret
  3093          name: ssh
  3094          readOnly: true
  3095      volumes:
  3096      - name: service
  3097        secret:
  3098          secretName: service-account
  3099      - name: ssh
  3100        secret:
  3101          defaultMode: 256
  3102          secretName: ssh-key-secret
  3103  
  3104  - interval: 5h
  3105    agent: kubernetes
  3106    name: ci-kubernetes-e2e-gce-alpha-features-release-1-5
  3107    spec:
  3108      containers:
  3109      - args:
  3110        - --timeout=200
  3111        - --bare
  3112        env:
  3113        - name: GOOGLE_APPLICATION_CREDENTIALS
  3114          value: /etc/service-account/service-account.json
  3115        - name: USER
  3116          value: prow
  3117        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  3118          value: /etc/ssh-key-secret/ssh-private
  3119        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  3120          value: /etc/ssh-key-secret/ssh-public
  3121        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  3122        volumeMounts:
  3123        - mountPath: /etc/service-account
  3124          name: service
  3125          readOnly: true
  3126        - mountPath: /etc/ssh-key-secret
  3127          name: ssh
  3128          readOnly: true
  3129      volumes:
  3130      - name: service
  3131        secret:
  3132          secretName: service-account
  3133      - name: ssh
  3134        secret:
  3135          defaultMode: 256
  3136          secretName: ssh-key-secret
  3137  
  3138  - interval: 6h
  3139    agent: kubernetes
  3140    name: ci-kubernetes-e2e-gce-alpha-features-release-1-6
  3141    spec:
  3142      containers:
  3143      - args:
  3144        - --timeout=200
  3145        - --bare
  3146        env:
  3147        - name: GOOGLE_APPLICATION_CREDENTIALS
  3148          value: /etc/service-account/service-account.json
  3149        - name: USER
  3150          value: prow
  3151        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  3152          value: /etc/ssh-key-secret/ssh-private
  3153        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  3154          value: /etc/ssh-key-secret/ssh-public
  3155        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  3156        volumeMounts:
  3157        - mountPath: /etc/service-account
  3158          name: service
  3159          readOnly: true
  3160        - mountPath: /etc/ssh-key-secret
  3161          name: ssh
  3162          readOnly: true
  3163      volumes:
  3164      - name: service
  3165        secret:
  3166          secretName: service-account
  3167      - name: ssh
  3168        secret:
  3169          defaultMode: 256
  3170          secretName: ssh-key-secret
  3171  
  3172  - interval: 2h
  3173    agent: kubernetes
  3174    name: ci-kubernetes-e2e-gce-alpha-features-release-1-7
  3175    spec:
  3176      containers:
  3177      - args:
  3178        - --timeout=200
  3179        - --bare
  3180        env:
  3181        - name: GOOGLE_APPLICATION_CREDENTIALS
  3182          value: /etc/service-account/service-account.json
  3183        - name: USER
  3184          value: prow
  3185        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  3186          value: /etc/ssh-key-secret/ssh-private
  3187        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  3188          value: /etc/ssh-key-secret/ssh-public
  3189        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  3190        volumeMounts:
  3191        - mountPath: /etc/service-account
  3192          name: service
  3193          readOnly: true
  3194        - mountPath: /etc/ssh-key-secret
  3195          name: ssh
  3196          readOnly: true
  3197      volumes:
  3198      - name: service
  3199        secret:
  3200          secretName: service-account
  3201      - name: ssh
  3202        secret:
  3203          defaultMode: 256
  3204          secretName: ssh-key-secret
  3205  
  3206  - interval: 1h
  3207    agent: kubernetes
  3208    name: ci-kubernetes-e2e-gce-audit
  3209    spec:
  3210      containers:
  3211      - args:
  3212        - --timeout=200
  3213        - --bare
  3214        env:
  3215        - name: GOOGLE_APPLICATION_CREDENTIALS
  3216          value: /etc/service-account/service-account.json
  3217        - name: USER
  3218          value: prow
  3219        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  3220          value: /etc/ssh-key-secret/ssh-private
  3221        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  3222          value: /etc/ssh-key-secret/ssh-public
  3223        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  3224        volumeMounts:
  3225        - mountPath: /etc/service-account
  3226          name: service
  3227          readOnly: true
  3228        - mountPath: /etc/ssh-key-secret
  3229          name: ssh
  3230          readOnly: true
  3231      volumes:
  3232      - name: service
  3233        secret:
  3234          secretName: service-account
  3235      - name: ssh
  3236        secret:
  3237          defaultMode: 256
  3238          secretName: ssh-key-secret
  3239  
  3240  - interval: 1h
  3241    agent: kubernetes
  3242    name: ci-kubernetes-e2e-gce-audit-release-1-7
  3243    spec:
  3244      containers:
  3245      - args:
  3246        - --timeout=200
  3247        - --bare
  3248        env:
  3249        - name: GOOGLE_APPLICATION_CREDENTIALS
  3250          value: /etc/service-account/service-account.json
  3251        - name: USER
  3252          value: prow
  3253        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  3254          value: /etc/ssh-key-secret/ssh-private
  3255        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  3256          value: /etc/ssh-key-secret/ssh-public
  3257        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  3258        volumeMounts:
  3259        - mountPath: /etc/service-account
  3260          name: service
  3261          readOnly: true
  3262        - mountPath: /etc/ssh-key-secret
  3263          name: ssh
  3264          readOnly: true
  3265      volumes:
  3266      - name: service
  3267        secret:
  3268          secretName: service-account
  3269      - name: ssh
  3270        secret:
  3271          defaultMode: 256
  3272          secretName: ssh-key-secret
  3273  
  3274  - interval: 30m
  3275    agent: kubernetes
  3276    name: ci-kubernetes-e2e-gce-autoscaling
  3277    spec:
  3278      containers:
  3279      - args:
  3280        - --timeout=320
  3281        - --bare
  3282        env:
  3283        - name: GOOGLE_APPLICATION_CREDENTIALS
  3284          value: /etc/service-account/service-account.json
  3285        - name: USER
  3286          value: prow
  3287        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  3288          value: /etc/ssh-key-secret/ssh-private
  3289        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  3290          value: /etc/ssh-key-secret/ssh-public
  3291        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  3292        volumeMounts:
  3293        - mountPath: /etc/service-account
  3294          name: service
  3295          readOnly: true
  3296        - mountPath: /etc/ssh-key-secret
  3297          name: ssh
  3298          readOnly: true
  3299      volumes:
  3300      - name: service
  3301        secret:
  3302          secretName: service-account
  3303      - name: ssh
  3304        secret:
  3305          defaultMode: 256
  3306          secretName: ssh-key-secret
  3307  
  3308  - interval: 30m
  3309    agent: kubernetes
  3310    name: ci-kubernetes-e2e-gce-autoscaling-migs
  3311    spec:
  3312      containers:
  3313      - args:
  3314        - --timeout=320
  3315        - --bare
  3316        env:
  3317        - name: GOOGLE_APPLICATION_CREDENTIALS
  3318          value: /etc/service-account/service-account.json
  3319        - name: USER
  3320          value: prow
  3321        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  3322          value: /etc/ssh-key-secret/ssh-private
  3323        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  3324          value: /etc/ssh-key-secret/ssh-public
  3325        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  3326        volumeMounts:
  3327        - mountPath: /etc/service-account
  3328          name: service
  3329          readOnly: true
  3330        - mountPath: /etc/ssh-key-secret
  3331          name: ssh
  3332          readOnly: true
  3333      volumes:
  3334      - name: service
  3335        secret:
  3336          secretName: service-account
  3337      - name: ssh
  3338        secret:
  3339          defaultMode: 256
  3340          secretName: ssh-key-secret
  3341  
  3342  - interval: 30m
  3343    agent: kubernetes
  3344    name: ci-kubernetes-e2e-gce-canary
  3345    spec:
  3346      containers:
  3347      - args:
  3348        - --timeout=60
  3349        - --bare
  3350        env:
  3351        - name: GOOGLE_APPLICATION_CREDENTIALS
  3352          value: /etc/service-account/service-account.json
  3353        - name: USER
  3354          value: prow
  3355        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  3356          value: /etc/ssh-key-secret/ssh-private
  3357        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  3358          value: /etc/ssh-key-secret/ssh-public
  3359        image: gcr.io/k8s-testimages/kubekins-e2e:latest-master
  3360        volumeMounts:
  3361        - mountPath: /etc/service-account
  3362          name: service
  3363          readOnly: true
  3364        - mountPath: /etc/ssh-key-secret
  3365          name: ssh
  3366          readOnly: true
  3367      volumes:
  3368      - name: service
  3369        secret:
  3370          secretName: service-account
  3371      - name: ssh
  3372        secret:
  3373          defaultMode: 256
  3374          secretName: ssh-key-secret
  3375  
  3376  - interval: 30m
  3377    agent: kubernetes
  3378    name: ci-kubernetes-e2e-gce-container-vm
  3379    spec:
  3380      containers:
  3381      - args:
  3382        - --timeout=70
  3383        - --bare
  3384        env:
  3385        - name: GOOGLE_APPLICATION_CREDENTIALS
  3386          value: /etc/service-account/service-account.json
  3387        - name: USER
  3388          value: prow
  3389        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  3390          value: /etc/ssh-key-secret/ssh-private
  3391        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  3392          value: /etc/ssh-key-secret/ssh-public
  3393        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  3394        volumeMounts:
  3395        - mountPath: /etc/service-account
  3396          name: service
  3397          readOnly: true
  3398        - mountPath: /etc/ssh-key-secret
  3399          name: ssh
  3400          readOnly: true
  3401      volumes:
  3402      - name: service
  3403        secret:
  3404          secretName: service-account
  3405      - name: ssh
  3406        secret:
  3407          defaultMode: 256
  3408          secretName: ssh-key-secret
  3409  
  3410  - tags:
  3411    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  3412    interval: 2h
  3413    agent: kubernetes
  3414    name: ci-kubernetes-e2e-gce-cosbeta-k8sbeta-default
  3415    spec:
  3416      containers:
  3417      - args:
  3418        - --bare
  3419        - --timeout=70
  3420        env:
  3421        - name: GOOGLE_APPLICATION_CREDENTIALS
  3422          value: /etc/service-account/service-account.json
  3423        - name: USER
  3424          value: prow
  3425        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  3426          value: /etc/ssh-key-secret/ssh-private
  3427        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  3428          value: /etc/ssh-key-secret/ssh-public
  3429        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  3430        volumeMounts:
  3431        - mountPath: /etc/service-account
  3432          name: service
  3433          readOnly: true
  3434        - mountPath: /etc/ssh-key-secret
  3435          name: ssh
  3436          readOnly: true
  3437      volumes:
  3438      - name: service
  3439        secret:
  3440          secretName: service-account
  3441      - name: ssh
  3442        secret:
  3443          defaultMode: 256
  3444          secretName: ssh-key-secret
  3445  
  3446  - tags:
  3447    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  3448    interval: 2h
  3449    agent: kubernetes
  3450    name: ci-kubernetes-e2e-gce-cosbeta-k8sbeta-serial
  3451    spec:
  3452      containers:
  3453      - args:
  3454        - --bare
  3455        - --timeout=520
  3456        env:
  3457        - name: GOOGLE_APPLICATION_CREDENTIALS
  3458          value: /etc/service-account/service-account.json
  3459        - name: USER
  3460          value: prow
  3461        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  3462          value: /etc/ssh-key-secret/ssh-private
  3463        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  3464          value: /etc/ssh-key-secret/ssh-public
  3465        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  3466        volumeMounts:
  3467        - mountPath: /etc/service-account
  3468          name: service
  3469          readOnly: true
  3470        - mountPath: /etc/ssh-key-secret
  3471          name: ssh
  3472          readOnly: true
  3473      volumes:
  3474      - name: service
  3475        secret:
  3476          secretName: service-account
  3477      - name: ssh
  3478        secret:
  3479          defaultMode: 256
  3480          secretName: ssh-key-secret
  3481  
  3482  - tags:
  3483    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  3484    interval: 2h
  3485    agent: kubernetes
  3486    name: ci-kubernetes-e2e-gce-cosbeta-k8sbeta-slow
  3487    spec:
  3488      containers:
  3489      - args:
  3490        - --bare
  3491        - --timeout=170
  3492        env:
  3493        - name: GOOGLE_APPLICATION_CREDENTIALS
  3494          value: /etc/service-account/service-account.json
  3495        - name: USER
  3496          value: prow
  3497        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  3498          value: /etc/ssh-key-secret/ssh-private
  3499        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  3500          value: /etc/ssh-key-secret/ssh-public
  3501        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  3502        volumeMounts:
  3503        - mountPath: /etc/service-account
  3504          name: service
  3505          readOnly: true
  3506        - mountPath: /etc/ssh-key-secret
  3507          name: ssh
  3508          readOnly: true
  3509      volumes:
  3510      - name: service
  3511        secret:
  3512          secretName: service-account
  3513      - name: ssh
  3514        secret:
  3515          defaultMode: 256
  3516          secretName: ssh-key-secret
  3517  
  3518  - tags:
  3519    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  3520    interval: 2h
  3521    agent: kubernetes
  3522    name: ci-kubernetes-e2e-gce-cosbeta-k8sdev-default
  3523    spec:
  3524      containers:
  3525      - args:
  3526        - --bare
  3527        - --timeout=70
  3528        env:
  3529        - name: GOOGLE_APPLICATION_CREDENTIALS
  3530          value: /etc/service-account/service-account.json
  3531        - name: USER
  3532          value: prow
  3533        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  3534          value: /etc/ssh-key-secret/ssh-private
  3535        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  3536          value: /etc/ssh-key-secret/ssh-public
  3537        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  3538        volumeMounts:
  3539        - mountPath: /etc/service-account
  3540          name: service
  3541          readOnly: true
  3542        - mountPath: /etc/ssh-key-secret
  3543          name: ssh
  3544          readOnly: true
  3545      volumes:
  3546      - name: service
  3547        secret:
  3548          secretName: service-account
  3549      - name: ssh
  3550        secret:
  3551          defaultMode: 256
  3552          secretName: ssh-key-secret
  3553  
  3554  - tags:
  3555    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  3556    interval: 24h
  3557    agent: kubernetes
  3558    name: ci-kubernetes-e2e-gce-cosbeta-k8sdev-nosnat
  3559    spec:
  3560      containers:
  3561      - args:
  3562        - --bare
  3563        - --timeout=40
  3564        env:
  3565        - name: GOOGLE_APPLICATION_CREDENTIALS
  3566          value: /etc/service-account/service-account.json
  3567        - name: USER
  3568          value: prow
  3569        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  3570          value: /etc/ssh-key-secret/ssh-private
  3571        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  3572          value: /etc/ssh-key-secret/ssh-public
  3573        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  3574        volumeMounts:
  3575        - mountPath: /etc/service-account
  3576          name: service
  3577          readOnly: true
  3578        - mountPath: /etc/ssh-key-secret
  3579          name: ssh
  3580          readOnly: true
  3581      volumes:
  3582      - name: service
  3583        secret:
  3584          secretName: service-account
  3585      - name: ssh
  3586        secret:
  3587          defaultMode: 256
  3588          secretName: ssh-key-secret
  3589  
  3590  - tags:
  3591    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  3592    interval: 2h
  3593    agent: kubernetes
  3594    name: ci-kubernetes-e2e-gce-cosbeta-k8sdev-serial
  3595    spec:
  3596      containers:
  3597      - args:
  3598        - --bare
  3599        - --timeout=520
  3600        env:
  3601        - name: GOOGLE_APPLICATION_CREDENTIALS
  3602          value: /etc/service-account/service-account.json
  3603        - name: USER
  3604          value: prow
  3605        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  3606          value: /etc/ssh-key-secret/ssh-private
  3607        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  3608          value: /etc/ssh-key-secret/ssh-public
  3609        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  3610        volumeMounts:
  3611        - mountPath: /etc/service-account
  3612          name: service
  3613          readOnly: true
  3614        - mountPath: /etc/ssh-key-secret
  3615          name: ssh
  3616          readOnly: true
  3617      volumes:
  3618      - name: service
  3619        secret:
  3620          secretName: service-account
  3621      - name: ssh
  3622        secret:
  3623          defaultMode: 256
  3624          secretName: ssh-key-secret
  3625  
  3626  - tags:
  3627    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  3628    interval: 2h
  3629    agent: kubernetes
  3630    name: ci-kubernetes-e2e-gce-cosbeta-k8sdev-slow
  3631    spec:
  3632      containers:
  3633      - args:
  3634        - --bare
  3635        - --timeout=170
  3636        env:
  3637        - name: GOOGLE_APPLICATION_CREDENTIALS
  3638          value: /etc/service-account/service-account.json
  3639        - name: USER
  3640          value: prow
  3641        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  3642          value: /etc/ssh-key-secret/ssh-private
  3643        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  3644          value: /etc/ssh-key-secret/ssh-public
  3645        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  3646        volumeMounts:
  3647        - mountPath: /etc/service-account
  3648          name: service
  3649          readOnly: true
  3650        - mountPath: /etc/ssh-key-secret
  3651          name: ssh
  3652          readOnly: true
  3653      volumes:
  3654      - name: service
  3655        secret:
  3656          secretName: service-account
  3657      - name: ssh
  3658        secret:
  3659          defaultMode: 256
  3660          secretName: ssh-key-secret
  3661  
  3662  - tags:
  3663    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  3664    interval: 2h
  3665    agent: kubernetes
  3666    name: ci-kubernetes-e2e-gce-cosbeta-k8sstable1-default
  3667    spec:
  3668      containers:
  3669      - args:
  3670        - --bare
  3671        - --timeout=70
  3672        env:
  3673        - name: GOOGLE_APPLICATION_CREDENTIALS
  3674          value: /etc/service-account/service-account.json
  3675        - name: USER
  3676          value: prow
  3677        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  3678          value: /etc/ssh-key-secret/ssh-private
  3679        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  3680          value: /etc/ssh-key-secret/ssh-public
  3681        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  3682        volumeMounts:
  3683        - mountPath: /etc/service-account
  3684          name: service
  3685          readOnly: true
  3686        - mountPath: /etc/ssh-key-secret
  3687          name: ssh
  3688          readOnly: true
  3689      volumes:
  3690      - name: service
  3691        secret:
  3692          secretName: service-account
  3693      - name: ssh
  3694        secret:
  3695          defaultMode: 256
  3696          secretName: ssh-key-secret
  3697  
  3698  - tags:
  3699    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  3700    interval: 2h
  3701    agent: kubernetes
  3702    name: ci-kubernetes-e2e-gce-cosbeta-k8sstable1-serial
  3703    spec:
  3704      containers:
  3705      - args:
  3706        - --bare
  3707        - --timeout=520
  3708        env:
  3709        - name: GOOGLE_APPLICATION_CREDENTIALS
  3710          value: /etc/service-account/service-account.json
  3711        - name: USER
  3712          value: prow
  3713        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  3714          value: /etc/ssh-key-secret/ssh-private
  3715        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  3716          value: /etc/ssh-key-secret/ssh-public
  3717        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  3718        volumeMounts:
  3719        - mountPath: /etc/service-account
  3720          name: service
  3721          readOnly: true
  3722        - mountPath: /etc/ssh-key-secret
  3723          name: ssh
  3724          readOnly: true
  3725      volumes:
  3726      - name: service
  3727        secret:
  3728          secretName: service-account
  3729      - name: ssh
  3730        secret:
  3731          defaultMode: 256
  3732          secretName: ssh-key-secret
  3733  
  3734  - tags:
  3735    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  3736    interval: 2h
  3737    agent: kubernetes
  3738    name: ci-kubernetes-e2e-gce-cosbeta-k8sstable1-slow
  3739    spec:
  3740      containers:
  3741      - args:
  3742        - --bare
  3743        - --timeout=170
  3744        env:
  3745        - name: GOOGLE_APPLICATION_CREDENTIALS
  3746          value: /etc/service-account/service-account.json
  3747        - name: USER
  3748          value: prow
  3749        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  3750          value: /etc/ssh-key-secret/ssh-private
  3751        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  3752          value: /etc/ssh-key-secret/ssh-public
  3753        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  3754        volumeMounts:
  3755        - mountPath: /etc/service-account
  3756          name: service
  3757          readOnly: true
  3758        - mountPath: /etc/ssh-key-secret
  3759          name: ssh
  3760          readOnly: true
  3761      volumes:
  3762      - name: service
  3763        secret:
  3764          secretName: service-account
  3765      - name: ssh
  3766        secret:
  3767          defaultMode: 256
  3768          secretName: ssh-key-secret
  3769  
  3770  - tags:
  3771    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  3772    interval: 2h
  3773    agent: kubernetes
  3774    name: ci-kubernetes-e2e-gce-cosbeta-k8sstable2-default
  3775    spec:
  3776      containers:
  3777      - args:
  3778        - --bare
  3779        - --timeout=70
  3780        env:
  3781        - name: GOOGLE_APPLICATION_CREDENTIALS
  3782          value: /etc/service-account/service-account.json
  3783        - name: USER
  3784          value: prow
  3785        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  3786          value: /etc/ssh-key-secret/ssh-private
  3787        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  3788          value: /etc/ssh-key-secret/ssh-public
  3789        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  3790        volumeMounts:
  3791        - mountPath: /etc/service-account
  3792          name: service
  3793          readOnly: true
  3794        - mountPath: /etc/ssh-key-secret
  3795          name: ssh
  3796          readOnly: true
  3797      volumes:
  3798      - name: service
  3799        secret:
  3800          secretName: service-account
  3801      - name: ssh
  3802        secret:
  3803          defaultMode: 256
  3804          secretName: ssh-key-secret
  3805  
  3806  - tags:
  3807    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  3808    interval: 2h
  3809    agent: kubernetes
  3810    name: ci-kubernetes-e2e-gce-cosbeta-k8sstable2-serial
  3811    spec:
  3812      containers:
  3813      - args:
  3814        - --bare
  3815        - --timeout=520
  3816        env:
  3817        - name: GOOGLE_APPLICATION_CREDENTIALS
  3818          value: /etc/service-account/service-account.json
  3819        - name: USER
  3820          value: prow
  3821        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  3822          value: /etc/ssh-key-secret/ssh-private
  3823        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  3824          value: /etc/ssh-key-secret/ssh-public
  3825        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  3826        volumeMounts:
  3827        - mountPath: /etc/service-account
  3828          name: service
  3829          readOnly: true
  3830        - mountPath: /etc/ssh-key-secret
  3831          name: ssh
  3832          readOnly: true
  3833      volumes:
  3834      - name: service
  3835        secret:
  3836          secretName: service-account
  3837      - name: ssh
  3838        secret:
  3839          defaultMode: 256
  3840          secretName: ssh-key-secret
  3841  
  3842  - tags:
  3843    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  3844    interval: 2h
  3845    agent: kubernetes
  3846    name: ci-kubernetes-e2e-gce-cosbeta-k8sstable2-slow
  3847    spec:
  3848      containers:
  3849      - args:
  3850        - --bare
  3851        - --timeout=170
  3852        env:
  3853        - name: GOOGLE_APPLICATION_CREDENTIALS
  3854          value: /etc/service-account/service-account.json
  3855        - name: USER
  3856          value: prow
  3857        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  3858          value: /etc/ssh-key-secret/ssh-private
  3859        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  3860          value: /etc/ssh-key-secret/ssh-public
  3861        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  3862        volumeMounts:
  3863        - mountPath: /etc/service-account
  3864          name: service
  3865          readOnly: true
  3866        - mountPath: /etc/ssh-key-secret
  3867          name: ssh
  3868          readOnly: true
  3869      volumes:
  3870      - name: service
  3871        secret:
  3872          secretName: service-account
  3873      - name: ssh
  3874        secret:
  3875          defaultMode: 256
  3876          secretName: ssh-key-secret
  3877  
  3878  - tags:
  3879    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  3880    interval: 2h
  3881    agent: kubernetes
  3882    name: ci-kubernetes-e2e-gce-cosbeta-k8sstable3-default
  3883    spec:
  3884      containers:
  3885      - args:
  3886        - --bare
  3887        - --timeout=70
  3888        env:
  3889        - name: GOOGLE_APPLICATION_CREDENTIALS
  3890          value: /etc/service-account/service-account.json
  3891        - name: USER
  3892          value: prow
  3893        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  3894          value: /etc/ssh-key-secret/ssh-private
  3895        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  3896          value: /etc/ssh-key-secret/ssh-public
  3897        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  3898        volumeMounts:
  3899        - mountPath: /etc/service-account
  3900          name: service
  3901          readOnly: true
  3902        - mountPath: /etc/ssh-key-secret
  3903          name: ssh
  3904          readOnly: true
  3905      volumes:
  3906      - name: service
  3907        secret:
  3908          secretName: service-account
  3909      - name: ssh
  3910        secret:
  3911          defaultMode: 256
  3912          secretName: ssh-key-secret
  3913  
  3914  - tags:
  3915    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  3916    interval: 2h
  3917    agent: kubernetes
  3918    name: ci-kubernetes-e2e-gce-cosbeta-k8sstable3-serial
  3919    spec:
  3920      containers:
  3921      - args:
  3922        - --bare
  3923        - --timeout=520
  3924        env:
  3925        - name: GOOGLE_APPLICATION_CREDENTIALS
  3926          value: /etc/service-account/service-account.json
  3927        - name: USER
  3928          value: prow
  3929        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  3930          value: /etc/ssh-key-secret/ssh-private
  3931        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  3932          value: /etc/ssh-key-secret/ssh-public
  3933        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  3934        volumeMounts:
  3935        - mountPath: /etc/service-account
  3936          name: service
  3937          readOnly: true
  3938        - mountPath: /etc/ssh-key-secret
  3939          name: ssh
  3940          readOnly: true
  3941      volumes:
  3942      - name: service
  3943        secret:
  3944          secretName: service-account
  3945      - name: ssh
  3946        secret:
  3947          defaultMode: 256
  3948          secretName: ssh-key-secret
  3949  
  3950  - tags:
  3951    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  3952    interval: 2h
  3953    agent: kubernetes
  3954    name: ci-kubernetes-e2e-gce-cosbeta-k8sstable3-slow
  3955    spec:
  3956      containers:
  3957      - args:
  3958        - --bare
  3959        - --timeout=170
  3960        env:
  3961        - name: GOOGLE_APPLICATION_CREDENTIALS
  3962          value: /etc/service-account/service-account.json
  3963        - name: USER
  3964          value: prow
  3965        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  3966          value: /etc/ssh-key-secret/ssh-private
  3967        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  3968          value: /etc/ssh-key-secret/ssh-public
  3969        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  3970        volumeMounts:
  3971        - mountPath: /etc/service-account
  3972          name: service
  3973          readOnly: true
  3974        - mountPath: /etc/ssh-key-secret
  3975          name: ssh
  3976          readOnly: true
  3977      volumes:
  3978      - name: service
  3979        secret:
  3980          secretName: service-account
  3981      - name: ssh
  3982        secret:
  3983          defaultMode: 256
  3984          secretName: ssh-key-secret
  3985  
  3986  - tags:
  3987    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  3988    interval: 2h
  3989    agent: kubernetes
  3990    name: ci-kubernetes-e2e-gce-cosdev-k8sbeta-default
  3991    spec:
  3992      containers:
  3993      - args:
  3994        - --bare
  3995        - --timeout=70
  3996        env:
  3997        - name: GOOGLE_APPLICATION_CREDENTIALS
  3998          value: /etc/service-account/service-account.json
  3999        - name: USER
  4000          value: prow
  4001        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  4002          value: /etc/ssh-key-secret/ssh-private
  4003        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  4004          value: /etc/ssh-key-secret/ssh-public
  4005        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  4006        volumeMounts:
  4007        - mountPath: /etc/service-account
  4008          name: service
  4009          readOnly: true
  4010        - mountPath: /etc/ssh-key-secret
  4011          name: ssh
  4012          readOnly: true
  4013      volumes:
  4014      - name: service
  4015        secret:
  4016          secretName: service-account
  4017      - name: ssh
  4018        secret:
  4019          defaultMode: 256
  4020          secretName: ssh-key-secret
  4021  
  4022  - tags:
  4023    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  4024    interval: 2h
  4025    agent: kubernetes
  4026    name: ci-kubernetes-e2e-gce-cosdev-k8sbeta-serial
  4027    spec:
  4028      containers:
  4029      - args:
  4030        - --bare
  4031        - --timeout=520
  4032        env:
  4033        - name: GOOGLE_APPLICATION_CREDENTIALS
  4034          value: /etc/service-account/service-account.json
  4035        - name: USER
  4036          value: prow
  4037        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  4038          value: /etc/ssh-key-secret/ssh-private
  4039        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  4040          value: /etc/ssh-key-secret/ssh-public
  4041        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  4042        volumeMounts:
  4043        - mountPath: /etc/service-account
  4044          name: service
  4045          readOnly: true
  4046        - mountPath: /etc/ssh-key-secret
  4047          name: ssh
  4048          readOnly: true
  4049      volumes:
  4050      - name: service
  4051        secret:
  4052          secretName: service-account
  4053      - name: ssh
  4054        secret:
  4055          defaultMode: 256
  4056          secretName: ssh-key-secret
  4057  
  4058  - tags:
  4059    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  4060    interval: 2h
  4061    agent: kubernetes
  4062    name: ci-kubernetes-e2e-gce-cosdev-k8sbeta-slow
  4063    spec:
  4064      containers:
  4065      - args:
  4066        - --bare
  4067        - --timeout=170
  4068        env:
  4069        - name: GOOGLE_APPLICATION_CREDENTIALS
  4070          value: /etc/service-account/service-account.json
  4071        - name: USER
  4072          value: prow
  4073        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  4074          value: /etc/ssh-key-secret/ssh-private
  4075        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  4076          value: /etc/ssh-key-secret/ssh-public
  4077        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  4078        volumeMounts:
  4079        - mountPath: /etc/service-account
  4080          name: service
  4081          readOnly: true
  4082        - mountPath: /etc/ssh-key-secret
  4083          name: ssh
  4084          readOnly: true
  4085      volumes:
  4086      - name: service
  4087        secret:
  4088          secretName: service-account
  4089      - name: ssh
  4090        secret:
  4091          defaultMode: 256
  4092          secretName: ssh-key-secret
  4093  
  4094  - tags:
  4095    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  4096    interval: 2h
  4097    agent: kubernetes
  4098    name: ci-kubernetes-e2e-gce-cosdev-k8sdev-default
  4099    spec:
  4100      containers:
  4101      - args:
  4102        - --bare
  4103        - --timeout=70
  4104        env:
  4105        - name: GOOGLE_APPLICATION_CREDENTIALS
  4106          value: /etc/service-account/service-account.json
  4107        - name: USER
  4108          value: prow
  4109        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  4110          value: /etc/ssh-key-secret/ssh-private
  4111        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  4112          value: /etc/ssh-key-secret/ssh-public
  4113        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  4114        volumeMounts:
  4115        - mountPath: /etc/service-account
  4116          name: service
  4117          readOnly: true
  4118        - mountPath: /etc/ssh-key-secret
  4119          name: ssh
  4120          readOnly: true
  4121      volumes:
  4122      - name: service
  4123        secret:
  4124          secretName: service-account
  4125      - name: ssh
  4126        secret:
  4127          defaultMode: 256
  4128          secretName: ssh-key-secret
  4129  
  4130  - tags:
  4131    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  4132    interval: 2h
  4133    agent: kubernetes
  4134    name: ci-kubernetes-e2e-gce-cosdev-k8sdev-serial
  4135    spec:
  4136      containers:
  4137      - args:
  4138        - --bare
  4139        - --timeout=520
  4140        env:
  4141        - name: GOOGLE_APPLICATION_CREDENTIALS
  4142          value: /etc/service-account/service-account.json
  4143        - name: USER
  4144          value: prow
  4145        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  4146          value: /etc/ssh-key-secret/ssh-private
  4147        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  4148          value: /etc/ssh-key-secret/ssh-public
  4149        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  4150        volumeMounts:
  4151        - mountPath: /etc/service-account
  4152          name: service
  4153          readOnly: true
  4154        - mountPath: /etc/ssh-key-secret
  4155          name: ssh
  4156          readOnly: true
  4157      volumes:
  4158      - name: service
  4159        secret:
  4160          secretName: service-account
  4161      - name: ssh
  4162        secret:
  4163          defaultMode: 256
  4164          secretName: ssh-key-secret
  4165  
  4166  - tags:
  4167    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  4168    interval: 2h
  4169    agent: kubernetes
  4170    name: ci-kubernetes-e2e-gce-cosdev-k8sdev-slow
  4171    spec:
  4172      containers:
  4173      - args:
  4174        - --bare
  4175        - --timeout=170
  4176        env:
  4177        - name: GOOGLE_APPLICATION_CREDENTIALS
  4178          value: /etc/service-account/service-account.json
  4179        - name: USER
  4180          value: prow
  4181        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  4182          value: /etc/ssh-key-secret/ssh-private
  4183        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  4184          value: /etc/ssh-key-secret/ssh-public
  4185        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  4186        volumeMounts:
  4187        - mountPath: /etc/service-account
  4188          name: service
  4189          readOnly: true
  4190        - mountPath: /etc/ssh-key-secret
  4191          name: ssh
  4192          readOnly: true
  4193      volumes:
  4194      - name: service
  4195        secret:
  4196          secretName: service-account
  4197      - name: ssh
  4198        secret:
  4199          defaultMode: 256
  4200          secretName: ssh-key-secret
  4201  
  4202  - tags:
  4203    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  4204    interval: 2h
  4205    agent: kubernetes
  4206    name: ci-kubernetes-e2e-gce-cosdev-k8sstable1-default
  4207    spec:
  4208      containers:
  4209      - args:
  4210        - --bare
  4211        - --timeout=70
  4212        env:
  4213        - name: GOOGLE_APPLICATION_CREDENTIALS
  4214          value: /etc/service-account/service-account.json
  4215        - name: USER
  4216          value: prow
  4217        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  4218          value: /etc/ssh-key-secret/ssh-private
  4219        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  4220          value: /etc/ssh-key-secret/ssh-public
  4221        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  4222        volumeMounts:
  4223        - mountPath: /etc/service-account
  4224          name: service
  4225          readOnly: true
  4226        - mountPath: /etc/ssh-key-secret
  4227          name: ssh
  4228          readOnly: true
  4229      volumes:
  4230      - name: service
  4231        secret:
  4232          secretName: service-account
  4233      - name: ssh
  4234        secret:
  4235          defaultMode: 256
  4236          secretName: ssh-key-secret
  4237  
  4238  - tags:
  4239    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  4240    interval: 2h
  4241    agent: kubernetes
  4242    name: ci-kubernetes-e2e-gce-cosdev-k8sstable1-serial
  4243    spec:
  4244      containers:
  4245      - args:
  4246        - --bare
  4247        - --timeout=520
  4248        env:
  4249        - name: GOOGLE_APPLICATION_CREDENTIALS
  4250          value: /etc/service-account/service-account.json
  4251        - name: USER
  4252          value: prow
  4253        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  4254          value: /etc/ssh-key-secret/ssh-private
  4255        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  4256          value: /etc/ssh-key-secret/ssh-public
  4257        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  4258        volumeMounts:
  4259        - mountPath: /etc/service-account
  4260          name: service
  4261          readOnly: true
  4262        - mountPath: /etc/ssh-key-secret
  4263          name: ssh
  4264          readOnly: true
  4265      volumes:
  4266      - name: service
  4267        secret:
  4268          secretName: service-account
  4269      - name: ssh
  4270        secret:
  4271          defaultMode: 256
  4272          secretName: ssh-key-secret
  4273  
  4274  - tags:
  4275    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  4276    interval: 2h
  4277    agent: kubernetes
  4278    name: ci-kubernetes-e2e-gce-cosdev-k8sstable1-slow
  4279    spec:
  4280      containers:
  4281      - args:
  4282        - --bare
  4283        - --timeout=170
  4284        env:
  4285        - name: GOOGLE_APPLICATION_CREDENTIALS
  4286          value: /etc/service-account/service-account.json
  4287        - name: USER
  4288          value: prow
  4289        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  4290          value: /etc/ssh-key-secret/ssh-private
  4291        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  4292          value: /etc/ssh-key-secret/ssh-public
  4293        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  4294        volumeMounts:
  4295        - mountPath: /etc/service-account
  4296          name: service
  4297          readOnly: true
  4298        - mountPath: /etc/ssh-key-secret
  4299          name: ssh
  4300          readOnly: true
  4301      volumes:
  4302      - name: service
  4303        secret:
  4304          secretName: service-account
  4305      - name: ssh
  4306        secret:
  4307          defaultMode: 256
  4308          secretName: ssh-key-secret
  4309  
  4310  - tags:
  4311    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  4312    interval: 2h
  4313    agent: kubernetes
  4314    name: ci-kubernetes-e2e-gce-cosstable1-k8sbeta-default
  4315    spec:
  4316      containers:
  4317      - args:
  4318        - --bare
  4319        - --timeout=70
  4320        env:
  4321        - name: GOOGLE_APPLICATION_CREDENTIALS
  4322          value: /etc/service-account/service-account.json
  4323        - name: USER
  4324          value: prow
  4325        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  4326          value: /etc/ssh-key-secret/ssh-private
  4327        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  4328          value: /etc/ssh-key-secret/ssh-public
  4329        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  4330        volumeMounts:
  4331        - mountPath: /etc/service-account
  4332          name: service
  4333          readOnly: true
  4334        - mountPath: /etc/ssh-key-secret
  4335          name: ssh
  4336          readOnly: true
  4337      volumes:
  4338      - name: service
  4339        secret:
  4340          secretName: service-account
  4341      - name: ssh
  4342        secret:
  4343          defaultMode: 256
  4344          secretName: ssh-key-secret
  4345  
  4346  - tags:
  4347    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  4348    interval: 2h
  4349    agent: kubernetes
  4350    name: ci-kubernetes-e2e-gce-cosstable1-k8sbeta-serial
  4351    spec:
  4352      containers:
  4353      - args:
  4354        - --bare
  4355        - --timeout=520
  4356        env:
  4357        - name: GOOGLE_APPLICATION_CREDENTIALS
  4358          value: /etc/service-account/service-account.json
  4359        - name: USER
  4360          value: prow
  4361        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  4362          value: /etc/ssh-key-secret/ssh-private
  4363        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  4364          value: /etc/ssh-key-secret/ssh-public
  4365        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  4366        volumeMounts:
  4367        - mountPath: /etc/service-account
  4368          name: service
  4369          readOnly: true
  4370        - mountPath: /etc/ssh-key-secret
  4371          name: ssh
  4372          readOnly: true
  4373      volumes:
  4374      - name: service
  4375        secret:
  4376          secretName: service-account
  4377      - name: ssh
  4378        secret:
  4379          defaultMode: 256
  4380          secretName: ssh-key-secret
  4381  
  4382  - tags:
  4383    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  4384    interval: 2h
  4385    agent: kubernetes
  4386    name: ci-kubernetes-e2e-gce-cosstable1-k8sbeta-slow
  4387    spec:
  4388      containers:
  4389      - args:
  4390        - --bare
  4391        - --timeout=170
  4392        env:
  4393        - name: GOOGLE_APPLICATION_CREDENTIALS
  4394          value: /etc/service-account/service-account.json
  4395        - name: USER
  4396          value: prow
  4397        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  4398          value: /etc/ssh-key-secret/ssh-private
  4399        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  4400          value: /etc/ssh-key-secret/ssh-public
  4401        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  4402        volumeMounts:
  4403        - mountPath: /etc/service-account
  4404          name: service
  4405          readOnly: true
  4406        - mountPath: /etc/ssh-key-secret
  4407          name: ssh
  4408          readOnly: true
  4409      volumes:
  4410      - name: service
  4411        secret:
  4412          secretName: service-account
  4413      - name: ssh
  4414        secret:
  4415          defaultMode: 256
  4416          secretName: ssh-key-secret
  4417  
  4418  - tags:
  4419    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  4420    interval: 2h
  4421    agent: kubernetes
  4422    name: ci-kubernetes-e2e-gce-cosstable1-k8sdev-default
  4423    spec:
  4424      containers:
  4425      - args:
  4426        - --bare
  4427        - --timeout=70
  4428        env:
  4429        - name: GOOGLE_APPLICATION_CREDENTIALS
  4430          value: /etc/service-account/service-account.json
  4431        - name: USER
  4432          value: prow
  4433        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  4434          value: /etc/ssh-key-secret/ssh-private
  4435        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  4436          value: /etc/ssh-key-secret/ssh-public
  4437        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  4438        volumeMounts:
  4439        - mountPath: /etc/service-account
  4440          name: service
  4441          readOnly: true
  4442        - mountPath: /etc/ssh-key-secret
  4443          name: ssh
  4444          readOnly: true
  4445      volumes:
  4446      - name: service
  4447        secret:
  4448          secretName: service-account
  4449      - name: ssh
  4450        secret:
  4451          defaultMode: 256
  4452          secretName: ssh-key-secret
  4453  
  4454  - tags:
  4455    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  4456    interval: 2h
  4457    agent: kubernetes
  4458    name: ci-kubernetes-e2e-gce-cosstable1-k8sdev-serial
  4459    spec:
  4460      containers:
  4461      - args:
  4462        - --bare
  4463        - --timeout=520
  4464        env:
  4465        - name: GOOGLE_APPLICATION_CREDENTIALS
  4466          value: /etc/service-account/service-account.json
  4467        - name: USER
  4468          value: prow
  4469        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  4470          value: /etc/ssh-key-secret/ssh-private
  4471        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  4472          value: /etc/ssh-key-secret/ssh-public
  4473        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  4474        volumeMounts:
  4475        - mountPath: /etc/service-account
  4476          name: service
  4477          readOnly: true
  4478        - mountPath: /etc/ssh-key-secret
  4479          name: ssh
  4480          readOnly: true
  4481      volumes:
  4482      - name: service
  4483        secret:
  4484          secretName: service-account
  4485      - name: ssh
  4486        secret:
  4487          defaultMode: 256
  4488          secretName: ssh-key-secret
  4489  
  4490  - tags:
  4491    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  4492    interval: 2h
  4493    agent: kubernetes
  4494    name: ci-kubernetes-e2e-gce-cosstable1-k8sdev-slow
  4495    spec:
  4496      containers:
  4497      - args:
  4498        - --bare
  4499        - --timeout=170
  4500        env:
  4501        - name: GOOGLE_APPLICATION_CREDENTIALS
  4502          value: /etc/service-account/service-account.json
  4503        - name: USER
  4504          value: prow
  4505        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  4506          value: /etc/ssh-key-secret/ssh-private
  4507        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  4508          value: /etc/ssh-key-secret/ssh-public
  4509        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  4510        volumeMounts:
  4511        - mountPath: /etc/service-account
  4512          name: service
  4513          readOnly: true
  4514        - mountPath: /etc/ssh-key-secret
  4515          name: ssh
  4516          readOnly: true
  4517      volumes:
  4518      - name: service
  4519        secret:
  4520          secretName: service-account
  4521      - name: ssh
  4522        secret:
  4523          defaultMode: 256
  4524          secretName: ssh-key-secret
  4525  
  4526  - tags:
  4527    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  4528    interval: 6h
  4529    agent: kubernetes
  4530    name: ci-kubernetes-e2e-gce-cosstable1-k8sstable1-default
  4531    spec:
  4532      containers:
  4533      - args:
  4534        - --bare
  4535        - --timeout=70
  4536        env:
  4537        - name: GOOGLE_APPLICATION_CREDENTIALS
  4538          value: /etc/service-account/service-account.json
  4539        - name: USER
  4540          value: prow
  4541        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  4542          value: /etc/ssh-key-secret/ssh-private
  4543        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  4544          value: /etc/ssh-key-secret/ssh-public
  4545        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  4546        volumeMounts:
  4547        - mountPath: /etc/service-account
  4548          name: service
  4549          readOnly: true
  4550        - mountPath: /etc/ssh-key-secret
  4551          name: ssh
  4552          readOnly: true
  4553      volumes:
  4554      - name: service
  4555        secret:
  4556          secretName: service-account
  4557      - name: ssh
  4558        secret:
  4559          defaultMode: 256
  4560          secretName: ssh-key-secret
  4561  
  4562  - tags:
  4563    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  4564    interval: 6h
  4565    agent: kubernetes
  4566    name: ci-kubernetes-e2e-gce-cosstable1-k8sstable1-serial
  4567    spec:
  4568      containers:
  4569      - args:
  4570        - --bare
  4571        - --timeout=520
  4572        env:
  4573        - name: GOOGLE_APPLICATION_CREDENTIALS
  4574          value: /etc/service-account/service-account.json
  4575        - name: USER
  4576          value: prow
  4577        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  4578          value: /etc/ssh-key-secret/ssh-private
  4579        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  4580          value: /etc/ssh-key-secret/ssh-public
  4581        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  4582        volumeMounts:
  4583        - mountPath: /etc/service-account
  4584          name: service
  4585          readOnly: true
  4586        - mountPath: /etc/ssh-key-secret
  4587          name: ssh
  4588          readOnly: true
  4589      volumes:
  4590      - name: service
  4591        secret:
  4592          secretName: service-account
  4593      - name: ssh
  4594        secret:
  4595          defaultMode: 256
  4596          secretName: ssh-key-secret
  4597  
  4598  - tags:
  4599    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  4600    interval: 6h
  4601    agent: kubernetes
  4602    name: ci-kubernetes-e2e-gce-cosstable1-k8sstable1-slow
  4603    spec:
  4604      containers:
  4605      - args:
  4606        - --bare
  4607        - --timeout=170
  4608        env:
  4609        - name: GOOGLE_APPLICATION_CREDENTIALS
  4610          value: /etc/service-account/service-account.json
  4611        - name: USER
  4612          value: prow
  4613        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  4614          value: /etc/ssh-key-secret/ssh-private
  4615        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  4616          value: /etc/ssh-key-secret/ssh-public
  4617        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  4618        volumeMounts:
  4619        - mountPath: /etc/service-account
  4620          name: service
  4621          readOnly: true
  4622        - mountPath: /etc/ssh-key-secret
  4623          name: ssh
  4624          readOnly: true
  4625      volumes:
  4626      - name: service
  4627        secret:
  4628          secretName: service-account
  4629      - name: ssh
  4630        secret:
  4631          defaultMode: 256
  4632          secretName: ssh-key-secret
  4633  
  4634  - tags:
  4635    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  4636    interval: 6h
  4637    agent: kubernetes
  4638    name: ci-kubernetes-e2e-gce-cosstable1-k8sstable2-default
  4639    spec:
  4640      containers:
  4641      - args:
  4642        - --bare
  4643        - --timeout=70
  4644        env:
  4645        - name: GOOGLE_APPLICATION_CREDENTIALS
  4646          value: /etc/service-account/service-account.json
  4647        - name: USER
  4648          value: prow
  4649        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  4650          value: /etc/ssh-key-secret/ssh-private
  4651        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  4652          value: /etc/ssh-key-secret/ssh-public
  4653        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  4654        volumeMounts:
  4655        - mountPath: /etc/service-account
  4656          name: service
  4657          readOnly: true
  4658        - mountPath: /etc/ssh-key-secret
  4659          name: ssh
  4660          readOnly: true
  4661      volumes:
  4662      - name: service
  4663        secret:
  4664          secretName: service-account
  4665      - name: ssh
  4666        secret:
  4667          defaultMode: 256
  4668          secretName: ssh-key-secret
  4669  
  4670  - tags:
  4671    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  4672    interval: 6h
  4673    agent: kubernetes
  4674    name: ci-kubernetes-e2e-gce-cosstable1-k8sstable2-serial
  4675    spec:
  4676      containers:
  4677      - args:
  4678        - --bare
  4679        - --timeout=520
  4680        env:
  4681        - name: GOOGLE_APPLICATION_CREDENTIALS
  4682          value: /etc/service-account/service-account.json
  4683        - name: USER
  4684          value: prow
  4685        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  4686          value: /etc/ssh-key-secret/ssh-private
  4687        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  4688          value: /etc/ssh-key-secret/ssh-public
  4689        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  4690        volumeMounts:
  4691        - mountPath: /etc/service-account
  4692          name: service
  4693          readOnly: true
  4694        - mountPath: /etc/ssh-key-secret
  4695          name: ssh
  4696          readOnly: true
  4697      volumes:
  4698      - name: service
  4699        secret:
  4700          secretName: service-account
  4701      - name: ssh
  4702        secret:
  4703          defaultMode: 256
  4704          secretName: ssh-key-secret
  4705  
  4706  - tags:
  4707    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  4708    interval: 6h
  4709    agent: kubernetes
  4710    name: ci-kubernetes-e2e-gce-cosstable1-k8sstable2-slow
  4711    spec:
  4712      containers:
  4713      - args:
  4714        - --bare
  4715        - --timeout=170
  4716        env:
  4717        - name: GOOGLE_APPLICATION_CREDENTIALS
  4718          value: /etc/service-account/service-account.json
  4719        - name: USER
  4720          value: prow
  4721        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  4722          value: /etc/ssh-key-secret/ssh-private
  4723        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  4724          value: /etc/ssh-key-secret/ssh-public
  4725        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  4726        volumeMounts:
  4727        - mountPath: /etc/service-account
  4728          name: service
  4729          readOnly: true
  4730        - mountPath: /etc/ssh-key-secret
  4731          name: ssh
  4732          readOnly: true
  4733      volumes:
  4734      - name: service
  4735        secret:
  4736          secretName: service-account
  4737      - name: ssh
  4738        secret:
  4739          defaultMode: 256
  4740          secretName: ssh-key-secret
  4741  
  4742  - tags:
  4743    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  4744    interval: 6h
  4745    agent: kubernetes
  4746    name: ci-kubernetes-e2e-gce-cosstable1-k8sstable3-default
  4747    spec:
  4748      containers:
  4749      - args:
  4750        - --bare
  4751        - --timeout=70
  4752        env:
  4753        - name: GOOGLE_APPLICATION_CREDENTIALS
  4754          value: /etc/service-account/service-account.json
  4755        - name: USER
  4756          value: prow
  4757        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  4758          value: /etc/ssh-key-secret/ssh-private
  4759        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  4760          value: /etc/ssh-key-secret/ssh-public
  4761        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  4762        volumeMounts:
  4763        - mountPath: /etc/service-account
  4764          name: service
  4765          readOnly: true
  4766        - mountPath: /etc/ssh-key-secret
  4767          name: ssh
  4768          readOnly: true
  4769      volumes:
  4770      - name: service
  4771        secret:
  4772          secretName: service-account
  4773      - name: ssh
  4774        secret:
  4775          defaultMode: 256
  4776          secretName: ssh-key-secret
  4777  
  4778  - tags:
  4779    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  4780    interval: 6h
  4781    agent: kubernetes
  4782    name: ci-kubernetes-e2e-gce-cosstable1-k8sstable3-serial
  4783    spec:
  4784      containers:
  4785      - args:
  4786        - --bare
  4787        - --timeout=520
  4788        env:
  4789        - name: GOOGLE_APPLICATION_CREDENTIALS
  4790          value: /etc/service-account/service-account.json
  4791        - name: USER
  4792          value: prow
  4793        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  4794          value: /etc/ssh-key-secret/ssh-private
  4795        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  4796          value: /etc/ssh-key-secret/ssh-public
  4797        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  4798        volumeMounts:
  4799        - mountPath: /etc/service-account
  4800          name: service
  4801          readOnly: true
  4802        - mountPath: /etc/ssh-key-secret
  4803          name: ssh
  4804          readOnly: true
  4805      volumes:
  4806      - name: service
  4807        secret:
  4808          secretName: service-account
  4809      - name: ssh
  4810        secret:
  4811          defaultMode: 256
  4812          secretName: ssh-key-secret
  4813  
  4814  - tags:
  4815    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  4816    interval: 6h
  4817    agent: kubernetes
  4818    name: ci-kubernetes-e2e-gce-cosstable1-k8sstable3-slow
  4819    spec:
  4820      containers:
  4821      - args:
  4822        - --bare
  4823        - --timeout=170
  4824        env:
  4825        - name: GOOGLE_APPLICATION_CREDENTIALS
  4826          value: /etc/service-account/service-account.json
  4827        - name: USER
  4828          value: prow
  4829        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  4830          value: /etc/ssh-key-secret/ssh-private
  4831        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  4832          value: /etc/ssh-key-secret/ssh-public
  4833        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  4834        volumeMounts:
  4835        - mountPath: /etc/service-account
  4836          name: service
  4837          readOnly: true
  4838        - mountPath: /etc/ssh-key-secret
  4839          name: ssh
  4840          readOnly: true
  4841      volumes:
  4842      - name: service
  4843        secret:
  4844          secretName: service-account
  4845      - name: ssh
  4846        secret:
  4847          defaultMode: 256
  4848          secretName: ssh-key-secret
  4849  
  4850  - name: ci-kubernetes-e2e-gce-device-plugin-gpu
  4851    interval: 2h
  4852    agent: kubernetes
  4853    spec:
  4854      containers:
  4855      - args:
  4856        - --timeout=300
  4857        - --bare
  4858        env:
  4859        - name: GOOGLE_APPLICATION_CREDENTIALS
  4860          value: /etc/service-account/service-account.json
  4861        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  4862          value: /etc/ssh-key-secret/ssh-private
  4863        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  4864          value: /etc/ssh-key-secret/ssh-public
  4865        - name: USER
  4866          value: prow
  4867        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  4868        volumeMounts:
  4869        - mountPath: /etc/service-account
  4870          name: service
  4871          readOnly: true
  4872        - mountPath: /etc/ssh-key-secret
  4873          name: ssh
  4874          readOnly: true
  4875      volumes:
  4876      - name: service
  4877        secret:
  4878          secretName: service-account
  4879      - name: ssh
  4880        secret:
  4881          defaultMode: 256
  4882          secretName: ssh-key-secret
  4883  
  4884  - name: ci-kubernetes-e2e-gce-device-plugin-gpu-stable1
  4885    interval: 2h
  4886    agent: kubernetes
  4887    spec:
  4888      containers:
  4889      - args:
  4890        - --timeout=300
  4891        - --bare
  4892        env:
  4893        - name: GOOGLE_APPLICATION_CREDENTIALS
  4894          value: /etc/service-account/service-account.json
  4895        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  4896          value: /etc/ssh-key-secret/ssh-private
  4897        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  4898          value: /etc/ssh-key-secret/ssh-public
  4899        - name: USER
  4900          value: prow
  4901        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  4902        volumeMounts:
  4903        - mountPath: /etc/service-account
  4904          name: service
  4905          readOnly: true
  4906        - mountPath: /etc/ssh-key-secret
  4907          name: ssh
  4908          readOnly: true
  4909      volumes:
  4910      - name: service
  4911        secret:
  4912          secretName: service-account
  4913      - name: ssh
  4914        secret:
  4915          defaultMode: 256
  4916          secretName: ssh-key-secret
  4917  
  4918  - interval: 30m
  4919    agent: kubernetes
  4920    name: ci-kubernetes-e2e-gce-es-logging
  4921    spec:
  4922      containers:
  4923      - args:
  4924        - --timeout=110
  4925        - --bare
  4926        env:
  4927        - name: GOOGLE_APPLICATION_CREDENTIALS
  4928          value: /etc/service-account/service-account.json
  4929        - name: USER
  4930          value: prow
  4931        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  4932          value: /etc/ssh-key-secret/ssh-private
  4933        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  4934          value: /etc/ssh-key-secret/ssh-public
  4935        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  4936        volumeMounts:
  4937        - mountPath: /etc/service-account
  4938          name: service
  4939          readOnly: true
  4940        - mountPath: /etc/ssh-key-secret
  4941          name: ssh
  4942          readOnly: true
  4943      volumes:
  4944      - name: service
  4945        secret:
  4946          secretName: service-account
  4947      - name: ssh
  4948        secret:
  4949          defaultMode: 256
  4950          secretName: ssh-key-secret
  4951  
  4952  - interval: 2h
  4953    agent: kubernetes
  4954    name: ci-kubernetes-e2e-gce-etcd2-release-1-6
  4955    spec:
  4956      containers:
  4957      - args:
  4958        - --timeout=70
  4959        - --bare
  4960        env:
  4961        - name: GOOGLE_APPLICATION_CREDENTIALS
  4962          value: /etc/service-account/service-account.json
  4963        - name: USER
  4964          value: prow
  4965        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  4966          value: /etc/ssh-key-secret/ssh-private
  4967        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  4968          value: /etc/ssh-key-secret/ssh-public
  4969        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  4970        volumeMounts:
  4971        - mountPath: /etc/service-account
  4972          name: service
  4973          readOnly: true
  4974        - mountPath: /etc/ssh-key-secret
  4975          name: ssh
  4976          readOnly: true
  4977      volumes:
  4978      - name: service
  4979        secret:
  4980          secretName: service-account
  4981      - name: ssh
  4982        secret:
  4983          defaultMode: 256
  4984          secretName: ssh-key-secret
  4985  
  4986  - interval: 30m
  4987    agent: kubernetes
  4988    name: ci-kubernetes-e2e-gce-etcd3
  4989    spec:
  4990      containers:
  4991      - args:
  4992        - --timeout=70
  4993        - --bare
  4994        env:
  4995        - name: GOOGLE_APPLICATION_CREDENTIALS
  4996          value: /etc/service-account/service-account.json
  4997        - name: USER
  4998          value: prow
  4999        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  5000          value: /etc/ssh-key-secret/ssh-private
  5001        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  5002          value: /etc/ssh-key-secret/ssh-public
  5003        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  5004        volumeMounts:
  5005        - mountPath: /etc/service-account
  5006          name: service
  5007          readOnly: true
  5008        - mountPath: /etc/ssh-key-secret
  5009          name: ssh
  5010          readOnly: true
  5011      volumes:
  5012      - name: service
  5013        secret:
  5014          secretName: service-account
  5015      - name: ssh
  5016        secret:
  5017          defaultMode: 256
  5018          secretName: ssh-key-secret
  5019  
  5020  - interval: 30m
  5021    agent: kubernetes
  5022    name: ci-kubernetes-e2e-gce-etcd3-pr-validate
  5023    spec:
  5024      containers:
  5025      - args:
  5026        - --timeout=70
  5027        - --bare
  5028        env:
  5029        - name: GOOGLE_APPLICATION_CREDENTIALS
  5030          value: /etc/service-account/service-account.json
  5031        - name: USER
  5032          value: prow
  5033        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  5034          value: /etc/ssh-key-secret/ssh-private
  5035        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  5036          value: /etc/ssh-key-secret/ssh-public
  5037        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  5038        volumeMounts:
  5039        - mountPath: /etc/service-account
  5040          name: service
  5041          readOnly: true
  5042        - mountPath: /etc/ssh-key-secret
  5043          name: ssh
  5044          readOnly: true
  5045      volumes:
  5046      - name: service
  5047        secret:
  5048          secretName: service-account
  5049      - name: ssh
  5050        secret:
  5051          defaultMode: 256
  5052          secretName: ssh-key-secret
  5053  
  5054  - interval: 5h
  5055    agent: kubernetes
  5056    name: ci-kubernetes-e2e-gce-etcd3-release-1-5
  5057    spec:
  5058      containers:
  5059      - args:
  5060        - --timeout=70
  5061        - --bare
  5062        env:
  5063        - name: GOOGLE_APPLICATION_CREDENTIALS
  5064          value: /etc/service-account/service-account.json
  5065        - name: USER
  5066          value: prow
  5067        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  5068          value: /etc/ssh-key-secret/ssh-private
  5069        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  5070          value: /etc/ssh-key-secret/ssh-public
  5071        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  5072        volumeMounts:
  5073        - mountPath: /etc/service-account
  5074          name: service
  5075          readOnly: true
  5076        - mountPath: /etc/ssh-key-secret
  5077          name: ssh
  5078          readOnly: true
  5079      volumes:
  5080      - name: service
  5081        secret:
  5082          secretName: service-account
  5083      - name: ssh
  5084        secret:
  5085          defaultMode: 256
  5086          secretName: ssh-key-secret
  5087  
  5088  - interval: 30m
  5089    agent: kubernetes
  5090    name: ci-kubernetes-e2e-gce-federation
  5091    spec:
  5092      containers:
  5093      - args:
  5094        - --timeout=920
  5095        - --bare
  5096        env:
  5097        - name: GOOGLE_APPLICATION_CREDENTIALS
  5098          value: /etc/service-account/service-account.json
  5099        - name: USER
  5100          value: prow
  5101        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  5102          value: /etc/ssh-key-secret/ssh-private
  5103        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  5104          value: /etc/ssh-key-secret/ssh-public
  5105        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  5106        volumeMounts:
  5107        - mountPath: /etc/service-account
  5108          name: service
  5109          readOnly: true
  5110        - mountPath: /etc/ssh-key-secret
  5111          name: ssh
  5112          readOnly: true
  5113      volumes:
  5114      - name: service
  5115        secret:
  5116          secretName: service-account
  5117      - name: ssh
  5118        secret:
  5119          defaultMode: 256
  5120          secretName: ssh-key-secret
  5121  
  5122  - interval: 6h
  5123    agent: kubernetes
  5124    name: ci-kubernetes-e2e-gce-federation-release-1-6
  5125    spec:
  5126      containers:
  5127      - args:
  5128        - --timeout=920
  5129        - --bare
  5130        env:
  5131        - name: GOOGLE_APPLICATION_CREDENTIALS
  5132          value: /etc/service-account/service-account.json
  5133        - name: USER
  5134          value: prow
  5135        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  5136          value: /etc/ssh-key-secret/ssh-private
  5137        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  5138          value: /etc/ssh-key-secret/ssh-public
  5139        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  5140        volumeMounts:
  5141        - mountPath: /etc/service-account
  5142          name: service
  5143          readOnly: true
  5144        - mountPath: /etc/ssh-key-secret
  5145          name: ssh
  5146          readOnly: true
  5147      volumes:
  5148      - name: service
  5149        secret:
  5150          secretName: service-account
  5151      - name: ssh
  5152        secret:
  5153          defaultMode: 256
  5154          secretName: ssh-key-secret
  5155  
  5156  - interval: 1h
  5157    agent: kubernetes
  5158    name: ci-kubernetes-e2e-gce-federation-release-1-7
  5159    spec:
  5160      containers:
  5161      - args:
  5162        - --timeout=920
  5163        - --bare
  5164        env:
  5165        - name: GOOGLE_APPLICATION_CREDENTIALS
  5166          value: /etc/service-account/service-account.json
  5167        - name: USER
  5168          value: prow
  5169        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  5170          value: /etc/ssh-key-secret/ssh-private
  5171        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  5172          value: /etc/ssh-key-secret/ssh-public
  5173        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  5174        volumeMounts:
  5175        - mountPath: /etc/service-account
  5176          name: service
  5177          readOnly: true
  5178        - mountPath: /etc/ssh-key-secret
  5179          name: ssh
  5180          readOnly: true
  5181      volumes:
  5182      - name: service
  5183        secret:
  5184          secretName: service-account
  5185      - name: ssh
  5186        secret:
  5187          defaultMode: 256
  5188          secretName: ssh-key-secret
  5189  
  5190  - interval: 1h
  5191    agent: kubernetes
  5192    name: ci-kubernetes-e2e-gce-federation-release-1-8
  5193    spec:
  5194      containers:
  5195      - args:
  5196        - --timeout=920
  5197        - --bare
  5198        env:
  5199        - name: GOOGLE_APPLICATION_CREDENTIALS
  5200          value: /etc/service-account/service-account.json
  5201        - name: USER
  5202          value: prow
  5203        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  5204          value: /etc/ssh-key-secret/ssh-private
  5205        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  5206          value: /etc/ssh-key-secret/ssh-public
  5207        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  5208        volumeMounts:
  5209        - mountPath: /etc/service-account
  5210          name: service
  5211          readOnly: true
  5212        - mountPath: /etc/ssh-key-secret
  5213          name: ssh
  5214          readOnly: true
  5215      volumes:
  5216      - name: service
  5217        secret:
  5218          secretName: service-account
  5219      - name: ssh
  5220        secret:
  5221          defaultMode: 256
  5222          secretName: ssh-key-secret
  5223  
  5224  - interval: 30m
  5225    agent: kubernetes
  5226    name: ci-kubernetes-e2e-gce-federation-serial
  5227    spec:
  5228      containers:
  5229      - args:
  5230        - --timeout=920
  5231        - --bare
  5232        env:
  5233        - name: GOOGLE_APPLICATION_CREDENTIALS
  5234          value: /etc/service-account/service-account.json
  5235        - name: USER
  5236          value: prow
  5237        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  5238          value: /etc/ssh-key-secret/ssh-private
  5239        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  5240          value: /etc/ssh-key-secret/ssh-public
  5241        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  5242        volumeMounts:
  5243        - mountPath: /etc/service-account
  5244          name: service
  5245          readOnly: true
  5246        - mountPath: /etc/ssh-key-secret
  5247          name: ssh
  5248          readOnly: true
  5249      volumes:
  5250      - name: service
  5251        secret:
  5252          secretName: service-account
  5253      - name: ssh
  5254        secret:
  5255          defaultMode: 256
  5256          secretName: ssh-key-secret
  5257  
  5258  - interval: 2h
  5259    agent: kubernetes
  5260    name: ci-kubernetes-e2e-gce-flaky
  5261    spec:
  5262      containers:
  5263      - args:
  5264        - --timeout=200
  5265        - --bare
  5266        env:
  5267        - name: GOOGLE_APPLICATION_CREDENTIALS
  5268          value: /etc/service-account/service-account.json
  5269        - name: USER
  5270          value: prow
  5271        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  5272          value: /etc/ssh-key-secret/ssh-private
  5273        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  5274          value: /etc/ssh-key-secret/ssh-public
  5275        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  5276        volumeMounts:
  5277        - mountPath: /etc/service-account
  5278          name: service
  5279          readOnly: true
  5280        - mountPath: /etc/ssh-key-secret
  5281          name: ssh
  5282          readOnly: true
  5283      volumes:
  5284      - name: service
  5285        secret:
  5286          secretName: service-account
  5287      - name: ssh
  5288        secret:
  5289          defaultMode: 256
  5290          secretName: ssh-key-secret
  5291  
  5292  - interval: 30m
  5293    agent: kubernetes
  5294    name: ci-kubernetes-e2e-gce-garbage
  5295    spec:
  5296      containers:
  5297      - args:
  5298        - --timeout=620
  5299        - --bare
  5300        env:
  5301        - name: GOOGLE_APPLICATION_CREDENTIALS
  5302          value: /etc/service-account/service-account.json
  5303        - name: USER
  5304          value: prow
  5305        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  5306          value: /etc/ssh-key-secret/ssh-private
  5307        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  5308          value: /etc/ssh-key-secret/ssh-public
  5309        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  5310        volumeMounts:
  5311        - mountPath: /etc/service-account
  5312          name: service
  5313          readOnly: true
  5314        - mountPath: /etc/ssh-key-secret
  5315          name: ssh
  5316          readOnly: true
  5317      volumes:
  5318      - name: service
  5319        secret:
  5320          secretName: service-account
  5321      - name: ssh
  5322        secret:
  5323          defaultMode: 256
  5324          secretName: ssh-key-secret
  5325  
  5326  - interval: 2h
  5327    agent: kubernetes
  5328    name: ci-kubernetes-e2e-gce-gci-1-5-rollback-etcd
  5329    spec:
  5330      containers:
  5331      - args:
  5332        - --timeout=110
  5333        - --bare
  5334        env:
  5335        - name: GOOGLE_APPLICATION_CREDENTIALS
  5336          value: /etc/service-account/service-account.json
  5337        - name: USER
  5338          value: prow
  5339        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  5340          value: /etc/ssh-key-secret/ssh-private
  5341        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  5342          value: /etc/ssh-key-secret/ssh-public
  5343        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  5344        volumeMounts:
  5345        - mountPath: /etc/service-account
  5346          name: service
  5347          readOnly: true
  5348        - mountPath: /etc/ssh-key-secret
  5349          name: ssh
  5350          readOnly: true
  5351      volumes:
  5352      - name: service
  5353        secret:
  5354          secretName: service-account
  5355      - name: ssh
  5356        secret:
  5357          defaultMode: 256
  5358          secretName: ssh-key-secret
  5359  
  5360  - interval: 2h
  5361    agent: kubernetes
  5362    name: ci-kubernetes-e2e-gce-gci-1-5-upgrade-etcd
  5363    spec:
  5364      containers:
  5365      - args:
  5366        - --timeout=110
  5367        - --bare
  5368        env:
  5369        - name: GOOGLE_APPLICATION_CREDENTIALS
  5370          value: /etc/service-account/service-account.json
  5371        - name: USER
  5372          value: prow
  5373        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  5374          value: /etc/ssh-key-secret/ssh-private
  5375        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  5376          value: /etc/ssh-key-secret/ssh-public
  5377        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  5378        volumeMounts:
  5379        - mountPath: /etc/service-account
  5380          name: service
  5381          readOnly: true
  5382        - mountPath: /etc/ssh-key-secret
  5383          name: ssh
  5384          readOnly: true
  5385      volumes:
  5386      - name: service
  5387        secret:
  5388          secretName: service-account
  5389      - name: ssh
  5390        secret:
  5391          defaultMode: 256
  5392          secretName: ssh-key-secret
  5393  
  5394  - interval: 1h
  5395    agent: kubernetes
  5396    name: ci-kubernetes-e2e-gce-gci-ci-master
  5397    spec:
  5398      containers:
  5399      - args:
  5400        - --timeout=70
  5401        - --bare
  5402        env:
  5403        - name: GOOGLE_APPLICATION_CREDENTIALS
  5404          value: /etc/service-account/service-account.json
  5405        - name: USER
  5406          value: prow
  5407        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  5408          value: /etc/ssh-key-secret/ssh-private
  5409        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  5410          value: /etc/ssh-key-secret/ssh-public
  5411        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  5412        volumeMounts:
  5413        - mountPath: /etc/service-account
  5414          name: service
  5415          readOnly: true
  5416        - mountPath: /etc/ssh-key-secret
  5417          name: ssh
  5418          readOnly: true
  5419      volumes:
  5420      - name: service
  5421        secret:
  5422          secretName: service-account
  5423      - name: ssh
  5424        secret:
  5425          defaultMode: 256
  5426          secretName: ssh-key-secret
  5427  
  5428  - interval: 5h
  5429    agent: kubernetes
  5430    name: ci-kubernetes-e2e-gce-gci-ci-release-1-5
  5431    spec:
  5432      containers:
  5433      - args:
  5434        - --timeout=70
  5435        - --bare
  5436        env:
  5437        - name: GOOGLE_APPLICATION_CREDENTIALS
  5438          value: /etc/service-account/service-account.json
  5439        - name: USER
  5440          value: prow
  5441        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  5442          value: /etc/ssh-key-secret/ssh-private
  5443        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  5444          value: /etc/ssh-key-secret/ssh-public
  5445        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  5446        volumeMounts:
  5447        - mountPath: /etc/service-account
  5448          name: service
  5449          readOnly: true
  5450        - mountPath: /etc/ssh-key-secret
  5451          name: ssh
  5452          readOnly: true
  5453      volumes:
  5454      - name: service
  5455        secret:
  5456          secretName: service-account
  5457      - name: ssh
  5458        secret:
  5459          defaultMode: 256
  5460          secretName: ssh-key-secret
  5461  
  5462  - interval: 2h
  5463    agent: kubernetes
  5464    name: ci-kubernetes-e2e-gce-gci-ci-serial-master
  5465    spec:
  5466      containers:
  5467      - args:
  5468        - --timeout=320
  5469        - --bare
  5470        env:
  5471        - name: GOOGLE_APPLICATION_CREDENTIALS
  5472          value: /etc/service-account/service-account.json
  5473        - name: USER
  5474          value: prow
  5475        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  5476          value: /etc/ssh-key-secret/ssh-private
  5477        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  5478          value: /etc/ssh-key-secret/ssh-public
  5479        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  5480        volumeMounts:
  5481        - mountPath: /etc/service-account
  5482          name: service
  5483          readOnly: true
  5484        - mountPath: /etc/ssh-key-secret
  5485          name: ssh
  5486          readOnly: true
  5487      volumes:
  5488      - name: service
  5489        secret:
  5490          secretName: service-account
  5491      - name: ssh
  5492        secret:
  5493          defaultMode: 256
  5494          secretName: ssh-key-secret
  5495  
  5496  - interval: 5h
  5497    agent: kubernetes
  5498    name: ci-kubernetes-e2e-gce-gci-ci-serial-release-1-5
  5499    spec:
  5500      containers:
  5501      - args:
  5502        - --timeout=320
  5503        - --bare
  5504        env:
  5505        - name: GOOGLE_APPLICATION_CREDENTIALS
  5506          value: /etc/service-account/service-account.json
  5507        - name: USER
  5508          value: prow
  5509        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  5510          value: /etc/ssh-key-secret/ssh-private
  5511        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  5512          value: /etc/ssh-key-secret/ssh-public
  5513        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  5514        volumeMounts:
  5515        - mountPath: /etc/service-account
  5516          name: service
  5517          readOnly: true
  5518        - mountPath: /etc/ssh-key-secret
  5519          name: ssh
  5520          readOnly: true
  5521      volumes:
  5522      - name: service
  5523        secret:
  5524          secretName: service-account
  5525      - name: ssh
  5526        secret:
  5527          defaultMode: 256
  5528          secretName: ssh-key-secret
  5529  
  5530  - interval: 2h
  5531    agent: kubernetes
  5532    name: ci-kubernetes-e2e-gce-gci-ci-slow-master
  5533    spec:
  5534      containers:
  5535      - args:
  5536        - --timeout=170
  5537        - --bare
  5538        env:
  5539        - name: GOOGLE_APPLICATION_CREDENTIALS
  5540          value: /etc/service-account/service-account.json
  5541        - name: USER
  5542          value: prow
  5543        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  5544          value: /etc/ssh-key-secret/ssh-private
  5545        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  5546          value: /etc/ssh-key-secret/ssh-public
  5547        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  5548        volumeMounts:
  5549        - mountPath: /etc/service-account
  5550          name: service
  5551          readOnly: true
  5552        - mountPath: /etc/ssh-key-secret
  5553          name: ssh
  5554          readOnly: true
  5555      volumes:
  5556      - name: service
  5557        secret:
  5558          secretName: service-account
  5559      - name: ssh
  5560        secret:
  5561          defaultMode: 256
  5562          secretName: ssh-key-secret
  5563  
  5564  - interval: 5h
  5565    agent: kubernetes
  5566    name: ci-kubernetes-e2e-gce-gci-ci-slow-release-1-5
  5567    spec:
  5568      containers:
  5569      - args:
  5570        - --timeout=170
  5571        - --bare
  5572        env:
  5573        - name: GOOGLE_APPLICATION_CREDENTIALS
  5574          value: /etc/service-account/service-account.json
  5575        - name: USER
  5576          value: prow
  5577        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  5578          value: /etc/ssh-key-secret/ssh-private
  5579        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  5580          value: /etc/ssh-key-secret/ssh-public
  5581        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  5582        volumeMounts:
  5583        - mountPath: /etc/service-account
  5584          name: service
  5585          readOnly: true
  5586        - mountPath: /etc/ssh-key-secret
  5587          name: ssh
  5588          readOnly: true
  5589      volumes:
  5590      - name: service
  5591        secret:
  5592          secretName: service-account
  5593      - name: ssh
  5594        secret:
  5595          defaultMode: 256
  5596          secretName: ssh-key-secret
  5597  
  5598  - interval: 2h
  5599    agent: kubernetes
  5600    name: ci-kubernetes-e2e-gce-gci-latest-rollback-etcd
  5601    spec:
  5602      containers:
  5603      - args:
  5604        - --timeout=110
  5605        - --bare
  5606        env:
  5607        - name: GOOGLE_APPLICATION_CREDENTIALS
  5608          value: /etc/service-account/service-account.json
  5609        - name: USER
  5610          value: prow
  5611        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  5612          value: /etc/ssh-key-secret/ssh-private
  5613        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  5614          value: /etc/ssh-key-secret/ssh-public
  5615        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  5616        volumeMounts:
  5617        - mountPath: /etc/service-account
  5618          name: service
  5619          readOnly: true
  5620        - mountPath: /etc/ssh-key-secret
  5621          name: ssh
  5622          readOnly: true
  5623      volumes:
  5624      - name: service
  5625        secret:
  5626          secretName: service-account
  5627      - name: ssh
  5628        secret:
  5629          defaultMode: 256
  5630          secretName: ssh-key-secret
  5631  
  5632  - interval: 2h
  5633    agent: kubernetes
  5634    name: ci-kubernetes-e2e-gce-gci-latest-upgrade-etcd
  5635    spec:
  5636      containers:
  5637      - args:
  5638        - --timeout=110
  5639        - --bare
  5640        env:
  5641        - name: GOOGLE_APPLICATION_CREDENTIALS
  5642          value: /etc/service-account/service-account.json
  5643        - name: USER
  5644          value: prow
  5645        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  5646          value: /etc/ssh-key-secret/ssh-private
  5647        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  5648          value: /etc/ssh-key-secret/ssh-public
  5649        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  5650        volumeMounts:
  5651        - mountPath: /etc/service-account
  5652          name: service
  5653          readOnly: true
  5654        - mountPath: /etc/ssh-key-secret
  5655          name: ssh
  5656          readOnly: true
  5657      volumes:
  5658      - name: service
  5659        secret:
  5660          secretName: service-account
  5661      - name: ssh
  5662        secret:
  5663          defaultMode: 256
  5664          secretName: ssh-key-secret
  5665  
  5666  - interval: 30m
  5667    agent: kubernetes
  5668    name: ci-kubernetes-e2e-gce-gci-qa-m60
  5669    spec:
  5670      containers:
  5671      - args:
  5672        - --timeout=70
  5673        - --bare
  5674        env:
  5675        - name: GOOGLE_APPLICATION_CREDENTIALS
  5676          value: /etc/service-account/service-account.json
  5677        - name: USER
  5678          value: prow
  5679        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  5680          value: /etc/ssh-key-secret/ssh-private
  5681        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  5682          value: /etc/ssh-key-secret/ssh-public
  5683        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-6e8d729f
  5684        volumeMounts:
  5685        - mountPath: /etc/service-account
  5686          name: service
  5687          readOnly: true
  5688        - mountPath: /etc/ssh-key-secret
  5689          name: ssh
  5690          readOnly: true
  5691      volumes:
  5692      - name: service
  5693        secret:
  5694          secretName: service-account
  5695      - name: ssh
  5696        secret:
  5697          defaultMode: 256
  5698          secretName: ssh-key-secret
  5699  
  5700  - interval: 30m
  5701    agent: kubernetes
  5702    name: ci-kubernetes-e2e-gce-gci-qa-m61
  5703    spec:
  5704      containers:
  5705      - args:
  5706        - --timeout=70
  5707        - --bare
  5708        env:
  5709        - name: GOOGLE_APPLICATION_CREDENTIALS
  5710          value: /etc/service-account/service-account.json
  5711        - name: USER
  5712          value: prow
  5713        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  5714          value: /etc/ssh-key-secret/ssh-private
  5715        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  5716          value: /etc/ssh-key-secret/ssh-public
  5717        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  5718        volumeMounts:
  5719        - mountPath: /etc/service-account
  5720          name: service
  5721          readOnly: true
  5722        - mountPath: /etc/ssh-key-secret
  5723          name: ssh
  5724          readOnly: true
  5725      volumes:
  5726      - name: service
  5727        secret:
  5728          secretName: service-account
  5729      - name: ssh
  5730        secret:
  5731          defaultMode: 256
  5732          secretName: ssh-key-secret
  5733  
  5734  - interval: 30m
  5735    agent: kubernetes
  5736    name: ci-kubernetes-e2e-gce-gci-qa-m62
  5737    spec:
  5738      containers:
  5739      - args:
  5740        - --timeout=70
  5741        - --bare
  5742        env:
  5743        - name: GOOGLE_APPLICATION_CREDENTIALS
  5744          value: /etc/service-account/service-account.json
  5745        - name: USER
  5746          value: prow
  5747        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  5748          value: /etc/ssh-key-secret/ssh-private
  5749        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  5750          value: /etc/ssh-key-secret/ssh-public
  5751        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  5752        volumeMounts:
  5753        - mountPath: /etc/service-account
  5754          name: service
  5755          readOnly: true
  5756        - mountPath: /etc/ssh-key-secret
  5757          name: ssh
  5758          readOnly: true
  5759      volumes:
  5760      - name: service
  5761        secret:
  5762          secretName: service-account
  5763      - name: ssh
  5764        secret:
  5765          defaultMode: 256
  5766          secretName: ssh-key-secret
  5767  
  5768  - interval: 30m
  5769    agent: kubernetes
  5770    name: ci-kubernetes-e2e-gce-gci-qa-master
  5771    spec:
  5772      containers:
  5773      - args:
  5774        - --timeout=70
  5775        - --bare
  5776        env:
  5777        - name: GOOGLE_APPLICATION_CREDENTIALS
  5778          value: /etc/service-account/service-account.json
  5779        - name: USER
  5780          value: prow
  5781        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  5782          value: /etc/ssh-key-secret/ssh-private
  5783        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  5784          value: /etc/ssh-key-secret/ssh-public
  5785        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  5786        volumeMounts:
  5787        - mountPath: /etc/service-account
  5788          name: service
  5789          readOnly: true
  5790        - mountPath: /etc/ssh-key-secret
  5791          name: ssh
  5792          readOnly: true
  5793      volumes:
  5794      - name: service
  5795        secret:
  5796          secretName: service-account
  5797      - name: ssh
  5798        secret:
  5799          defaultMode: 256
  5800          secretName: ssh-key-secret
  5801  
  5802  - interval: 1h
  5803    agent: kubernetes
  5804    name: ci-kubernetes-e2e-gce-gci-qa-serial-m60
  5805    spec:
  5806      containers:
  5807      - args:
  5808        - --timeout=320
  5809        - --bare
  5810        env:
  5811        - name: GOOGLE_APPLICATION_CREDENTIALS
  5812          value: /etc/service-account/service-account.json
  5813        - name: USER
  5814          value: prow
  5815        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  5816          value: /etc/ssh-key-secret/ssh-private
  5817        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  5818          value: /etc/ssh-key-secret/ssh-public
  5819        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-6e8d729f
  5820        volumeMounts:
  5821        - mountPath: /etc/service-account
  5822          name: service
  5823          readOnly: true
  5824        - mountPath: /etc/ssh-key-secret
  5825          name: ssh
  5826          readOnly: true
  5827      volumes:
  5828      - name: service
  5829        secret:
  5830          secretName: service-account
  5831      - name: ssh
  5832        secret:
  5833          defaultMode: 256
  5834          secretName: ssh-key-secret
  5835  
  5836  - interval: 1h
  5837    agent: kubernetes
  5838    name: ci-kubernetes-e2e-gce-gci-qa-serial-m61
  5839    spec:
  5840      containers:
  5841      - args:
  5842        - --timeout=320
  5843        - --bare
  5844        env:
  5845        - name: GOOGLE_APPLICATION_CREDENTIALS
  5846          value: /etc/service-account/service-account.json
  5847        - name: USER
  5848          value: prow
  5849        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  5850          value: /etc/ssh-key-secret/ssh-private
  5851        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  5852          value: /etc/ssh-key-secret/ssh-public
  5853        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  5854        volumeMounts:
  5855        - mountPath: /etc/service-account
  5856          name: service
  5857          readOnly: true
  5858        - mountPath: /etc/ssh-key-secret
  5859          name: ssh
  5860          readOnly: true
  5861      volumes:
  5862      - name: service
  5863        secret:
  5864          secretName: service-account
  5865      - name: ssh
  5866        secret:
  5867          defaultMode: 256
  5868          secretName: ssh-key-secret
  5869  
  5870  - interval: 1h
  5871    agent: kubernetes
  5872    name: ci-kubernetes-e2e-gce-gci-qa-serial-m62
  5873    spec:
  5874      containers:
  5875      - args:
  5876        - --timeout=320
  5877        - --bare
  5878        env:
  5879        - name: GOOGLE_APPLICATION_CREDENTIALS
  5880          value: /etc/service-account/service-account.json
  5881        - name: USER
  5882          value: prow
  5883        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  5884          value: /etc/ssh-key-secret/ssh-private
  5885        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  5886          value: /etc/ssh-key-secret/ssh-public
  5887        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  5888        volumeMounts:
  5889        - mountPath: /etc/service-account
  5890          name: service
  5891          readOnly: true
  5892        - mountPath: /etc/ssh-key-secret
  5893          name: ssh
  5894          readOnly: true
  5895      volumes:
  5896      - name: service
  5897        secret:
  5898          secretName: service-account
  5899      - name: ssh
  5900        secret:
  5901          defaultMode: 256
  5902          secretName: ssh-key-secret
  5903  
  5904  - interval: 1h
  5905    agent: kubernetes
  5906    name: ci-kubernetes-e2e-gce-gci-qa-serial-master
  5907    spec:
  5908      containers:
  5909      - args:
  5910        - --timeout=320
  5911        - --bare
  5912        env:
  5913        - name: GOOGLE_APPLICATION_CREDENTIALS
  5914          value: /etc/service-account/service-account.json
  5915        - name: USER
  5916          value: prow
  5917        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  5918          value: /etc/ssh-key-secret/ssh-private
  5919        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  5920          value: /etc/ssh-key-secret/ssh-public
  5921        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  5922        volumeMounts:
  5923        - mountPath: /etc/service-account
  5924          name: service
  5925          readOnly: true
  5926        - mountPath: /etc/ssh-key-secret
  5927          name: ssh
  5928          readOnly: true
  5929      volumes:
  5930      - name: service
  5931        secret:
  5932          secretName: service-account
  5933      - name: ssh
  5934        secret:
  5935          defaultMode: 256
  5936          secretName: ssh-key-secret
  5937  
  5938  - interval: 2h
  5939    agent: kubernetes
  5940    name: ci-kubernetes-e2e-gce-gci-qa-slow-m60
  5941    spec:
  5942      containers:
  5943      - args:
  5944        - --timeout=170
  5945        - --bare
  5946        env:
  5947        - name: GOOGLE_APPLICATION_CREDENTIALS
  5948          value: /etc/service-account/service-account.json
  5949        - name: USER
  5950          value: prow
  5951        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  5952          value: /etc/ssh-key-secret/ssh-private
  5953        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  5954          value: /etc/ssh-key-secret/ssh-public
  5955        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-6e8d729f
  5956        volumeMounts:
  5957        - mountPath: /etc/service-account
  5958          name: service
  5959          readOnly: true
  5960        - mountPath: /etc/ssh-key-secret
  5961          name: ssh
  5962          readOnly: true
  5963      volumes:
  5964      - name: service
  5965        secret:
  5966          secretName: service-account
  5967      - name: ssh
  5968        secret:
  5969          defaultMode: 256
  5970          secretName: ssh-key-secret
  5971  
  5972  - interval: 2h
  5973    agent: kubernetes
  5974    name: ci-kubernetes-e2e-gce-gci-qa-slow-m61
  5975    spec:
  5976      containers:
  5977      - args:
  5978        - --timeout=170
  5979        - --bare
  5980        env:
  5981        - name: GOOGLE_APPLICATION_CREDENTIALS
  5982          value: /etc/service-account/service-account.json
  5983        - name: USER
  5984          value: prow
  5985        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  5986          value: /etc/ssh-key-secret/ssh-private
  5987        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  5988          value: /etc/ssh-key-secret/ssh-public
  5989        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  5990        volumeMounts:
  5991        - mountPath: /etc/service-account
  5992          name: service
  5993          readOnly: true
  5994        - mountPath: /etc/ssh-key-secret
  5995          name: ssh
  5996          readOnly: true
  5997      volumes:
  5998      - name: service
  5999        secret:
  6000          secretName: service-account
  6001      - name: ssh
  6002        secret:
  6003          defaultMode: 256
  6004          secretName: ssh-key-secret
  6005  
  6006  - interval: 2h
  6007    agent: kubernetes
  6008    name: ci-kubernetes-e2e-gce-gci-qa-slow-m62
  6009    spec:
  6010      containers:
  6011      - args:
  6012        - --timeout=170
  6013        - --bare
  6014        env:
  6015        - name: GOOGLE_APPLICATION_CREDENTIALS
  6016          value: /etc/service-account/service-account.json
  6017        - name: USER
  6018          value: prow
  6019        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  6020          value: /etc/ssh-key-secret/ssh-private
  6021        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  6022          value: /etc/ssh-key-secret/ssh-public
  6023        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  6024        volumeMounts:
  6025        - mountPath: /etc/service-account
  6026          name: service
  6027          readOnly: true
  6028        - mountPath: /etc/ssh-key-secret
  6029          name: ssh
  6030          readOnly: true
  6031      volumes:
  6032      - name: service
  6033        secret:
  6034          secretName: service-account
  6035      - name: ssh
  6036        secret:
  6037          defaultMode: 256
  6038          secretName: ssh-key-secret
  6039  
  6040  - interval: 2h
  6041    agent: kubernetes
  6042    name: ci-kubernetes-e2e-gce-gci-qa-slow-master
  6043    spec:
  6044      containers:
  6045      - args:
  6046        - --timeout=170
  6047        - --bare
  6048        env:
  6049        - name: GOOGLE_APPLICATION_CREDENTIALS
  6050          value: /etc/service-account/service-account.json
  6051        - name: USER
  6052          value: prow
  6053        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  6054          value: /etc/ssh-key-secret/ssh-private
  6055        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  6056          value: /etc/ssh-key-secret/ssh-public
  6057        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  6058        volumeMounts:
  6059        - mountPath: /etc/service-account
  6060          name: service
  6061          readOnly: true
  6062        - mountPath: /etc/ssh-key-secret
  6063          name: ssh
  6064          readOnly: true
  6065      volumes:
  6066      - name: service
  6067        secret:
  6068          secretName: service-account
  6069      - name: ssh
  6070        secret:
  6071          defaultMode: 256
  6072          secretName: ssh-key-secret
  6073  
  6074  - interval: 2h
  6075    agent: kubernetes
  6076    name: ci-kubernetes-e2e-gce-gci-serial-sig-cli
  6077    spec:
  6078      containers:
  6079      - args:
  6080        - --timeout=520
  6081        - --bare
  6082        env:
  6083        - name: GOOGLE_APPLICATION_CREDENTIALS
  6084          value: /etc/service-account/service-account.json
  6085        - name: USER
  6086          value: prow
  6087        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  6088          value: /etc/ssh-key-secret/ssh-private
  6089        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  6090          value: /etc/ssh-key-secret/ssh-public
  6091        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  6092        volumeMounts:
  6093        - mountPath: /etc/service-account
  6094          name: service
  6095          readOnly: true
  6096        - mountPath: /etc/ssh-key-secret
  6097          name: ssh
  6098          readOnly: true
  6099      volumes:
  6100      - name: service
  6101        secret:
  6102          secretName: service-account
  6103      - name: ssh
  6104        secret:
  6105          defaultMode: 256
  6106          secretName: ssh-key-secret
  6107  
  6108  - name: ci-kubernetes-e2e-gce-gpu
  6109    interval: 2h
  6110    agent: kubernetes
  6111    spec:
  6112      containers:
  6113      - args:
  6114        - --timeout=300
  6115        - --bare
  6116        env:
  6117        - name: GOOGLE_APPLICATION_CREDENTIALS
  6118          value: /etc/service-account/service-account.json
  6119        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  6120          value: /etc/ssh-key-secret/ssh-private
  6121        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  6122          value: /etc/ssh-key-secret/ssh-public
  6123        - name: USER
  6124          value: prow
  6125        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  6126        volumeMounts:
  6127        - mountPath: /etc/service-account
  6128          name: service
  6129          readOnly: true
  6130        - mountPath: /etc/ssh-key-secret
  6131          name: ssh
  6132          readOnly: true
  6133      volumes:
  6134      - name: service
  6135        secret:
  6136          secretName: service-account
  6137      - name: ssh
  6138        secret:
  6139          defaultMode: 256
  6140          secretName: ssh-key-secret
  6141  
  6142  - name: ci-kubernetes-e2e-gce-gpu-1-7
  6143    interval: 2h
  6144    agent: kubernetes
  6145    spec:
  6146      containers:
  6147      - args:
  6148        - --timeout=300
  6149        - --bare
  6150        env:
  6151        - name: GOOGLE_APPLICATION_CREDENTIALS
  6152          value: /etc/service-account/service-account.json
  6153        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  6154          value: /etc/ssh-key-secret/ssh-private
  6155        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  6156          value: /etc/ssh-key-secret/ssh-public
  6157        - name: USER
  6158          value: prow
  6159        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  6160        volumeMounts:
  6161        - mountPath: /etc/service-account
  6162          name: service
  6163          readOnly: true
  6164        - mountPath: /etc/ssh-key-secret
  6165          name: ssh
  6166          readOnly: true
  6167      volumes:
  6168      - name: service
  6169        secret:
  6170          secretName: service-account
  6171      - name: ssh
  6172        secret:
  6173          defaultMode: 256
  6174          secretName: ssh-key-secret
  6175  
  6176  - name: ci-kubernetes-e2e-gce-gpu-stable1
  6177    interval: 2h
  6178    agent: kubernetes
  6179    spec:
  6180      containers:
  6181      - args:
  6182        - --timeout=300
  6183        - --bare
  6184        env:
  6185        - name: GOOGLE_APPLICATION_CREDENTIALS
  6186          value: /etc/service-account/service-account.json
  6187        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  6188          value: /etc/ssh-key-secret/ssh-private
  6189        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  6190          value: /etc/ssh-key-secret/ssh-public
  6191        - name: USER
  6192          value: prow
  6193        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  6194        volumeMounts:
  6195        - mountPath: /etc/service-account
  6196          name: service
  6197          readOnly: true
  6198        - mountPath: /etc/ssh-key-secret
  6199          name: ssh
  6200          readOnly: true
  6201      volumes:
  6202      - name: service
  6203        secret:
  6204          secretName: service-account
  6205      - name: ssh
  6206        secret:
  6207          defaultMode: 256
  6208          secretName: ssh-key-secret
  6209  
  6210  - interval: 30m
  6211    agent: kubernetes
  6212    name: ci-kubernetes-e2e-gce-ha-master
  6213    spec:
  6214      containers:
  6215      - args:
  6216        - --timeout=240
  6217        - --bare
  6218        env:
  6219        - name: GOOGLE_APPLICATION_CREDENTIALS
  6220          value: /etc/service-account/service-account.json
  6221        - name: USER
  6222          value: prow
  6223        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  6224          value: /etc/ssh-key-secret/ssh-private
  6225        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  6226          value: /etc/ssh-key-secret/ssh-public
  6227        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  6228        volumeMounts:
  6229        - mountPath: /etc/service-account
  6230          name: service
  6231          readOnly: true
  6232        - mountPath: /etc/ssh-key-secret
  6233          name: ssh
  6234          readOnly: true
  6235      volumes:
  6236      - name: service
  6237        secret:
  6238          secretName: service-account
  6239      - name: ssh
  6240        secret:
  6241          defaultMode: 256
  6242          secretName: ssh-key-secret
  6243  
  6244  - interval: 30m
  6245    agent: kubernetes
  6246    name: ci-kubernetes-e2e-gce-ingress
  6247    spec:
  6248      containers:
  6249      - args:
  6250        - --timeout=110
  6251        - --bare
  6252        env:
  6253        - name: GOOGLE_APPLICATION_CREDENTIALS
  6254          value: /etc/service-account/service-account.json
  6255        - name: USER
  6256          value: prow
  6257        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  6258          value: /etc/ssh-key-secret/ssh-private
  6259        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  6260          value: /etc/ssh-key-secret/ssh-public
  6261        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  6262        volumeMounts:
  6263        - mountPath: /etc/service-account
  6264          name: service
  6265          readOnly: true
  6266        - mountPath: /etc/ssh-key-secret
  6267          name: ssh
  6268          readOnly: true
  6269      volumes:
  6270      - name: service
  6271        secret:
  6272          secretName: service-account
  6273      - name: ssh
  6274        secret:
  6275          defaultMode: 256
  6276          secretName: ssh-key-secret
  6277  
  6278  - interval: 2h
  6279    agent: kubernetes
  6280    name: ci-kubernetes-e2e-gce-latest-upgrade-cluster
  6281    spec:
  6282      containers:
  6283      - args:
  6284        - --timeout=110
  6285        - --bare
  6286        env:
  6287        - name: GOOGLE_APPLICATION_CREDENTIALS
  6288          value: /etc/service-account/service-account.json
  6289        - name: USER
  6290          value: prow
  6291        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  6292          value: /etc/ssh-key-secret/ssh-private
  6293        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  6294          value: /etc/ssh-key-secret/ssh-public
  6295        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  6296        volumeMounts:
  6297        - mountPath: /etc/service-account
  6298          name: service
  6299          readOnly: true
  6300        - mountPath: /etc/ssh-key-secret
  6301          name: ssh
  6302          readOnly: true
  6303      volumes:
  6304      - name: service
  6305        secret:
  6306          secretName: service-account
  6307      - name: ssh
  6308        secret:
  6309          defaultMode: 256
  6310          secretName: ssh-key-secret
  6311  
  6312  - interval: 2h
  6313    agent: kubernetes
  6314    name: ci-kubernetes-e2e-gce-latest-upgrade-master
  6315    spec:
  6316      containers:
  6317      - args:
  6318        - --timeout=110
  6319        - --bare
  6320        env:
  6321        - name: GOOGLE_APPLICATION_CREDENTIALS
  6322          value: /etc/service-account/service-account.json
  6323        - name: USER
  6324          value: prow
  6325        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  6326          value: /etc/ssh-key-secret/ssh-private
  6327        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  6328          value: /etc/ssh-key-secret/ssh-public
  6329        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  6330        volumeMounts:
  6331        - mountPath: /etc/service-account
  6332          name: service
  6333          readOnly: true
  6334        - mountPath: /etc/ssh-key-secret
  6335          name: ssh
  6336          readOnly: true
  6337      volumes:
  6338      - name: service
  6339        secret:
  6340          secretName: service-account
  6341      - name: ssh
  6342        secret:
  6343          defaultMode: 256
  6344          secretName: ssh-key-secret
  6345  
  6346  - interval: 2h
  6347    agent: kubernetes
  6348    name: ci-kubernetes-e2e-gce-master-new-downgrade-cluster
  6349    spec:
  6350      containers:
  6351      - args:
  6352        - --timeout=920
  6353        - --bare
  6354        env:
  6355        - name: GOOGLE_APPLICATION_CREDENTIALS
  6356          value: /etc/service-account/service-account.json
  6357        - name: USER
  6358          value: prow
  6359        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  6360          value: /etc/ssh-key-secret/ssh-private
  6361        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  6362          value: /etc/ssh-key-secret/ssh-public
  6363        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  6364        volumeMounts:
  6365        - mountPath: /etc/service-account
  6366          name: service
  6367          readOnly: true
  6368        - mountPath: /etc/ssh-key-secret
  6369          name: ssh
  6370          readOnly: true
  6371      volumes:
  6372      - name: service
  6373        secret:
  6374          secretName: service-account
  6375      - name: ssh
  6376        secret:
  6377          defaultMode: 256
  6378          secretName: ssh-key-secret
  6379  
  6380  - interval: 2h
  6381    agent: kubernetes
  6382    name: ci-kubernetes-e2e-gce-master-new-downgrade-cluster-parallel
  6383    spec:
  6384      containers:
  6385      - args:
  6386        - --timeout=140
  6387        - --bare
  6388        env:
  6389        - name: GOOGLE_APPLICATION_CREDENTIALS
  6390          value: /etc/service-account/service-account.json
  6391        - name: USER
  6392          value: prow
  6393        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  6394          value: /etc/ssh-key-secret/ssh-private
  6395        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  6396          value: /etc/ssh-key-secret/ssh-public
  6397        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  6398        volumeMounts:
  6399        - mountPath: /etc/service-account
  6400          name: service
  6401          readOnly: true
  6402        - mountPath: /etc/ssh-key-secret
  6403          name: ssh
  6404          readOnly: true
  6405      volumes:
  6406      - name: service
  6407        secret:
  6408          secretName: service-account
  6409      - name: ssh
  6410        secret:
  6411          defaultMode: 256
  6412          secretName: ssh-key-secret
  6413  
  6414  - interval: 1h
  6415    agent: kubernetes
  6416    name: ci-kubernetes-e2e-gce-master-new-gci-kubectl-skew
  6417    spec:
  6418      containers:
  6419      - args:
  6420        - --timeout=140
  6421        - --bare
  6422        env:
  6423        - name: GOOGLE_APPLICATION_CREDENTIALS
  6424          value: /etc/service-account/service-account.json
  6425        - name: USER
  6426          value: prow
  6427        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  6428          value: /etc/ssh-key-secret/ssh-private
  6429        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  6430          value: /etc/ssh-key-secret/ssh-public
  6431        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  6432        volumeMounts:
  6433        - mountPath: /etc/service-account
  6434          name: service
  6435          readOnly: true
  6436        - mountPath: /etc/ssh-key-secret
  6437          name: ssh
  6438          readOnly: true
  6439      volumes:
  6440      - name: service
  6441        secret:
  6442          secretName: service-account
  6443      - name: ssh
  6444        secret:
  6445          defaultMode: 256
  6446          secretName: ssh-key-secret
  6447  
  6448  - interval: 1h
  6449    agent: kubernetes
  6450    name: ci-kubernetes-e2e-gce-master-new-gci-kubectl-skew-serial
  6451    spec:
  6452      containers:
  6453      - args:
  6454        - --timeout=140
  6455        - --bare
  6456        env:
  6457        - name: GOOGLE_APPLICATION_CREDENTIALS
  6458          value: /etc/service-account/service-account.json
  6459        - name: USER
  6460          value: prow
  6461        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  6462          value: /etc/ssh-key-secret/ssh-private
  6463        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  6464          value: /etc/ssh-key-secret/ssh-public
  6465        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  6466        volumeMounts:
  6467        - mountPath: /etc/service-account
  6468          name: service
  6469          readOnly: true
  6470        - mountPath: /etc/ssh-key-secret
  6471          name: ssh
  6472          readOnly: true
  6473      volumes:
  6474      - name: service
  6475        secret:
  6476          secretName: service-account
  6477      - name: ssh
  6478        secret:
  6479          defaultMode: 256
  6480          secretName: ssh-key-secret
  6481  
  6482  - interval: 24h
  6483    agent: kubernetes
  6484    name: ci-kubernetes-e2e-gce-min-node-permissions
  6485    spec:
  6486      containers:
  6487      - args:
  6488        - --timeout=520
  6489        - --bare
  6490        env:
  6491        - name: GOOGLE_APPLICATION_CREDENTIALS
  6492          value: /etc/service-account/service-account.json
  6493        - name: USER
  6494          value: prow
  6495        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  6496          value: /etc/ssh-key-secret/ssh-private
  6497        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  6498          value: /etc/ssh-key-secret/ssh-public
  6499        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  6500        volumeMounts:
  6501        - mountPath: /etc/service-account
  6502          name: service
  6503          readOnly: true
  6504        - mountPath: /etc/ssh-key-secret
  6505          name: ssh
  6506          readOnly: true
  6507      volumes:
  6508      - name: service
  6509        secret:
  6510          secretName: service-account
  6511      - name: ssh
  6512        secret:
  6513          defaultMode: 256
  6514          secretName: ssh-key-secret
  6515  
  6516  - interval: 30m
  6517    agent: kubernetes
  6518    name: ci-kubernetes-e2e-gce-multizone
  6519    spec:
  6520      containers:
  6521      - args:
  6522        - --timeout=170
  6523        - --bare
  6524        env:
  6525        - name: GOOGLE_APPLICATION_CREDENTIALS
  6526          value: /etc/service-account/service-account.json
  6527        - name: USER
  6528          value: prow
  6529        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  6530          value: /etc/ssh-key-secret/ssh-private
  6531        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  6532          value: /etc/ssh-key-secret/ssh-public
  6533        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  6534        volumeMounts:
  6535        - mountPath: /etc/service-account
  6536          name: service
  6537          readOnly: true
  6538        - mountPath: /etc/ssh-key-secret
  6539          name: ssh
  6540          readOnly: true
  6541      volumes:
  6542      - name: service
  6543        secret:
  6544          secretName: service-account
  6545      - name: ssh
  6546        secret:
  6547          defaultMode: 256
  6548          secretName: ssh-key-secret
  6549  
  6550  - interval: 1h
  6551    agent: kubernetes
  6552    name: ci-kubernetes-e2e-gce-new-master-gci-kubectl-skew
  6553    spec:
  6554      containers:
  6555      - args:
  6556        - --timeout=140
  6557        - --bare
  6558        env:
  6559        - name: GOOGLE_APPLICATION_CREDENTIALS
  6560          value: /etc/service-account/service-account.json
  6561        - name: USER
  6562          value: prow
  6563        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  6564          value: /etc/ssh-key-secret/ssh-private
  6565        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  6566          value: /etc/ssh-key-secret/ssh-public
  6567        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  6568        volumeMounts:
  6569        - mountPath: /etc/service-account
  6570          name: service
  6571          readOnly: true
  6572        - mountPath: /etc/ssh-key-secret
  6573          name: ssh
  6574          readOnly: true
  6575      volumes:
  6576      - name: service
  6577        secret:
  6578          secretName: service-account
  6579      - name: ssh
  6580        secret:
  6581          defaultMode: 256
  6582          secretName: ssh-key-secret
  6583  
  6584  - interval: 1h
  6585    agent: kubernetes
  6586    name: ci-kubernetes-e2e-gce-new-master-gci-kubectl-skew-serial
  6587    spec:
  6588      containers:
  6589      - args:
  6590        - --timeout=140
  6591        - --bare
  6592        env:
  6593        - name: GOOGLE_APPLICATION_CREDENTIALS
  6594          value: /etc/service-account/service-account.json
  6595        - name: USER
  6596          value: prow
  6597        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  6598          value: /etc/ssh-key-secret/ssh-private
  6599        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  6600          value: /etc/ssh-key-secret/ssh-public
  6601        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  6602        volumeMounts:
  6603        - mountPath: /etc/service-account
  6604          name: service
  6605          readOnly: true
  6606        - mountPath: /etc/ssh-key-secret
  6607          name: ssh
  6608          readOnly: true
  6609      volumes:
  6610      - name: service
  6611        secret:
  6612          secretName: service-account
  6613      - name: ssh
  6614        secret:
  6615          defaultMode: 256
  6616          secretName: ssh-key-secret
  6617  
  6618  - interval: 2h
  6619    agent: kubernetes
  6620    name: ci-kubernetes-e2e-gce-new-master-upgrade-cluster
  6621    spec:
  6622      containers:
  6623      - args:
  6624        - --timeout=920
  6625        - --bare
  6626        env:
  6627        - name: GOOGLE_APPLICATION_CREDENTIALS
  6628          value: /etc/service-account/service-account.json
  6629        - name: USER
  6630          value: prow
  6631        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  6632          value: /etc/ssh-key-secret/ssh-private
  6633        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  6634          value: /etc/ssh-key-secret/ssh-public
  6635        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  6636        volumeMounts:
  6637        - mountPath: /etc/service-account
  6638          name: service
  6639          readOnly: true
  6640        - mountPath: /etc/ssh-key-secret
  6641          name: ssh
  6642          readOnly: true
  6643      volumes:
  6644      - name: service
  6645        secret:
  6646          secretName: service-account
  6647      - name: ssh
  6648        secret:
  6649          defaultMode: 256
  6650          secretName: ssh-key-secret
  6651  
  6652  - interval: 2h
  6653    agent: kubernetes
  6654    name: ci-kubernetes-e2e-gce-new-master-upgrade-cluster-new
  6655    spec:
  6656      containers:
  6657      - args:
  6658        - --timeout=920
  6659        - --bare
  6660        env:
  6661        - name: GOOGLE_APPLICATION_CREDENTIALS
  6662          value: /etc/service-account/service-account.json
  6663        - name: USER
  6664          value: prow
  6665        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  6666          value: /etc/ssh-key-secret/ssh-private
  6667        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  6668          value: /etc/ssh-key-secret/ssh-public
  6669        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  6670        volumeMounts:
  6671        - mountPath: /etc/service-account
  6672          name: service
  6673          readOnly: true
  6674        - mountPath: /etc/ssh-key-secret
  6675          name: ssh
  6676          readOnly: true
  6677      volumes:
  6678      - name: service
  6679        secret:
  6680          secretName: service-account
  6681      - name: ssh
  6682        secret:
  6683          defaultMode: 256
  6684          secretName: ssh-key-secret
  6685  
  6686  - interval: 2h
  6687    agent: kubernetes
  6688    name: ci-kubernetes-e2e-gce-new-master-upgrade-cluster-parallel
  6689    spec:
  6690      containers:
  6691      - args:
  6692        - --timeout=140
  6693        - --bare
  6694        env:
  6695        - name: GOOGLE_APPLICATION_CREDENTIALS
  6696          value: /etc/service-account/service-account.json
  6697        - name: USER
  6698          value: prow
  6699        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  6700          value: /etc/ssh-key-secret/ssh-private
  6701        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  6702          value: /etc/ssh-key-secret/ssh-public
  6703        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  6704        volumeMounts:
  6705        - mountPath: /etc/service-account
  6706          name: service
  6707          readOnly: true
  6708        - mountPath: /etc/ssh-key-secret
  6709          name: ssh
  6710          readOnly: true
  6711      volumes:
  6712      - name: service
  6713        secret:
  6714          secretName: service-account
  6715      - name: ssh
  6716        secret:
  6717          defaultMode: 256
  6718          secretName: ssh-key-secret
  6719  
  6720  - interval: 2h
  6721    agent: kubernetes
  6722    name: ci-kubernetes-e2e-gce-new-master-upgrade-master
  6723    spec:
  6724      containers:
  6725      - args:
  6726        - --timeout=920
  6727        - --bare
  6728        env:
  6729        - name: GOOGLE_APPLICATION_CREDENTIALS
  6730          value: /etc/service-account/service-account.json
  6731        - name: USER
  6732          value: prow
  6733        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  6734          value: /etc/ssh-key-secret/ssh-private
  6735        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  6736          value: /etc/ssh-key-secret/ssh-public
  6737        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  6738        volumeMounts:
  6739        - mountPath: /etc/service-account
  6740          name: service
  6741          readOnly: true
  6742        - mountPath: /etc/ssh-key-secret
  6743          name: ssh
  6744          readOnly: true
  6745      volumes:
  6746      - name: service
  6747        secret:
  6748          secretName: service-account
  6749      - name: ssh
  6750        secret:
  6751          defaultMode: 256
  6752          secretName: ssh-key-secret
  6753  
  6754  - interval: 30m
  6755    agent: kubernetes
  6756    name: ci-kubernetes-e2e-gce-proto
  6757    spec:
  6758      containers:
  6759      - args:
  6760        - --timeout=70
  6761        - --bare
  6762        env:
  6763        - name: GOOGLE_APPLICATION_CREDENTIALS
  6764          value: /etc/service-account/service-account.json
  6765        - name: USER
  6766          value: prow
  6767        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  6768          value: /etc/ssh-key-secret/ssh-private
  6769        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  6770          value: /etc/ssh-key-secret/ssh-public
  6771        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  6772        volumeMounts:
  6773        - mountPath: /etc/service-account
  6774          name: service
  6775          readOnly: true
  6776        - mountPath: /etc/ssh-key-secret
  6777          name: ssh
  6778          readOnly: true
  6779      volumes:
  6780      - name: service
  6781        secret:
  6782          secretName: service-account
  6783      - name: ssh
  6784        secret:
  6785          defaultMode: 256
  6786          secretName: ssh-key-secret
  6787  
  6788  - interval: 30m
  6789    agent: kubernetes
  6790    name: ci-kubernetes-e2e-gce-reboot
  6791    spec:
  6792      containers:
  6793      - args:
  6794        - --timeout=200
  6795        - --bare
  6796        env:
  6797        - name: GOOGLE_APPLICATION_CREDENTIALS
  6798          value: /etc/service-account/service-account.json
  6799        - name: USER
  6800          value: prow
  6801        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  6802          value: /etc/ssh-key-secret/ssh-private
  6803        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  6804          value: /etc/ssh-key-secret/ssh-public
  6805        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  6806        volumeMounts:
  6807        - mountPath: /etc/service-account
  6808          name: service
  6809          readOnly: true
  6810        - mountPath: /etc/ssh-key-secret
  6811          name: ssh
  6812          readOnly: true
  6813      volumes:
  6814      - name: service
  6815        secret:
  6816          secretName: service-account
  6817      - name: ssh
  6818        secret:
  6819          defaultMode: 256
  6820          secretName: ssh-key-secret
  6821  
  6822  - interval: 5h
  6823    agent: kubernetes
  6824    name: ci-kubernetes-e2e-gce-reboot-release-1-5
  6825    spec:
  6826      containers:
  6827      - args:
  6828        - --timeout=200
  6829        - --bare
  6830        env:
  6831        - name: GOOGLE_APPLICATION_CREDENTIALS
  6832          value: /etc/service-account/service-account.json
  6833        - name: USER
  6834          value: prow
  6835        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  6836          value: /etc/ssh-key-secret/ssh-private
  6837        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  6838          value: /etc/ssh-key-secret/ssh-public
  6839        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  6840        volumeMounts:
  6841        - mountPath: /etc/service-account
  6842          name: service
  6843          readOnly: true
  6844        - mountPath: /etc/ssh-key-secret
  6845          name: ssh
  6846          readOnly: true
  6847      volumes:
  6848      - name: service
  6849        secret:
  6850          secretName: service-account
  6851      - name: ssh
  6852        secret:
  6853          defaultMode: 256
  6854          secretName: ssh-key-secret
  6855  
  6856  - interval: 6h
  6857    agent: kubernetes
  6858    name: ci-kubernetes-e2e-gce-reboot-release-1-6
  6859    spec:
  6860      containers:
  6861      - args:
  6862        - --timeout=200
  6863        - --bare
  6864        env:
  6865        - name: GOOGLE_APPLICATION_CREDENTIALS
  6866          value: /etc/service-account/service-account.json
  6867        - name: USER
  6868          value: prow
  6869        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  6870          value: /etc/ssh-key-secret/ssh-private
  6871        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  6872          value: /etc/ssh-key-secret/ssh-public
  6873        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  6874        volumeMounts:
  6875        - mountPath: /etc/service-account
  6876          name: service
  6877          readOnly: true
  6878        - mountPath: /etc/ssh-key-secret
  6879          name: ssh
  6880          readOnly: true
  6881      volumes:
  6882      - name: service
  6883        secret:
  6884          secretName: service-account
  6885      - name: ssh
  6886        secret:
  6887          defaultMode: 256
  6888          secretName: ssh-key-secret
  6889  
  6890  - interval: 2h
  6891    agent: kubernetes
  6892    name: ci-kubernetes-e2e-gce-reboot-release-1-7
  6893    spec:
  6894      containers:
  6895      - args:
  6896        - --timeout=200
  6897        - --bare
  6898        env:
  6899        - name: GOOGLE_APPLICATION_CREDENTIALS
  6900          value: /etc/service-account/service-account.json
  6901        - name: USER
  6902          value: prow
  6903        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  6904          value: /etc/ssh-key-secret/ssh-private
  6905        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  6906          value: /etc/ssh-key-secret/ssh-public
  6907        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  6908        volumeMounts:
  6909        - mountPath: /etc/service-account
  6910          name: service
  6911          readOnly: true
  6912        - mountPath: /etc/ssh-key-secret
  6913          name: ssh
  6914          readOnly: true
  6915      volumes:
  6916      - name: service
  6917        secret:
  6918          secretName: service-account
  6919      - name: ssh
  6920        secret:
  6921          defaultMode: 256
  6922          secretName: ssh-key-secret
  6923  
  6924  - interval: 5h
  6925    agent: kubernetes
  6926    name: ci-kubernetes-e2e-gce-release-1-5
  6927    spec:
  6928      containers:
  6929      - args:
  6930        - --timeout=70
  6931        - --bare
  6932        env:
  6933        - name: GOOGLE_APPLICATION_CREDENTIALS
  6934          value: /etc/service-account/service-account.json
  6935        - name: USER
  6936          value: prow
  6937        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  6938          value: /etc/ssh-key-secret/ssh-private
  6939        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  6940          value: /etc/ssh-key-secret/ssh-public
  6941        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  6942        volumeMounts:
  6943        - mountPath: /etc/service-account
  6944          name: service
  6945          readOnly: true
  6946        - mountPath: /etc/ssh-key-secret
  6947          name: ssh
  6948          readOnly: true
  6949      volumes:
  6950      - name: service
  6951        secret:
  6952          secretName: service-account
  6953      - name: ssh
  6954        secret:
  6955          defaultMode: 256
  6956          secretName: ssh-key-secret
  6957  
  6958  - interval: 6h
  6959    agent: kubernetes
  6960    name: ci-kubernetes-e2e-gce-release-1-6
  6961    spec:
  6962      containers:
  6963      - args:
  6964        - --timeout=70
  6965        - --bare
  6966        env:
  6967        - name: GOOGLE_APPLICATION_CREDENTIALS
  6968          value: /etc/service-account/service-account.json
  6969        - name: USER
  6970          value: prow
  6971        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  6972          value: /etc/ssh-key-secret/ssh-private
  6973        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  6974          value: /etc/ssh-key-secret/ssh-public
  6975        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  6976        volumeMounts:
  6977        - mountPath: /etc/service-account
  6978          name: service
  6979          readOnly: true
  6980        - mountPath: /etc/ssh-key-secret
  6981          name: ssh
  6982          readOnly: true
  6983      volumes:
  6984      - name: service
  6985        secret:
  6986          secretName: service-account
  6987      - name: ssh
  6988        secret:
  6989          defaultMode: 256
  6990          secretName: ssh-key-secret
  6991  
  6992  - interval: 2h
  6993    agent: kubernetes
  6994    name: ci-kubernetes-e2e-gce-release-1-7
  6995    spec:
  6996      containers:
  6997      - args:
  6998        - --timeout=70
  6999        - --bare
  7000        env:
  7001        - name: GOOGLE_APPLICATION_CREDENTIALS
  7002          value: /etc/service-account/service-account.json
  7003        - name: USER
  7004          value: prow
  7005        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  7006          value: /etc/ssh-key-secret/ssh-private
  7007        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  7008          value: /etc/ssh-key-secret/ssh-public
  7009        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  7010        volumeMounts:
  7011        - mountPath: /etc/service-account
  7012          name: service
  7013          readOnly: true
  7014        - mountPath: /etc/ssh-key-secret
  7015          name: ssh
  7016          readOnly: true
  7017      volumes:
  7018      - name: service
  7019        secret:
  7020          secretName: service-account
  7021      - name: ssh
  7022        secret:
  7023          defaultMode: 256
  7024          secretName: ssh-key-secret
  7025  
  7026  - interval: 30m
  7027    agent: kubernetes
  7028    name: ci-kubernetes-e2e-gce-scalability
  7029    spec:
  7030      containers:
  7031      - args:
  7032        - --timeout=140
  7033        - --bare
  7034        env:
  7035        - name: GOOGLE_APPLICATION_CREDENTIALS
  7036          value: /etc/service-account/service-account.json
  7037        - name: USER
  7038          value: prow
  7039        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  7040          value: /etc/ssh-key-secret/ssh-private
  7041        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  7042          value: /etc/ssh-key-secret/ssh-public
  7043        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  7044        volumeMounts:
  7045        - mountPath: /etc/service-account
  7046          name: service
  7047          readOnly: true
  7048        - mountPath: /etc/ssh-key-secret
  7049          name: ssh
  7050          readOnly: true
  7051      volumes:
  7052      - name: service
  7053        secret:
  7054          secretName: service-account
  7055      - name: ssh
  7056        secret:
  7057          defaultMode: 256
  7058          secretName: ssh-key-secret
  7059  
  7060  - interval: 30m
  7061    agent: kubernetes
  7062    name: ci-kubernetes-e2e-gce-scalability-canary
  7063    spec:
  7064      containers:
  7065      - args:
  7066        - --timeout=140
  7067        - --bare
  7068        env:
  7069        - name: GOOGLE_APPLICATION_CREDENTIALS
  7070          value: /etc/service-account/service-account.json
  7071        - name: USER
  7072          value: prow
  7073        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  7074          value: /etc/ssh-key-secret/ssh-private
  7075        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  7076          value: /etc/ssh-key-secret/ssh-public
  7077        image: gcr.io/k8s-testimages/kubekins-e2e:latest-master
  7078        volumeMounts:
  7079        - mountPath: /etc/service-account
  7080          name: service
  7081          readOnly: true
  7082        - mountPath: /etc/ssh-key-secret
  7083          name: ssh
  7084          readOnly: true
  7085      volumes:
  7086      - name: service
  7087        secret:
  7088          secretName: service-account
  7089      - name: ssh
  7090        secret:
  7091          defaultMode: 256
  7092          secretName: ssh-key-secret
  7093  
  7094  - interval: 30m
  7095    agent: kubernetes
  7096    name: ci-kubernetes-e2e-gce-sd-logging
  7097    spec:
  7098      containers:
  7099      - args:
  7100        - --timeout=1340
  7101        - --bare
  7102        env:
  7103        - name: GOOGLE_APPLICATION_CREDENTIALS
  7104          value: /etc/service-account/service-account.json
  7105        - name: USER
  7106          value: prow
  7107        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  7108          value: /etc/ssh-key-secret/ssh-private
  7109        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  7110          value: /etc/ssh-key-secret/ssh-public
  7111        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  7112        volumeMounts:
  7113        - mountPath: /etc/service-account
  7114          name: service
  7115          readOnly: true
  7116        - mountPath: /etc/ssh-key-secret
  7117          name: ssh
  7118          readOnly: true
  7119      volumes:
  7120      - name: service
  7121        secret:
  7122          secretName: service-account
  7123      - name: ssh
  7124        secret:
  7125          defaultMode: 256
  7126          secretName: ssh-key-secret
  7127  
  7128  - interval: 30m
  7129    agent: kubernetes
  7130    name: ci-kubernetes-e2e-gce-serial
  7131    spec:
  7132      containers:
  7133      - args:
  7134        - --timeout=520
  7135        - --bare
  7136        env:
  7137        - name: GOOGLE_APPLICATION_CREDENTIALS
  7138          value: /etc/service-account/service-account.json
  7139        - name: USER
  7140          value: prow
  7141        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  7142          value: /etc/ssh-key-secret/ssh-private
  7143        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  7144          value: /etc/ssh-key-secret/ssh-public
  7145        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  7146        volumeMounts:
  7147        - mountPath: /etc/service-account
  7148          name: service
  7149          readOnly: true
  7150        - mountPath: /etc/ssh-key-secret
  7151          name: ssh
  7152          readOnly: true
  7153      volumes:
  7154      - name: service
  7155        secret:
  7156          secretName: service-account
  7157      - name: ssh
  7158        secret:
  7159          defaultMode: 256
  7160          secretName: ssh-key-secret
  7161  
  7162  - interval: 5h
  7163    agent: kubernetes
  7164    name: ci-kubernetes-e2e-gce-serial-release-1-5
  7165    spec:
  7166      containers:
  7167      - args:
  7168        - --timeout=320
  7169        - --bare
  7170        env:
  7171        - name: GOOGLE_APPLICATION_CREDENTIALS
  7172          value: /etc/service-account/service-account.json
  7173        - name: USER
  7174          value: prow
  7175        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  7176          value: /etc/ssh-key-secret/ssh-private
  7177        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  7178          value: /etc/ssh-key-secret/ssh-public
  7179        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  7180        volumeMounts:
  7181        - mountPath: /etc/service-account
  7182          name: service
  7183          readOnly: true
  7184        - mountPath: /etc/ssh-key-secret
  7185          name: ssh
  7186          readOnly: true
  7187      volumes:
  7188      - name: service
  7189        secret:
  7190          secretName: service-account
  7191      - name: ssh
  7192        secret:
  7193          defaultMode: 256
  7194          secretName: ssh-key-secret
  7195  
  7196  - interval: 6h
  7197    agent: kubernetes
  7198    name: ci-kubernetes-e2e-gce-serial-release-1-6
  7199    spec:
  7200      containers:
  7201      - args:
  7202        - --timeout=320
  7203        - --bare
  7204        env:
  7205        - name: GOOGLE_APPLICATION_CREDENTIALS
  7206          value: /etc/service-account/service-account.json
  7207        - name: USER
  7208          value: prow
  7209        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  7210          value: /etc/ssh-key-secret/ssh-private
  7211        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  7212          value: /etc/ssh-key-secret/ssh-public
  7213        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  7214        volumeMounts:
  7215        - mountPath: /etc/service-account
  7216          name: service
  7217          readOnly: true
  7218        - mountPath: /etc/ssh-key-secret
  7219          name: ssh
  7220          readOnly: true
  7221      volumes:
  7222      - name: service
  7223        secret:
  7224          secretName: service-account
  7225      - name: ssh
  7226        secret:
  7227          defaultMode: 256
  7228          secretName: ssh-key-secret
  7229  
  7230  - interval: 2h
  7231    agent: kubernetes
  7232    name: ci-kubernetes-e2e-gce-serial-release-1-7
  7233    spec:
  7234      containers:
  7235      - args:
  7236        - --timeout=520
  7237        - --bare
  7238        env:
  7239        - name: GOOGLE_APPLICATION_CREDENTIALS
  7240          value: /etc/service-account/service-account.json
  7241        - name: USER
  7242          value: prow
  7243        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  7244          value: /etc/ssh-key-secret/ssh-private
  7245        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  7246          value: /etc/ssh-key-secret/ssh-public
  7247        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  7248        volumeMounts:
  7249        - mountPath: /etc/service-account
  7250          name: service
  7251          readOnly: true
  7252        - mountPath: /etc/ssh-key-secret
  7253          name: ssh
  7254          readOnly: true
  7255      volumes:
  7256      - name: service
  7257        secret:
  7258          secretName: service-account
  7259      - name: ssh
  7260        secret:
  7261          defaultMode: 256
  7262          secretName: ssh-key-secret
  7263  
  7264  - interval: 30m
  7265    agent: kubernetes
  7266    name: ci-kubernetes-e2e-gce-slow
  7267    spec:
  7268      containers:
  7269      - args:
  7270        - --timeout=170
  7271        - --bare
  7272        env:
  7273        - name: GOOGLE_APPLICATION_CREDENTIALS
  7274          value: /etc/service-account/service-account.json
  7275        - name: USER
  7276          value: prow
  7277        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  7278          value: /etc/ssh-key-secret/ssh-private
  7279        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  7280          value: /etc/ssh-key-secret/ssh-public
  7281        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  7282        volumeMounts:
  7283        - mountPath: /etc/service-account
  7284          name: service
  7285          readOnly: true
  7286        - mountPath: /etc/ssh-key-secret
  7287          name: ssh
  7288          readOnly: true
  7289      volumes:
  7290      - name: service
  7291        secret:
  7292          secretName: service-account
  7293      - name: ssh
  7294        secret:
  7295          defaultMode: 256
  7296          secretName: ssh-key-secret
  7297  
  7298  - interval: 5h
  7299    agent: kubernetes
  7300    name: ci-kubernetes-e2e-gce-slow-release-1-5
  7301    spec:
  7302      containers:
  7303      - args:
  7304        - --timeout=170
  7305        - --bare
  7306        env:
  7307        - name: GOOGLE_APPLICATION_CREDENTIALS
  7308          value: /etc/service-account/service-account.json
  7309        - name: USER
  7310          value: prow
  7311        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  7312          value: /etc/ssh-key-secret/ssh-private
  7313        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  7314          value: /etc/ssh-key-secret/ssh-public
  7315        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  7316        volumeMounts:
  7317        - mountPath: /etc/service-account
  7318          name: service
  7319          readOnly: true
  7320        - mountPath: /etc/ssh-key-secret
  7321          name: ssh
  7322          readOnly: true
  7323      volumes:
  7324      - name: service
  7325        secret:
  7326          secretName: service-account
  7327      - name: ssh
  7328        secret:
  7329          defaultMode: 256
  7330          secretName: ssh-key-secret
  7331  
  7332  - interval: 6h
  7333    agent: kubernetes
  7334    name: ci-kubernetes-e2e-gce-slow-release-1-6
  7335    spec:
  7336      containers:
  7337      - args:
  7338        - --timeout=170
  7339        - --bare
  7340        env:
  7341        - name: GOOGLE_APPLICATION_CREDENTIALS
  7342          value: /etc/service-account/service-account.json
  7343        - name: USER
  7344          value: prow
  7345        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  7346          value: /etc/ssh-key-secret/ssh-private
  7347        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  7348          value: /etc/ssh-key-secret/ssh-public
  7349        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  7350        volumeMounts:
  7351        - mountPath: /etc/service-account
  7352          name: service
  7353          readOnly: true
  7354        - mountPath: /etc/ssh-key-secret
  7355          name: ssh
  7356          readOnly: true
  7357      volumes:
  7358      - name: service
  7359        secret:
  7360          secretName: service-account
  7361      - name: ssh
  7362        secret:
  7363          defaultMode: 256
  7364          secretName: ssh-key-secret
  7365  
  7366  - interval: 2h
  7367    agent: kubernetes
  7368    name: ci-kubernetes-e2e-gce-slow-release-1-7
  7369    spec:
  7370      containers:
  7371      - args:
  7372        - --timeout=170
  7373        - --bare
  7374        env:
  7375        - name: GOOGLE_APPLICATION_CREDENTIALS
  7376          value: /etc/service-account/service-account.json
  7377        - name: USER
  7378          value: prow
  7379        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  7380          value: /etc/ssh-key-secret/ssh-private
  7381        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  7382          value: /etc/ssh-key-secret/ssh-public
  7383        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  7384        volumeMounts:
  7385        - mountPath: /etc/service-account
  7386          name: service
  7387          readOnly: true
  7388        - mountPath: /etc/ssh-key-secret
  7389          name: ssh
  7390          readOnly: true
  7391      volumes:
  7392      - name: service
  7393        secret:
  7394          secretName: service-account
  7395      - name: ssh
  7396        secret:
  7397          defaultMode: 256
  7398          secretName: ssh-key-secret
  7399  
  7400  - interval: 2h
  7401    agent: kubernetes
  7402    name: ci-kubernetes-e2e-gce-stable1-stable2-downgrade-cluster
  7403    spec:
  7404      containers:
  7405      - args:
  7406        - --timeout=920
  7407        - --bare
  7408        env:
  7409        - name: GOOGLE_APPLICATION_CREDENTIALS
  7410          value: /etc/service-account/service-account.json
  7411        - name: USER
  7412          value: prow
  7413        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  7414          value: /etc/ssh-key-secret/ssh-private
  7415        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  7416          value: /etc/ssh-key-secret/ssh-public
  7417        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  7418        volumeMounts:
  7419        - mountPath: /etc/service-account
  7420          name: service
  7421          readOnly: true
  7422        - mountPath: /etc/ssh-key-secret
  7423          name: ssh
  7424          readOnly: true
  7425      volumes:
  7426      - name: service
  7427        secret:
  7428          secretName: service-account
  7429      - name: ssh
  7430        secret:
  7431          defaultMode: 256
  7432          secretName: ssh-key-secret
  7433  
  7434  - interval: 2h
  7435    agent: kubernetes
  7436    name: ci-kubernetes-e2e-gce-stable1-stable2-downgrade-cluster-parallel
  7437    spec:
  7438      containers:
  7439      - args:
  7440        - --timeout=140
  7441        - --bare
  7442        env:
  7443        - name: GOOGLE_APPLICATION_CREDENTIALS
  7444          value: /etc/service-account/service-account.json
  7445        - name: USER
  7446          value: prow
  7447        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  7448          value: /etc/ssh-key-secret/ssh-private
  7449        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  7450          value: /etc/ssh-key-secret/ssh-public
  7451        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  7452        volumeMounts:
  7453        - mountPath: /etc/service-account
  7454          name: service
  7455          readOnly: true
  7456        - mountPath: /etc/ssh-key-secret
  7457          name: ssh
  7458          readOnly: true
  7459      volumes:
  7460      - name: service
  7461        secret:
  7462          secretName: service-account
  7463      - name: ssh
  7464        secret:
  7465          defaultMode: 256
  7466          secretName: ssh-key-secret
  7467  
  7468  - interval: 2h
  7469    agent: kubernetes
  7470    name: ci-kubernetes-e2e-gce-stable1-stable2-gci-kubectl-skew
  7471    spec:
  7472      containers:
  7473      - args:
  7474        - --timeout=140
  7475        - --bare
  7476        env:
  7477        - name: GOOGLE_APPLICATION_CREDENTIALS
  7478          value: /etc/service-account/service-account.json
  7479        - name: USER
  7480          value: prow
  7481        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  7482          value: /etc/ssh-key-secret/ssh-private
  7483        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  7484          value: /etc/ssh-key-secret/ssh-public
  7485        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  7486        volumeMounts:
  7487        - mountPath: /etc/service-account
  7488          name: service
  7489          readOnly: true
  7490        - mountPath: /etc/ssh-key-secret
  7491          name: ssh
  7492          readOnly: true
  7493      volumes:
  7494      - name: service
  7495        secret:
  7496          secretName: service-account
  7497      - name: ssh
  7498        secret:
  7499          defaultMode: 256
  7500          secretName: ssh-key-secret
  7501  
  7502  - interval: 2h
  7503    agent: kubernetes
  7504    name: ci-kubernetes-e2e-gce-stable1-stable2-gci-kubectl-skew-serial
  7505    spec:
  7506      containers:
  7507      - args:
  7508        - --timeout=140
  7509        - --bare
  7510        env:
  7511        - name: GOOGLE_APPLICATION_CREDENTIALS
  7512          value: /etc/service-account/service-account.json
  7513        - name: USER
  7514          value: prow
  7515        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  7516          value: /etc/ssh-key-secret/ssh-private
  7517        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  7518          value: /etc/ssh-key-secret/ssh-public
  7519        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  7520        volumeMounts:
  7521        - mountPath: /etc/service-account
  7522          name: service
  7523          readOnly: true
  7524        - mountPath: /etc/ssh-key-secret
  7525          name: ssh
  7526          readOnly: true
  7527      volumes:
  7528      - name: service
  7529        secret:
  7530          secretName: service-account
  7531      - name: ssh
  7532        secret:
  7533          defaultMode: 256
  7534          secretName: ssh-key-secret
  7535  
  7536  - interval: 2h
  7537    agent: kubernetes
  7538    name: ci-kubernetes-e2e-gce-stable2-stable1-gci-kubectl-skew
  7539    spec:
  7540      containers:
  7541      - args:
  7542        - --timeout=140
  7543        - --bare
  7544        env:
  7545        - name: GOOGLE_APPLICATION_CREDENTIALS
  7546          value: /etc/service-account/service-account.json
  7547        - name: USER
  7548          value: prow
  7549        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  7550          value: /etc/ssh-key-secret/ssh-private
  7551        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  7552          value: /etc/ssh-key-secret/ssh-public
  7553        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  7554        volumeMounts:
  7555        - mountPath: /etc/service-account
  7556          name: service
  7557          readOnly: true
  7558        - mountPath: /etc/ssh-key-secret
  7559          name: ssh
  7560          readOnly: true
  7561      volumes:
  7562      - name: service
  7563        secret:
  7564          secretName: service-account
  7565      - name: ssh
  7566        secret:
  7567          defaultMode: 256
  7568          secretName: ssh-key-secret
  7569  
  7570  - interval: 2h
  7571    agent: kubernetes
  7572    name: ci-kubernetes-e2e-gce-stable2-stable1-gci-kubectl-skew-serial
  7573    spec:
  7574      containers:
  7575      - args:
  7576        - --timeout=140
  7577        - --bare
  7578        env:
  7579        - name: GOOGLE_APPLICATION_CREDENTIALS
  7580          value: /etc/service-account/service-account.json
  7581        - name: USER
  7582          value: prow
  7583        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  7584          value: /etc/ssh-key-secret/ssh-private
  7585        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  7586          value: /etc/ssh-key-secret/ssh-public
  7587        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  7588        volumeMounts:
  7589        - mountPath: /etc/service-account
  7590          name: service
  7591          readOnly: true
  7592        - mountPath: /etc/ssh-key-secret
  7593          name: ssh
  7594          readOnly: true
  7595      volumes:
  7596      - name: service
  7597        secret:
  7598          secretName: service-account
  7599      - name: ssh
  7600        secret:
  7601          defaultMode: 256
  7602          secretName: ssh-key-secret
  7603  
  7604  - interval: 2h
  7605    agent: kubernetes
  7606    name: ci-kubernetes-e2e-gce-stable2-stable1-upgrade-cluster
  7607    spec:
  7608      containers:
  7609      - args:
  7610        - --timeout=920
  7611        - --bare
  7612        env:
  7613        - name: GOOGLE_APPLICATION_CREDENTIALS
  7614          value: /etc/service-account/service-account.json
  7615        - name: USER
  7616          value: prow
  7617        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  7618          value: /etc/ssh-key-secret/ssh-private
  7619        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  7620          value: /etc/ssh-key-secret/ssh-public
  7621        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  7622        volumeMounts:
  7623        - mountPath: /etc/service-account
  7624          name: service
  7625          readOnly: true
  7626        - mountPath: /etc/ssh-key-secret
  7627          name: ssh
  7628          readOnly: true
  7629      volumes:
  7630      - name: service
  7631        secret:
  7632          secretName: service-account
  7633      - name: ssh
  7634        secret:
  7635          defaultMode: 256
  7636          secretName: ssh-key-secret
  7637  
  7638  - interval: 2h
  7639    agent: kubernetes
  7640    name: ci-kubernetes-e2e-gce-stable2-stable1-upgrade-cluster-new
  7641    spec:
  7642      containers:
  7643      - args:
  7644        - --timeout=920
  7645        - --bare
  7646        env:
  7647        - name: GOOGLE_APPLICATION_CREDENTIALS
  7648          value: /etc/service-account/service-account.json
  7649        - name: USER
  7650          value: prow
  7651        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  7652          value: /etc/ssh-key-secret/ssh-private
  7653        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  7654          value: /etc/ssh-key-secret/ssh-public
  7655        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  7656        volumeMounts:
  7657        - mountPath: /etc/service-account
  7658          name: service
  7659          readOnly: true
  7660        - mountPath: /etc/ssh-key-secret
  7661          name: ssh
  7662          readOnly: true
  7663      volumes:
  7664      - name: service
  7665        secret:
  7666          secretName: service-account
  7667      - name: ssh
  7668        secret:
  7669          defaultMode: 256
  7670          secretName: ssh-key-secret
  7671  
  7672  - interval: 2h
  7673    agent: kubernetes
  7674    name: ci-kubernetes-e2e-gce-stable2-stable1-upgrade-master
  7675    spec:
  7676      containers:
  7677      - args:
  7678        - --timeout=920
  7679        - --bare
  7680        env:
  7681        - name: GOOGLE_APPLICATION_CREDENTIALS
  7682          value: /etc/service-account/service-account.json
  7683        - name: USER
  7684          value: prow
  7685        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  7686          value: /etc/ssh-key-secret/ssh-private
  7687        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  7688          value: /etc/ssh-key-secret/ssh-public
  7689        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  7690        volumeMounts:
  7691        - mountPath: /etc/service-account
  7692          name: service
  7693          readOnly: true
  7694        - mountPath: /etc/ssh-key-secret
  7695          name: ssh
  7696          readOnly: true
  7697      volumes:
  7698      - name: service
  7699        secret:
  7700          secretName: service-account
  7701      - name: ssh
  7702        secret:
  7703          defaultMode: 256
  7704          secretName: ssh-key-secret
  7705  
  7706  - interval: 30m
  7707    agent: kubernetes
  7708    name: ci-kubernetes-e2e-gce-stackdriver
  7709    spec:
  7710      containers:
  7711      - args:
  7712        - --timeout=70
  7713        - --bare
  7714        env:
  7715        - name: GOOGLE_APPLICATION_CREDENTIALS
  7716          value: /etc/service-account/service-account.json
  7717        - name: USER
  7718          value: prow
  7719        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  7720          value: /etc/ssh-key-secret/ssh-private
  7721        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  7722          value: /etc/ssh-key-secret/ssh-public
  7723        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  7724        volumeMounts:
  7725        - mountPath: /etc/service-account
  7726          name: service
  7727          readOnly: true
  7728        - mountPath: /etc/ssh-key-secret
  7729          name: ssh
  7730          readOnly: true
  7731      volumes:
  7732      - name: service
  7733        secret:
  7734          secretName: service-account
  7735      - name: ssh
  7736        secret:
  7737          defaultMode: 256
  7738          secretName: ssh-key-secret
  7739  
  7740  - interval: 30m
  7741    agent: kubernetes
  7742    name: ci-kubernetes-e2e-gce-statefulset
  7743    spec:
  7744      containers:
  7745      - args:
  7746        - --timeout=70
  7747        - --bare
  7748        env:
  7749        - name: GOOGLE_APPLICATION_CREDENTIALS
  7750          value: /etc/service-account/service-account.json
  7751        - name: USER
  7752          value: prow
  7753        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  7754          value: /etc/ssh-key-secret/ssh-private
  7755        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  7756          value: /etc/ssh-key-secret/ssh-public
  7757        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  7758        volumeMounts:
  7759        - mountPath: /etc/service-account
  7760          name: service
  7761          readOnly: true
  7762        - mountPath: /etc/ssh-key-secret
  7763          name: ssh
  7764          readOnly: true
  7765      volumes:
  7766      - name: service
  7767        secret:
  7768          secretName: service-account
  7769      - name: ssh
  7770        secret:
  7771          defaultMode: 256
  7772          secretName: ssh-key-secret
  7773  
  7774  - interval: 30m
  7775    agent: kubernetes
  7776    name: ci-kubernetes-e2e-gce-taint-evict
  7777    spec:
  7778      containers:
  7779      - args:
  7780        - --timeout=80
  7781        - --bare
  7782        env:
  7783        - name: GOOGLE_APPLICATION_CREDENTIALS
  7784          value: /etc/service-account/service-account.json
  7785        - name: USER
  7786          value: prow
  7787        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  7788          value: /etc/ssh-key-secret/ssh-private
  7789        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  7790          value: /etc/ssh-key-secret/ssh-public
  7791        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  7792        volumeMounts:
  7793        - mountPath: /etc/service-account
  7794          name: service
  7795          readOnly: true
  7796        - mountPath: /etc/ssh-key-secret
  7797          name: ssh
  7798          readOnly: true
  7799      volumes:
  7800      - name: service
  7801        secret:
  7802          secretName: service-account
  7803      - name: ssh
  7804        secret:
  7805          defaultMode: 256
  7806          secretName: ssh-key-secret
  7807  
  7808  - tags:
  7809    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  7810    interval: 2h
  7811    agent: kubernetes
  7812    name: ci-kubernetes-e2e-gce-ubuntudev-k8sbeta-default
  7813    spec:
  7814      containers:
  7815      - args:
  7816        - --bare
  7817        - --timeout=70
  7818        env:
  7819        - name: GOOGLE_APPLICATION_CREDENTIALS
  7820          value: /etc/service-account/service-account.json
  7821        - name: USER
  7822          value: prow
  7823        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  7824          value: /etc/ssh-key-secret/ssh-private
  7825        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  7826          value: /etc/ssh-key-secret/ssh-public
  7827        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  7828        volumeMounts:
  7829        - mountPath: /etc/service-account
  7830          name: service
  7831          readOnly: true
  7832        - mountPath: /etc/ssh-key-secret
  7833          name: ssh
  7834          readOnly: true
  7835      volumes:
  7836      - name: service
  7837        secret:
  7838          secretName: service-account
  7839      - name: ssh
  7840        secret:
  7841          defaultMode: 256
  7842          secretName: ssh-key-secret
  7843  
  7844  - tags:
  7845    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  7846    interval: 2h
  7847    agent: kubernetes
  7848    name: ci-kubernetes-e2e-gce-ubuntudev-k8sbeta-serial
  7849    spec:
  7850      containers:
  7851      - args:
  7852        - --bare
  7853        - --timeout=520
  7854        env:
  7855        - name: GOOGLE_APPLICATION_CREDENTIALS
  7856          value: /etc/service-account/service-account.json
  7857        - name: USER
  7858          value: prow
  7859        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  7860          value: /etc/ssh-key-secret/ssh-private
  7861        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  7862          value: /etc/ssh-key-secret/ssh-public
  7863        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  7864        volumeMounts:
  7865        - mountPath: /etc/service-account
  7866          name: service
  7867          readOnly: true
  7868        - mountPath: /etc/ssh-key-secret
  7869          name: ssh
  7870          readOnly: true
  7871      volumes:
  7872      - name: service
  7873        secret:
  7874          secretName: service-account
  7875      - name: ssh
  7876        secret:
  7877          defaultMode: 256
  7878          secretName: ssh-key-secret
  7879  
  7880  - tags:
  7881    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  7882    interval: 2h
  7883    agent: kubernetes
  7884    name: ci-kubernetes-e2e-gce-ubuntudev-k8sbeta-slow
  7885    spec:
  7886      containers:
  7887      - args:
  7888        - --bare
  7889        - --timeout=170
  7890        env:
  7891        - name: GOOGLE_APPLICATION_CREDENTIALS
  7892          value: /etc/service-account/service-account.json
  7893        - name: USER
  7894          value: prow
  7895        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  7896          value: /etc/ssh-key-secret/ssh-private
  7897        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  7898          value: /etc/ssh-key-secret/ssh-public
  7899        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  7900        volumeMounts:
  7901        - mountPath: /etc/service-account
  7902          name: service
  7903          readOnly: true
  7904        - mountPath: /etc/ssh-key-secret
  7905          name: ssh
  7906          readOnly: true
  7907      volumes:
  7908      - name: service
  7909        secret:
  7910          secretName: service-account
  7911      - name: ssh
  7912        secret:
  7913          defaultMode: 256
  7914          secretName: ssh-key-secret
  7915  
  7916  - tags:
  7917    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  7918    interval: 2h
  7919    agent: kubernetes
  7920    name: ci-kubernetes-e2e-gce-ubuntudev-k8sdev-default
  7921    spec:
  7922      containers:
  7923      - args:
  7924        - --bare
  7925        - --timeout=70
  7926        env:
  7927        - name: GOOGLE_APPLICATION_CREDENTIALS
  7928          value: /etc/service-account/service-account.json
  7929        - name: USER
  7930          value: prow
  7931        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  7932          value: /etc/ssh-key-secret/ssh-private
  7933        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  7934          value: /etc/ssh-key-secret/ssh-public
  7935        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  7936        volumeMounts:
  7937        - mountPath: /etc/service-account
  7938          name: service
  7939          readOnly: true
  7940        - mountPath: /etc/ssh-key-secret
  7941          name: ssh
  7942          readOnly: true
  7943      volumes:
  7944      - name: service
  7945        secret:
  7946          secretName: service-account
  7947      - name: ssh
  7948        secret:
  7949          defaultMode: 256
  7950          secretName: ssh-key-secret
  7951  
  7952  - tags:
  7953    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  7954    interval: 2h
  7955    agent: kubernetes
  7956    name: ci-kubernetes-e2e-gce-ubuntudev-k8sdev-serial
  7957    spec:
  7958      containers:
  7959      - args:
  7960        - --bare
  7961        - --timeout=520
  7962        env:
  7963        - name: GOOGLE_APPLICATION_CREDENTIALS
  7964          value: /etc/service-account/service-account.json
  7965        - name: USER
  7966          value: prow
  7967        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  7968          value: /etc/ssh-key-secret/ssh-private
  7969        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  7970          value: /etc/ssh-key-secret/ssh-public
  7971        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  7972        volumeMounts:
  7973        - mountPath: /etc/service-account
  7974          name: service
  7975          readOnly: true
  7976        - mountPath: /etc/ssh-key-secret
  7977          name: ssh
  7978          readOnly: true
  7979      volumes:
  7980      - name: service
  7981        secret:
  7982          secretName: service-account
  7983      - name: ssh
  7984        secret:
  7985          defaultMode: 256
  7986          secretName: ssh-key-secret
  7987  
  7988  - tags:
  7989    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  7990    interval: 2h
  7991    agent: kubernetes
  7992    name: ci-kubernetes-e2e-gce-ubuntudev-k8sdev-slow
  7993    spec:
  7994      containers:
  7995      - args:
  7996        - --bare
  7997        - --timeout=170
  7998        env:
  7999        - name: GOOGLE_APPLICATION_CREDENTIALS
  8000          value: /etc/service-account/service-account.json
  8001        - name: USER
  8002          value: prow
  8003        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  8004          value: /etc/ssh-key-secret/ssh-private
  8005        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  8006          value: /etc/ssh-key-secret/ssh-public
  8007        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  8008        volumeMounts:
  8009        - mountPath: /etc/service-account
  8010          name: service
  8011          readOnly: true
  8012        - mountPath: /etc/ssh-key-secret
  8013          name: ssh
  8014          readOnly: true
  8015      volumes:
  8016      - name: service
  8017        secret:
  8018          secretName: service-account
  8019      - name: ssh
  8020        secret:
  8021          defaultMode: 256
  8022          secretName: ssh-key-secret
  8023  
  8024  - tags:
  8025    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  8026    interval: 2h
  8027    agent: kubernetes
  8028    name: ci-kubernetes-e2e-gce-ubuntudev-k8sstable1-default
  8029    spec:
  8030      containers:
  8031      - args:
  8032        - --bare
  8033        - --timeout=70
  8034        env:
  8035        - name: GOOGLE_APPLICATION_CREDENTIALS
  8036          value: /etc/service-account/service-account.json
  8037        - name: USER
  8038          value: prow
  8039        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  8040          value: /etc/ssh-key-secret/ssh-private
  8041        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  8042          value: /etc/ssh-key-secret/ssh-public
  8043        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  8044        volumeMounts:
  8045        - mountPath: /etc/service-account
  8046          name: service
  8047          readOnly: true
  8048        - mountPath: /etc/ssh-key-secret
  8049          name: ssh
  8050          readOnly: true
  8051      volumes:
  8052      - name: service
  8053        secret:
  8054          secretName: service-account
  8055      - name: ssh
  8056        secret:
  8057          defaultMode: 256
  8058          secretName: ssh-key-secret
  8059  
  8060  - tags:
  8061    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  8062    interval: 2h
  8063    agent: kubernetes
  8064    name: ci-kubernetes-e2e-gce-ubuntudev-k8sstable1-serial
  8065    spec:
  8066      containers:
  8067      - args:
  8068        - --bare
  8069        - --timeout=520
  8070        env:
  8071        - name: GOOGLE_APPLICATION_CREDENTIALS
  8072          value: /etc/service-account/service-account.json
  8073        - name: USER
  8074          value: prow
  8075        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  8076          value: /etc/ssh-key-secret/ssh-private
  8077        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  8078          value: /etc/ssh-key-secret/ssh-public
  8079        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  8080        volumeMounts:
  8081        - mountPath: /etc/service-account
  8082          name: service
  8083          readOnly: true
  8084        - mountPath: /etc/ssh-key-secret
  8085          name: ssh
  8086          readOnly: true
  8087      volumes:
  8088      - name: service
  8089        secret:
  8090          secretName: service-account
  8091      - name: ssh
  8092        secret:
  8093          defaultMode: 256
  8094          secretName: ssh-key-secret
  8095  
  8096  - tags:
  8097    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  8098    interval: 2h
  8099    agent: kubernetes
  8100    name: ci-kubernetes-e2e-gce-ubuntudev-k8sstable1-slow
  8101    spec:
  8102      containers:
  8103      - args:
  8104        - --bare
  8105        - --timeout=170
  8106        env:
  8107        - name: GOOGLE_APPLICATION_CREDENTIALS
  8108          value: /etc/service-account/service-account.json
  8109        - name: USER
  8110          value: prow
  8111        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  8112          value: /etc/ssh-key-secret/ssh-private
  8113        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  8114          value: /etc/ssh-key-secret/ssh-public
  8115        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  8116        volumeMounts:
  8117        - mountPath: /etc/service-account
  8118          name: service
  8119          readOnly: true
  8120        - mountPath: /etc/ssh-key-secret
  8121          name: ssh
  8122          readOnly: true
  8123      volumes:
  8124      - name: service
  8125        secret:
  8126          secretName: service-account
  8127      - name: ssh
  8128        secret:
  8129          defaultMode: 256
  8130          secretName: ssh-key-secret
  8131  
  8132  - tags:
  8133    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  8134    interval: 2h
  8135    agent: kubernetes
  8136    name: ci-kubernetes-e2e-gce-ubuntustable1-k8sdev-default
  8137    spec:
  8138      containers:
  8139      - args:
  8140        - --bare
  8141        - --timeout=70
  8142        env:
  8143        - name: GOOGLE_APPLICATION_CREDENTIALS
  8144          value: /etc/service-account/service-account.json
  8145        - name: USER
  8146          value: prow
  8147        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  8148          value: /etc/ssh-key-secret/ssh-private
  8149        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  8150          value: /etc/ssh-key-secret/ssh-public
  8151        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  8152        volumeMounts:
  8153        - mountPath: /etc/service-account
  8154          name: service
  8155          readOnly: true
  8156        - mountPath: /etc/ssh-key-secret
  8157          name: ssh
  8158          readOnly: true
  8159      volumes:
  8160      - name: service
  8161        secret:
  8162          secretName: service-account
  8163      - name: ssh
  8164        secret:
  8165          defaultMode: 256
  8166          secretName: ssh-key-secret
  8167  
  8168  - tags:
  8169    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  8170    interval: 2h
  8171    agent: kubernetes
  8172    name: ci-kubernetes-e2e-gce-ubuntustable1-k8sdev-serial
  8173    spec:
  8174      containers:
  8175      - args:
  8176        - --bare
  8177        - --timeout=520
  8178        env:
  8179        - name: GOOGLE_APPLICATION_CREDENTIALS
  8180          value: /etc/service-account/service-account.json
  8181        - name: USER
  8182          value: prow
  8183        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  8184          value: /etc/ssh-key-secret/ssh-private
  8185        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  8186          value: /etc/ssh-key-secret/ssh-public
  8187        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  8188        volumeMounts:
  8189        - mountPath: /etc/service-account
  8190          name: service
  8191          readOnly: true
  8192        - mountPath: /etc/ssh-key-secret
  8193          name: ssh
  8194          readOnly: true
  8195      volumes:
  8196      - name: service
  8197        secret:
  8198          secretName: service-account
  8199      - name: ssh
  8200        secret:
  8201          defaultMode: 256
  8202          secretName: ssh-key-secret
  8203  
  8204  - tags:
  8205    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  8206    interval: 2h
  8207    agent: kubernetes
  8208    name: ci-kubernetes-e2e-gce-ubuntustable1-k8sdev-slow
  8209    spec:
  8210      containers:
  8211      - args:
  8212        - --bare
  8213        - --timeout=170
  8214        env:
  8215        - name: GOOGLE_APPLICATION_CREDENTIALS
  8216          value: /etc/service-account/service-account.json
  8217        - name: USER
  8218          value: prow
  8219        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  8220          value: /etc/ssh-key-secret/ssh-private
  8221        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  8222          value: /etc/ssh-key-secret/ssh-public
  8223        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  8224        volumeMounts:
  8225        - mountPath: /etc/service-account
  8226          name: service
  8227          readOnly: true
  8228        - mountPath: /etc/ssh-key-secret
  8229          name: ssh
  8230          readOnly: true
  8231      volumes:
  8232      - name: service
  8233        secret:
  8234          secretName: service-account
  8235      - name: ssh
  8236        secret:
  8237          defaultMode: 256
  8238          secretName: ssh-key-secret
  8239  
  8240  - tags:
  8241    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  8242    interval: 2h
  8243    agent: kubernetes
  8244    name: ci-kubernetes-e2e-gce-ubuntustable1-k8sstable1-default
  8245    spec:
  8246      containers:
  8247      - args:
  8248        - --bare
  8249        - --timeout=70
  8250        env:
  8251        - name: GOOGLE_APPLICATION_CREDENTIALS
  8252          value: /etc/service-account/service-account.json
  8253        - name: USER
  8254          value: prow
  8255        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  8256          value: /etc/ssh-key-secret/ssh-private
  8257        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  8258          value: /etc/ssh-key-secret/ssh-public
  8259        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  8260        volumeMounts:
  8261        - mountPath: /etc/service-account
  8262          name: service
  8263          readOnly: true
  8264        - mountPath: /etc/ssh-key-secret
  8265          name: ssh
  8266          readOnly: true
  8267      volumes:
  8268      - name: service
  8269        secret:
  8270          secretName: service-account
  8271      - name: ssh
  8272        secret:
  8273          defaultMode: 256
  8274          secretName: ssh-key-secret
  8275  
  8276  - tags:
  8277    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  8278    interval: 2h
  8279    agent: kubernetes
  8280    name: ci-kubernetes-e2e-gce-ubuntustable1-k8sstable1-serial
  8281    spec:
  8282      containers:
  8283      - args:
  8284        - --bare
  8285        - --timeout=520
  8286        env:
  8287        - name: GOOGLE_APPLICATION_CREDENTIALS
  8288          value: /etc/service-account/service-account.json
  8289        - name: USER
  8290          value: prow
  8291        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  8292          value: /etc/ssh-key-secret/ssh-private
  8293        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  8294          value: /etc/ssh-key-secret/ssh-public
  8295        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  8296        volumeMounts:
  8297        - mountPath: /etc/service-account
  8298          name: service
  8299          readOnly: true
  8300        - mountPath: /etc/ssh-key-secret
  8301          name: ssh
  8302          readOnly: true
  8303      volumes:
  8304      - name: service
  8305        secret:
  8306          secretName: service-account
  8307      - name: ssh
  8308        secret:
  8309          defaultMode: 256
  8310          secretName: ssh-key-secret
  8311  
  8312  - tags:
  8313    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  8314    interval: 2h
  8315    agent: kubernetes
  8316    name: ci-kubernetes-e2e-gce-ubuntustable1-k8sstable1-slow
  8317    spec:
  8318      containers:
  8319      - args:
  8320        - --bare
  8321        - --timeout=170
  8322        env:
  8323        - name: GOOGLE_APPLICATION_CREDENTIALS
  8324          value: /etc/service-account/service-account.json
  8325        - name: USER
  8326          value: prow
  8327        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  8328          value: /etc/ssh-key-secret/ssh-private
  8329        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  8330          value: /etc/ssh-key-secret/ssh-public
  8331        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  8332        volumeMounts:
  8333        - mountPath: /etc/service-account
  8334          name: service
  8335          readOnly: true
  8336        - mountPath: /etc/ssh-key-secret
  8337          name: ssh
  8338          readOnly: true
  8339      volumes:
  8340      - name: service
  8341        secret:
  8342          secretName: service-account
  8343      - name: ssh
  8344        secret:
  8345          defaultMode: 256
  8346          secretName: ssh-key-secret
  8347  
  8348  - tags:
  8349    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  8350    interval: 6h
  8351    agent: kubernetes
  8352    name: ci-kubernetes-e2e-gce-ubuntustable1-k8sstable2-default
  8353    spec:
  8354      containers:
  8355      - args:
  8356        - --bare
  8357        - --timeout=70
  8358        env:
  8359        - name: GOOGLE_APPLICATION_CREDENTIALS
  8360          value: /etc/service-account/service-account.json
  8361        - name: USER
  8362          value: prow
  8363        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  8364          value: /etc/ssh-key-secret/ssh-private
  8365        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  8366          value: /etc/ssh-key-secret/ssh-public
  8367        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  8368        volumeMounts:
  8369        - mountPath: /etc/service-account
  8370          name: service
  8371          readOnly: true
  8372        - mountPath: /etc/ssh-key-secret
  8373          name: ssh
  8374          readOnly: true
  8375      volumes:
  8376      - name: service
  8377        secret:
  8378          secretName: service-account
  8379      - name: ssh
  8380        secret:
  8381          defaultMode: 256
  8382          secretName: ssh-key-secret
  8383  
  8384  - tags:
  8385    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  8386    interval: 6h
  8387    agent: kubernetes
  8388    name: ci-kubernetes-e2e-gce-ubuntustable1-k8sstable2-serial
  8389    spec:
  8390      containers:
  8391      - args:
  8392        - --bare
  8393        - --timeout=520
  8394        env:
  8395        - name: GOOGLE_APPLICATION_CREDENTIALS
  8396          value: /etc/service-account/service-account.json
  8397        - name: USER
  8398          value: prow
  8399        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  8400          value: /etc/ssh-key-secret/ssh-private
  8401        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  8402          value: /etc/ssh-key-secret/ssh-public
  8403        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  8404        volumeMounts:
  8405        - mountPath: /etc/service-account
  8406          name: service
  8407          readOnly: true
  8408        - mountPath: /etc/ssh-key-secret
  8409          name: ssh
  8410          readOnly: true
  8411      volumes:
  8412      - name: service
  8413        secret:
  8414          secretName: service-account
  8415      - name: ssh
  8416        secret:
  8417          defaultMode: 256
  8418          secretName: ssh-key-secret
  8419  
  8420  - tags:
  8421    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
  8422    interval: 6h
  8423    agent: kubernetes
  8424    name: ci-kubernetes-e2e-gce-ubuntustable1-k8sstable2-slow
  8425    spec:
  8426      containers:
  8427      - args:
  8428        - --bare
  8429        - --timeout=170
  8430        env:
  8431        - name: GOOGLE_APPLICATION_CREDENTIALS
  8432          value: /etc/service-account/service-account.json
  8433        - name: USER
  8434          value: prow
  8435        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  8436          value: /etc/ssh-key-secret/ssh-private
  8437        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  8438          value: /etc/ssh-key-secret/ssh-public
  8439        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  8440        volumeMounts:
  8441        - mountPath: /etc/service-account
  8442          name: service
  8443          readOnly: true
  8444        - mountPath: /etc/ssh-key-secret
  8445          name: ssh
  8446          readOnly: true
  8447      volumes:
  8448      - name: service
  8449        secret:
  8450          secretName: service-account
  8451      - name: ssh
  8452        secret:
  8453          defaultMode: 256
  8454          secretName: ssh-key-secret
  8455  
  8456  - interval: 30m
  8457    agent: kubernetes
  8458    name: ci-kubernetes-e2e-gci-gce
  8459    spec:
  8460      containers:
  8461      - args:
  8462        - --timeout=70
  8463        - --bare
  8464        env:
  8465        - name: GOOGLE_APPLICATION_CREDENTIALS
  8466          value: /etc/service-account/service-account.json
  8467        - name: USER
  8468          value: prow
  8469        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  8470          value: /etc/ssh-key-secret/ssh-private
  8471        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  8472          value: /etc/ssh-key-secret/ssh-public
  8473        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  8474        volumeMounts:
  8475        - mountPath: /etc/service-account
  8476          name: service
  8477          readOnly: true
  8478        - mountPath: /etc/ssh-key-secret
  8479          name: ssh
  8480          readOnly: true
  8481      volumes:
  8482      - name: service
  8483        secret:
  8484          secretName: service-account
  8485      - name: ssh
  8486        secret:
  8487          defaultMode: 256
  8488          secretName: ssh-key-secret
  8489  
  8490  - interval: 30m
  8491    agent: kubernetes
  8492    name: ci-kubernetes-e2e-gci-gce-alpha-features
  8493    spec:
  8494      containers:
  8495      - args:
  8496        - --timeout=200
  8497        - --bare
  8498        env:
  8499        - name: GOOGLE_APPLICATION_CREDENTIALS
  8500          value: /etc/service-account/service-account.json
  8501        - name: USER
  8502          value: prow
  8503        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  8504          value: /etc/ssh-key-secret/ssh-private
  8505        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  8506          value: /etc/ssh-key-secret/ssh-public
  8507        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  8508        volumeMounts:
  8509        - mountPath: /etc/service-account
  8510          name: service
  8511          readOnly: true
  8512        - mountPath: /etc/ssh-key-secret
  8513          name: ssh
  8514          readOnly: true
  8515      volumes:
  8516      - name: service
  8517        secret:
  8518          secretName: service-account
  8519      - name: ssh
  8520        secret:
  8521          defaultMode: 256
  8522          secretName: ssh-key-secret
  8523  
  8524  - interval: 5h
  8525    agent: kubernetes
  8526    name: ci-kubernetes-e2e-gci-gce-alpha-features-release-1-5
  8527    spec:
  8528      containers:
  8529      - args:
  8530        - --timeout=200
  8531        - --bare
  8532        env:
  8533        - name: GOOGLE_APPLICATION_CREDENTIALS
  8534          value: /etc/service-account/service-account.json
  8535        - name: USER
  8536          value: prow
  8537        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  8538          value: /etc/ssh-key-secret/ssh-private
  8539        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  8540          value: /etc/ssh-key-secret/ssh-public
  8541        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  8542        volumeMounts:
  8543        - mountPath: /etc/service-account
  8544          name: service
  8545          readOnly: true
  8546        - mountPath: /etc/ssh-key-secret
  8547          name: ssh
  8548          readOnly: true
  8549      volumes:
  8550      - name: service
  8551        secret:
  8552          secretName: service-account
  8553      - name: ssh
  8554        secret:
  8555          defaultMode: 256
  8556          secretName: ssh-key-secret
  8557  
  8558  - interval: 6h
  8559    agent: kubernetes
  8560    name: ci-kubernetes-e2e-gci-gce-alpha-features-release-1-6
  8561    spec:
  8562      containers:
  8563      - args:
  8564        - --timeout=200
  8565        - --bare
  8566        env:
  8567        - name: GOOGLE_APPLICATION_CREDENTIALS
  8568          value: /etc/service-account/service-account.json
  8569        - name: USER
  8570          value: prow
  8571        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  8572          value: /etc/ssh-key-secret/ssh-private
  8573        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  8574          value: /etc/ssh-key-secret/ssh-public
  8575        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  8576        volumeMounts:
  8577        - mountPath: /etc/service-account
  8578          name: service
  8579          readOnly: true
  8580        - mountPath: /etc/ssh-key-secret
  8581          name: ssh
  8582          readOnly: true
  8583      volumes:
  8584      - name: service
  8585        secret:
  8586          secretName: service-account
  8587      - name: ssh
  8588        secret:
  8589          defaultMode: 256
  8590          secretName: ssh-key-secret
  8591  
  8592  - interval: 2h
  8593    agent: kubernetes
  8594    name: ci-kubernetes-e2e-gci-gce-alpha-features-release-1-7
  8595    spec:
  8596      containers:
  8597      - args:
  8598        - --timeout=200
  8599        - --bare
  8600        env:
  8601        - name: GOOGLE_APPLICATION_CREDENTIALS
  8602          value: /etc/service-account/service-account.json
  8603        - name: USER
  8604          value: prow
  8605        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  8606          value: /etc/ssh-key-secret/ssh-private
  8607        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  8608          value: /etc/ssh-key-secret/ssh-public
  8609        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  8610        volumeMounts:
  8611        - mountPath: /etc/service-account
  8612          name: service
  8613          readOnly: true
  8614        - mountPath: /etc/ssh-key-secret
  8615          name: ssh
  8616          readOnly: true
  8617      volumes:
  8618      - name: service
  8619        secret:
  8620          secretName: service-account
  8621      - name: ssh
  8622        secret:
  8623          defaultMode: 256
  8624          secretName: ssh-key-secret
  8625  
  8626  - interval: 1h
  8627    agent: kubernetes
  8628    name: ci-kubernetes-e2e-gci-gce-alpha-features-stable1
  8629    spec:
  8630      containers:
  8631      - args:
  8632        - --timeout=200
  8633        - --bare
  8634        env:
  8635        - name: GOOGLE_APPLICATION_CREDENTIALS
  8636          value: /etc/service-account/service-account.json
  8637        - name: USER
  8638          value: prow
  8639        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  8640          value: /etc/ssh-key-secret/ssh-private
  8641        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  8642          value: /etc/ssh-key-secret/ssh-public
  8643        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  8644        volumeMounts:
  8645        - mountPath: /etc/service-account
  8646          name: service
  8647          readOnly: true
  8648        - mountPath: /etc/ssh-key-secret
  8649          name: ssh
  8650          readOnly: true
  8651      volumes:
  8652      - name: service
  8653        secret:
  8654          secretName: service-account
  8655      - name: ssh
  8656        secret:
  8657          defaultMode: 256
  8658          secretName: ssh-key-secret
  8659  
  8660  - interval: 1h
  8661    agent: kubernetes
  8662    name: ci-kubernetes-e2e-gci-gce-audit
  8663    spec:
  8664      containers:
  8665      - args:
  8666        - --timeout=200
  8667        - --bare
  8668        env:
  8669        - name: GOOGLE_APPLICATION_CREDENTIALS
  8670          value: /etc/service-account/service-account.json
  8671        - name: USER
  8672          value: prow
  8673        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  8674          value: /etc/ssh-key-secret/ssh-private
  8675        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  8676          value: /etc/ssh-key-secret/ssh-public
  8677        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  8678        volumeMounts:
  8679        - mountPath: /etc/service-account
  8680          name: service
  8681          readOnly: true
  8682        - mountPath: /etc/ssh-key-secret
  8683          name: ssh
  8684          readOnly: true
  8685      volumes:
  8686      - name: service
  8687        secret:
  8688          secretName: service-account
  8689      - name: ssh
  8690        secret:
  8691          defaultMode: 256
  8692          secretName: ssh-key-secret
  8693  
  8694  - interval: 1h
  8695    agent: kubernetes
  8696    name: ci-kubernetes-e2e-gci-gce-audit-release-1-7
  8697    spec:
  8698      containers:
  8699      - args:
  8700        - --timeout=200
  8701        - --bare
  8702        env:
  8703        - name: GOOGLE_APPLICATION_CREDENTIALS
  8704          value: /etc/service-account/service-account.json
  8705        - name: USER
  8706          value: prow
  8707        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  8708          value: /etc/ssh-key-secret/ssh-private
  8709        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  8710          value: /etc/ssh-key-secret/ssh-public
  8711        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  8712        volumeMounts:
  8713        - mountPath: /etc/service-account
  8714          name: service
  8715          readOnly: true
  8716        - mountPath: /etc/ssh-key-secret
  8717          name: ssh
  8718          readOnly: true
  8719      volumes:
  8720      - name: service
  8721        secret:
  8722          secretName: service-account
  8723      - name: ssh
  8724        secret:
  8725          defaultMode: 256
  8726          secretName: ssh-key-secret
  8727  
  8728  - interval: 30m
  8729    agent: kubernetes
  8730    name: ci-kubernetes-e2e-gci-gce-autoscaling
  8731    spec:
  8732      containers:
  8733      - args:
  8734        - --timeout=320
  8735        - --bare
  8736        env:
  8737        - name: GOOGLE_APPLICATION_CREDENTIALS
  8738          value: /etc/service-account/service-account.json
  8739        - name: USER
  8740          value: prow
  8741        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  8742          value: /etc/ssh-key-secret/ssh-private
  8743        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  8744          value: /etc/ssh-key-secret/ssh-public
  8745        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  8746        volumeMounts:
  8747        - mountPath: /etc/service-account
  8748          name: service
  8749          readOnly: true
  8750        - mountPath: /etc/ssh-key-secret
  8751          name: ssh
  8752          readOnly: true
  8753      volumes:
  8754      - name: service
  8755        secret:
  8756          secretName: service-account
  8757      - name: ssh
  8758        secret:
  8759          defaultMode: 256
  8760          secretName: ssh-key-secret
  8761  
  8762  - interval: 30m
  8763    agent: kubernetes
  8764    name: ci-kubernetes-e2e-gci-gce-autoscaling-migs
  8765    spec:
  8766      containers:
  8767      - args:
  8768        - --timeout=320
  8769        - --bare
  8770        env:
  8771        - name: GOOGLE_APPLICATION_CREDENTIALS
  8772          value: /etc/service-account/service-account.json
  8773        - name: USER
  8774          value: prow
  8775        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  8776          value: /etc/ssh-key-secret/ssh-private
  8777        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  8778          value: /etc/ssh-key-secret/ssh-public
  8779        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  8780        volumeMounts:
  8781        - mountPath: /etc/service-account
  8782          name: service
  8783          readOnly: true
  8784        - mountPath: /etc/ssh-key-secret
  8785          name: ssh
  8786          readOnly: true
  8787      volumes:
  8788      - name: service
  8789        secret:
  8790          secretName: service-account
  8791      - name: ssh
  8792        secret:
  8793          defaultMode: 256
  8794          secretName: ssh-key-secret
  8795  
  8796  - interval: 30m
  8797    agent: kubernetes
  8798    name: ci-kubernetes-e2e-gci-gce-docker
  8799    spec:
  8800      containers:
  8801      - args:
  8802        - --timeout=70
  8803        - --bare
  8804        env:
  8805        - name: GOOGLE_APPLICATION_CREDENTIALS
  8806          value: /etc/service-account/service-account.json
  8807        - name: USER
  8808          value: prow
  8809        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  8810          value: /etc/ssh-key-secret/ssh-private
  8811        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  8812          value: /etc/ssh-key-secret/ssh-public
  8813        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  8814        volumeMounts:
  8815        - mountPath: /etc/service-account
  8816          name: service
  8817          readOnly: true
  8818        - mountPath: /etc/ssh-key-secret
  8819          name: ssh
  8820          readOnly: true
  8821      volumes:
  8822      - name: service
  8823        secret:
  8824          secretName: service-account
  8825      - name: ssh
  8826        secret:
  8827          defaultMode: 256
  8828          secretName: ssh-key-secret
  8829  
  8830  - interval: 30m
  8831    agent: kubernetes
  8832    name: ci-kubernetes-e2e-gci-gce-es-logging
  8833    spec:
  8834      containers:
  8835      - args:
  8836        - --timeout=110
  8837        - --bare
  8838        env:
  8839        - name: GOOGLE_APPLICATION_CREDENTIALS
  8840          value: /etc/service-account/service-account.json
  8841        - name: USER
  8842          value: prow
  8843        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  8844          value: /etc/ssh-key-secret/ssh-private
  8845        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  8846          value: /etc/ssh-key-secret/ssh-public
  8847        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  8848        volumeMounts:
  8849        - mountPath: /etc/service-account
  8850          name: service
  8851          readOnly: true
  8852        - mountPath: /etc/ssh-key-secret
  8853          name: ssh
  8854          readOnly: true
  8855      volumes:
  8856      - name: service
  8857        secret:
  8858          secretName: service-account
  8859      - name: ssh
  8860        secret:
  8861          defaultMode: 256
  8862          secretName: ssh-key-secret
  8863  
  8864  - interval: 30m
  8865    agent: kubernetes
  8866    name: ci-kubernetes-e2e-gci-gce-etcd3
  8867    spec:
  8868      containers:
  8869      - args:
  8870        - --timeout=70
  8871        - --bare
  8872        env:
  8873        - name: GOOGLE_APPLICATION_CREDENTIALS
  8874          value: /etc/service-account/service-account.json
  8875        - name: USER
  8876          value: prow
  8877        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  8878          value: /etc/ssh-key-secret/ssh-private
  8879        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  8880          value: /etc/ssh-key-secret/ssh-public
  8881        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  8882        volumeMounts:
  8883        - mountPath: /etc/service-account
  8884          name: service
  8885          readOnly: true
  8886        - mountPath: /etc/ssh-key-secret
  8887          name: ssh
  8888          readOnly: true
  8889      volumes:
  8890      - name: service
  8891        secret:
  8892          secretName: service-account
  8893      - name: ssh
  8894        secret:
  8895          defaultMode: 256
  8896          secretName: ssh-key-secret
  8897  
  8898  - interval: 30m
  8899    agent: kubernetes
  8900    name: ci-kubernetes-e2e-gci-gce-flaky
  8901    spec:
  8902      containers:
  8903      - args:
  8904        - --timeout=200
  8905        - --bare
  8906        env:
  8907        - name: GOOGLE_APPLICATION_CREDENTIALS
  8908          value: /etc/service-account/service-account.json
  8909        - name: USER
  8910          value: prow
  8911        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  8912          value: /etc/ssh-key-secret/ssh-private
  8913        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  8914          value: /etc/ssh-key-secret/ssh-public
  8915        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  8916        volumeMounts:
  8917        - mountPath: /etc/service-account
  8918          name: service
  8919          readOnly: true
  8920        - mountPath: /etc/ssh-key-secret
  8921          name: ssh
  8922          readOnly: true
  8923      volumes:
  8924      - name: service
  8925        secret:
  8926          secretName: service-account
  8927      - name: ssh
  8928        secret:
  8929          defaultMode: 256
  8930          secretName: ssh-key-secret
  8931  
  8932  - interval: 30m
  8933    agent: kubernetes
  8934    name: ci-kubernetes-e2e-gci-gce-garbage
  8935    spec:
  8936      containers:
  8937      - args:
  8938        - --timeout=620
  8939        - --bare
  8940        env:
  8941        - name: GOOGLE_APPLICATION_CREDENTIALS
  8942          value: /etc/service-account/service-account.json
  8943        - name: USER
  8944          value: prow
  8945        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  8946          value: /etc/ssh-key-secret/ssh-private
  8947        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  8948          value: /etc/ssh-key-secret/ssh-public
  8949        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  8950        volumeMounts:
  8951        - mountPath: /etc/service-account
  8952          name: service
  8953          readOnly: true
  8954        - mountPath: /etc/ssh-key-secret
  8955          name: ssh
  8956          readOnly: true
  8957      volumes:
  8958      - name: service
  8959        secret:
  8960          secretName: service-account
  8961      - name: ssh
  8962        secret:
  8963          defaultMode: 256
  8964          secretName: ssh-key-secret
  8965  
  8966  - interval: 30m
  8967    agent: kubernetes
  8968    name: ci-kubernetes-e2e-gci-gce-ingress
  8969    spec:
  8970      containers:
  8971      - args:
  8972        - --timeout=110
  8973        - --bare
  8974        env:
  8975        - name: GOOGLE_APPLICATION_CREDENTIALS
  8976          value: /etc/service-account/service-account.json
  8977        - name: USER
  8978          value: prow
  8979        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  8980          value: /etc/ssh-key-secret/ssh-private
  8981        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  8982          value: /etc/ssh-key-secret/ssh-public
  8983        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  8984        volumeMounts:
  8985        - mountPath: /etc/service-account
  8986          name: service
  8987          readOnly: true
  8988        - mountPath: /etc/ssh-key-secret
  8989          name: ssh
  8990          readOnly: true
  8991      volumes:
  8992      - name: service
  8993        secret:
  8994          secretName: service-account
  8995      - name: ssh
  8996        secret:
  8997          defaultMode: 256
  8998          secretName: ssh-key-secret
  8999  
  9000  - interval: 5h
  9001    agent: kubernetes
  9002    name: ci-kubernetes-e2e-gci-gce-ingress-release-1-5
  9003    spec:
  9004      containers:
  9005      - args:
  9006        - --timeout=110
  9007        - --bare
  9008        env:
  9009        - name: GOOGLE_APPLICATION_CREDENTIALS
  9010          value: /etc/service-account/service-account.json
  9011        - name: USER
  9012          value: prow
  9013        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  9014          value: /etc/ssh-key-secret/ssh-private
  9015        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  9016          value: /etc/ssh-key-secret/ssh-public
  9017        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  9018        volumeMounts:
  9019        - mountPath: /etc/service-account
  9020          name: service
  9021          readOnly: true
  9022        - mountPath: /etc/ssh-key-secret
  9023          name: ssh
  9024          readOnly: true
  9025      volumes:
  9026      - name: service
  9027        secret:
  9028          secretName: service-account
  9029      - name: ssh
  9030        secret:
  9031          defaultMode: 256
  9032          secretName: ssh-key-secret
  9033  
  9034  - interval: 6h
  9035    agent: kubernetes
  9036    name: ci-kubernetes-e2e-gci-gce-ingress-release-1-6
  9037    spec:
  9038      containers:
  9039      - args:
  9040        - --timeout=110
  9041        - --bare
  9042        env:
  9043        - name: GOOGLE_APPLICATION_CREDENTIALS
  9044          value: /etc/service-account/service-account.json
  9045        - name: USER
  9046          value: prow
  9047        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  9048          value: /etc/ssh-key-secret/ssh-private
  9049        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  9050          value: /etc/ssh-key-secret/ssh-public
  9051        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  9052        volumeMounts:
  9053        - mountPath: /etc/service-account
  9054          name: service
  9055          readOnly: true
  9056        - mountPath: /etc/ssh-key-secret
  9057          name: ssh
  9058          readOnly: true
  9059      volumes:
  9060      - name: service
  9061        secret:
  9062          secretName: service-account
  9063      - name: ssh
  9064        secret:
  9065          defaultMode: 256
  9066          secretName: ssh-key-secret
  9067  
  9068  - interval: 2h
  9069    agent: kubernetes
  9070    name: ci-kubernetes-e2e-gci-gce-ingress-release-1-7
  9071    spec:
  9072      containers:
  9073      - args:
  9074        - --timeout=110
  9075        - --bare
  9076        env:
  9077        - name: GOOGLE_APPLICATION_CREDENTIALS
  9078          value: /etc/service-account/service-account.json
  9079        - name: USER
  9080          value: prow
  9081        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  9082          value: /etc/ssh-key-secret/ssh-private
  9083        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  9084          value: /etc/ssh-key-secret/ssh-public
  9085        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  9086        volumeMounts:
  9087        - mountPath: /etc/service-account
  9088          name: service
  9089          readOnly: true
  9090        - mountPath: /etc/ssh-key-secret
  9091          name: ssh
  9092          readOnly: true
  9093      volumes:
  9094      - name: service
  9095        secret:
  9096          secretName: service-account
  9097      - name: ssh
  9098        secret:
  9099          defaultMode: 256
  9100          secretName: ssh-key-secret
  9101  
  9102  - interval: 1h
  9103    agent: kubernetes
  9104    name: ci-kubernetes-e2e-gci-gce-ingress-stable1
  9105    spec:
  9106      containers:
  9107      - args:
  9108        - --timeout=110
  9109        - --bare
  9110        env:
  9111        - name: GOOGLE_APPLICATION_CREDENTIALS
  9112          value: /etc/service-account/service-account.json
  9113        - name: USER
  9114          value: prow
  9115        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  9116          value: /etc/ssh-key-secret/ssh-private
  9117        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  9118          value: /etc/ssh-key-secret/ssh-public
  9119        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  9120        volumeMounts:
  9121        - mountPath: /etc/service-account
  9122          name: service
  9123          readOnly: true
  9124        - mountPath: /etc/ssh-key-secret
  9125          name: ssh
  9126          readOnly: true
  9127      volumes:
  9128      - name: service
  9129        secret:
  9130          secretName: service-account
  9131      - name: ssh
  9132        secret:
  9133          defaultMode: 256
  9134          secretName: ssh-key-secret
  9135  
  9136  - interval: 30m
  9137    agent: kubernetes
  9138    name: ci-kubernetes-e2e-gci-gce-ip-alias
  9139    spec:
  9140      containers:
  9141      - args:
  9142        - --timeout=70
  9143        - --bare
  9144        env:
  9145        - name: GOOGLE_APPLICATION_CREDENTIALS
  9146          value: /etc/service-account/service-account.json
  9147        - name: USER
  9148          value: prow
  9149        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  9150          value: /etc/ssh-key-secret/ssh-private
  9151        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  9152          value: /etc/ssh-key-secret/ssh-public
  9153        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  9154        volumeMounts:
  9155        - mountPath: /etc/service-account
  9156          name: service
  9157          readOnly: true
  9158        - mountPath: /etc/ssh-key-secret
  9159          name: ssh
  9160          readOnly: true
  9161      volumes:
  9162      - name: service
  9163        secret:
  9164          secretName: service-account
  9165      - name: ssh
  9166        secret:
  9167          defaultMode: 256
  9168          secretName: ssh-key-secret
  9169  
  9170  - interval: 2h
  9171    agent: kubernetes
  9172    name: ci-kubernetes-e2e-gci-gce-latest-downgrade-kube-proxy-ds
  9173    spec:
  9174      containers:
  9175      - args:
  9176        - --timeout=140
  9177        - --bare
  9178        env:
  9179        - name: GOOGLE_APPLICATION_CREDENTIALS
  9180          value: /etc/service-account/service-account.json
  9181        - name: USER
  9182          value: prow
  9183        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  9184          value: /etc/ssh-key-secret/ssh-private
  9185        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  9186          value: /etc/ssh-key-secret/ssh-public
  9187        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  9188        volumeMounts:
  9189        - mountPath: /etc/service-account
  9190          name: service
  9191          readOnly: true
  9192        - mountPath: /etc/ssh-key-secret
  9193          name: ssh
  9194          readOnly: true
  9195      volumes:
  9196      - name: service
  9197        secret:
  9198          secretName: service-account
  9199      - name: ssh
  9200        secret:
  9201          defaultMode: 256
  9202          secretName: ssh-key-secret
  9203  
  9204  - interval: 2h
  9205    agent: kubernetes
  9206    name: ci-kubernetes-e2e-gci-gce-latest-upgrade-kube-proxy-ds
  9207    spec:
  9208      containers:
  9209      - args:
  9210        - --timeout=110
  9211        - --bare
  9212        env:
  9213        - name: GOOGLE_APPLICATION_CREDENTIALS
  9214          value: /etc/service-account/service-account.json
  9215        - name: USER
  9216          value: prow
  9217        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  9218          value: /etc/ssh-key-secret/ssh-private
  9219        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  9220          value: /etc/ssh-key-secret/ssh-public
  9221        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  9222        volumeMounts:
  9223        - mountPath: /etc/service-account
  9224          name: service
  9225          readOnly: true
  9226        - mountPath: /etc/ssh-key-secret
  9227          name: ssh
  9228          readOnly: true
  9229      volumes:
  9230      - name: service
  9231        secret:
  9232          secretName: service-account
  9233      - name: ssh
  9234        secret:
  9235          defaultMode: 256
  9236          secretName: ssh-key-secret
  9237  
  9238  - interval: 30m
  9239    agent: kubernetes
  9240    name: ci-kubernetes-e2e-gci-gce-proto
  9241    spec:
  9242      containers:
  9243      - args:
  9244        - --timeout=70
  9245        - --bare
  9246        env:
  9247        - name: GOOGLE_APPLICATION_CREDENTIALS
  9248          value: /etc/service-account/service-account.json
  9249        - name: USER
  9250          value: prow
  9251        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  9252          value: /etc/ssh-key-secret/ssh-private
  9253        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  9254          value: /etc/ssh-key-secret/ssh-public
  9255        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  9256        volumeMounts:
  9257        - mountPath: /etc/service-account
  9258          name: service
  9259          readOnly: true
  9260        - mountPath: /etc/ssh-key-secret
  9261          name: ssh
  9262          readOnly: true
  9263      volumes:
  9264      - name: service
  9265        secret:
  9266          secretName: service-account
  9267      - name: ssh
  9268        secret:
  9269          defaultMode: 256
  9270          secretName: ssh-key-secret
  9271  
  9272  - interval: 30m
  9273    agent: kubernetes
  9274    name: ci-kubernetes-e2e-gci-gce-reboot
  9275    spec:
  9276      containers:
  9277      - args:
  9278        - --timeout=200
  9279        - --bare
  9280        env:
  9281        - name: GOOGLE_APPLICATION_CREDENTIALS
  9282          value: /etc/service-account/service-account.json
  9283        - name: USER
  9284          value: prow
  9285        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  9286          value: /etc/ssh-key-secret/ssh-private
  9287        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  9288          value: /etc/ssh-key-secret/ssh-public
  9289        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  9290        volumeMounts:
  9291        - mountPath: /etc/service-account
  9292          name: service
  9293          readOnly: true
  9294        - mountPath: /etc/ssh-key-secret
  9295          name: ssh
  9296          readOnly: true
  9297      volumes:
  9298      - name: service
  9299        secret:
  9300          secretName: service-account
  9301      - name: ssh
  9302        secret:
  9303          defaultMode: 256
  9304          secretName: ssh-key-secret
  9305  
  9306  - interval: 5h
  9307    agent: kubernetes
  9308    name: ci-kubernetes-e2e-gci-gce-reboot-release-1-5
  9309    spec:
  9310      containers:
  9311      - args:
  9312        - --timeout=200
  9313        - --bare
  9314        env:
  9315        - name: GOOGLE_APPLICATION_CREDENTIALS
  9316          value: /etc/service-account/service-account.json
  9317        - name: USER
  9318          value: prow
  9319        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  9320          value: /etc/ssh-key-secret/ssh-private
  9321        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  9322          value: /etc/ssh-key-secret/ssh-public
  9323        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  9324        volumeMounts:
  9325        - mountPath: /etc/service-account
  9326          name: service
  9327          readOnly: true
  9328        - mountPath: /etc/ssh-key-secret
  9329          name: ssh
  9330          readOnly: true
  9331      volumes:
  9332      - name: service
  9333        secret:
  9334          secretName: service-account
  9335      - name: ssh
  9336        secret:
  9337          defaultMode: 256
  9338          secretName: ssh-key-secret
  9339  
  9340  - interval: 6h
  9341    agent: kubernetes
  9342    name: ci-kubernetes-e2e-gci-gce-reboot-release-1-6
  9343    spec:
  9344      containers:
  9345      - args:
  9346        - --timeout=200
  9347        - --bare
  9348        env:
  9349        - name: GOOGLE_APPLICATION_CREDENTIALS
  9350          value: /etc/service-account/service-account.json
  9351        - name: USER
  9352          value: prow
  9353        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  9354          value: /etc/ssh-key-secret/ssh-private
  9355        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  9356          value: /etc/ssh-key-secret/ssh-public
  9357        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  9358        volumeMounts:
  9359        - mountPath: /etc/service-account
  9360          name: service
  9361          readOnly: true
  9362        - mountPath: /etc/ssh-key-secret
  9363          name: ssh
  9364          readOnly: true
  9365      volumes:
  9366      - name: service
  9367        secret:
  9368          secretName: service-account
  9369      - name: ssh
  9370        secret:
  9371          defaultMode: 256
  9372          secretName: ssh-key-secret
  9373  
  9374  - interval: 2h
  9375    agent: kubernetes
  9376    name: ci-kubernetes-e2e-gci-gce-reboot-release-1-7
  9377    spec:
  9378      containers:
  9379      - args:
  9380        - --timeout=200
  9381        - --bare
  9382        env:
  9383        - name: GOOGLE_APPLICATION_CREDENTIALS
  9384          value: /etc/service-account/service-account.json
  9385        - name: USER
  9386          value: prow
  9387        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  9388          value: /etc/ssh-key-secret/ssh-private
  9389        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  9390          value: /etc/ssh-key-secret/ssh-public
  9391        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  9392        volumeMounts:
  9393        - mountPath: /etc/service-account
  9394          name: service
  9395          readOnly: true
  9396        - mountPath: /etc/ssh-key-secret
  9397          name: ssh
  9398          readOnly: true
  9399      volumes:
  9400      - name: service
  9401        secret:
  9402          secretName: service-account
  9403      - name: ssh
  9404        secret:
  9405          defaultMode: 256
  9406          secretName: ssh-key-secret
  9407  
  9408  - interval: 1h
  9409    agent: kubernetes
  9410    name: ci-kubernetes-e2e-gci-gce-reboot-stable1
  9411    spec:
  9412      containers:
  9413      - args:
  9414        - --timeout=200
  9415        - --bare
  9416        env:
  9417        - name: GOOGLE_APPLICATION_CREDENTIALS
  9418          value: /etc/service-account/service-account.json
  9419        - name: USER
  9420          value: prow
  9421        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  9422          value: /etc/ssh-key-secret/ssh-private
  9423        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  9424          value: /etc/ssh-key-secret/ssh-public
  9425        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  9426        volumeMounts:
  9427        - mountPath: /etc/service-account
  9428          name: service
  9429          readOnly: true
  9430        - mountPath: /etc/ssh-key-secret
  9431          name: ssh
  9432          readOnly: true
  9433      volumes:
  9434      - name: service
  9435        secret:
  9436          secretName: service-account
  9437      - name: ssh
  9438        secret:
  9439          defaultMode: 256
  9440          secretName: ssh-key-secret
  9441  
  9442  - interval: 5h
  9443    agent: kubernetes
  9444    name: ci-kubernetes-e2e-gci-gce-release-1-5
  9445    spec:
  9446      containers:
  9447      - args:
  9448        - --timeout=70
  9449        - --bare
  9450        env:
  9451        - name: GOOGLE_APPLICATION_CREDENTIALS
  9452          value: /etc/service-account/service-account.json
  9453        - name: USER
  9454          value: prow
  9455        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  9456          value: /etc/ssh-key-secret/ssh-private
  9457        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  9458          value: /etc/ssh-key-secret/ssh-public
  9459        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  9460        volumeMounts:
  9461        - mountPath: /etc/service-account
  9462          name: service
  9463          readOnly: true
  9464        - mountPath: /etc/ssh-key-secret
  9465          name: ssh
  9466          readOnly: true
  9467      volumes:
  9468      - name: service
  9469        secret:
  9470          secretName: service-account
  9471      - name: ssh
  9472        secret:
  9473          defaultMode: 256
  9474          secretName: ssh-key-secret
  9475  
  9476  - interval: 6h
  9477    agent: kubernetes
  9478    name: ci-kubernetes-e2e-gci-gce-release-1-6
  9479    spec:
  9480      containers:
  9481      - args:
  9482        - --timeout=70
  9483        - --bare
  9484        env:
  9485        - name: GOOGLE_APPLICATION_CREDENTIALS
  9486          value: /etc/service-account/service-account.json
  9487        - name: USER
  9488          value: prow
  9489        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  9490          value: /etc/ssh-key-secret/ssh-private
  9491        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  9492          value: /etc/ssh-key-secret/ssh-public
  9493        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  9494        volumeMounts:
  9495        - mountPath: /etc/service-account
  9496          name: service
  9497          readOnly: true
  9498        - mountPath: /etc/ssh-key-secret
  9499          name: ssh
  9500          readOnly: true
  9501      volumes:
  9502      - name: service
  9503        secret:
  9504          secretName: service-account
  9505      - name: ssh
  9506        secret:
  9507          defaultMode: 256
  9508          secretName: ssh-key-secret
  9509  
  9510  - interval: 2h
  9511    agent: kubernetes
  9512    name: ci-kubernetes-e2e-gci-gce-release-1-7
  9513    spec:
  9514      containers:
  9515      - args:
  9516        - --timeout=70
  9517        - --bare
  9518        env:
  9519        - name: GOOGLE_APPLICATION_CREDENTIALS
  9520          value: /etc/service-account/service-account.json
  9521        - name: USER
  9522          value: prow
  9523        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  9524          value: /etc/ssh-key-secret/ssh-private
  9525        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  9526          value: /etc/ssh-key-secret/ssh-public
  9527        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  9528        volumeMounts:
  9529        - mountPath: /etc/service-account
  9530          name: service
  9531          readOnly: true
  9532        - mountPath: /etc/ssh-key-secret
  9533          name: ssh
  9534          readOnly: true
  9535      volumes:
  9536      - name: service
  9537        secret:
  9538          secretName: service-account
  9539      - name: ssh
  9540        secret:
  9541          defaultMode: 256
  9542          secretName: ssh-key-secret
  9543  
  9544  - interval: 30m
  9545    agent: kubernetes
  9546    name: ci-kubernetes-e2e-gci-gce-scalability
  9547    spec:
  9548      containers:
  9549      - args:
  9550        - --timeout=140
  9551        - --bare
  9552        env:
  9553        - name: GOOGLE_APPLICATION_CREDENTIALS
  9554          value: /etc/service-account/service-account.json
  9555        - name: USER
  9556          value: prow
  9557        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  9558          value: /etc/ssh-key-secret/ssh-private
  9559        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  9560          value: /etc/ssh-key-secret/ssh-public
  9561        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  9562        volumeMounts:
  9563        - mountPath: /etc/service-account
  9564          name: service
  9565          readOnly: true
  9566        - mountPath: /etc/ssh-key-secret
  9567          name: ssh
  9568          readOnly: true
  9569      volumes:
  9570      - name: service
  9571        secret:
  9572          secretName: service-account
  9573      - name: ssh
  9574        secret:
  9575          defaultMode: 256
  9576          secretName: ssh-key-secret
  9577  
  9578  - interval: 30m
  9579    agent: kubernetes
  9580    name: ci-kubernetes-e2e-gci-gce-sd-logging
  9581    spec:
  9582      containers:
  9583      - args:
  9584        - --timeout=1340
  9585        - --bare
  9586        env:
  9587        - name: GOOGLE_APPLICATION_CREDENTIALS
  9588          value: /etc/service-account/service-account.json
  9589        - name: USER
  9590          value: prow
  9591        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  9592          value: /etc/ssh-key-secret/ssh-private
  9593        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  9594          value: /etc/ssh-key-secret/ssh-public
  9595        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  9596        volumeMounts:
  9597        - mountPath: /etc/service-account
  9598          name: service
  9599          readOnly: true
  9600        - mountPath: /etc/ssh-key-secret
  9601          name: ssh
  9602          readOnly: true
  9603      volumes:
  9604      - name: service
  9605        secret:
  9606          secretName: service-account
  9607      - name: ssh
  9608        secret:
  9609          defaultMode: 256
  9610          secretName: ssh-key-secret
  9611  
  9612  - interval: 30m
  9613    agent: kubernetes
  9614    name: ci-kubernetes-e2e-gci-gce-serial
  9615    spec:
  9616      containers:
  9617      - args:
  9618        - --timeout=520
  9619        - --bare
  9620        env:
  9621        - name: GOOGLE_APPLICATION_CREDENTIALS
  9622          value: /etc/service-account/service-account.json
  9623        - name: USER
  9624          value: prow
  9625        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  9626          value: /etc/ssh-key-secret/ssh-private
  9627        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  9628          value: /etc/ssh-key-secret/ssh-public
  9629        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  9630        volumeMounts:
  9631        - mountPath: /etc/service-account
  9632          name: service
  9633          readOnly: true
  9634        - mountPath: /etc/ssh-key-secret
  9635          name: ssh
  9636          readOnly: true
  9637      volumes:
  9638      - name: service
  9639        secret:
  9640          secretName: service-account
  9641      - name: ssh
  9642        secret:
  9643          defaultMode: 256
  9644          secretName: ssh-key-secret
  9645  
  9646  - interval: 5h
  9647    agent: kubernetes
  9648    name: ci-kubernetes-e2e-gci-gce-serial-release-1-5
  9649    spec:
  9650      containers:
  9651      - args:
  9652        - --timeout=320
  9653        - --bare
  9654        env:
  9655        - name: GOOGLE_APPLICATION_CREDENTIALS
  9656          value: /etc/service-account/service-account.json
  9657        - name: USER
  9658          value: prow
  9659        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  9660          value: /etc/ssh-key-secret/ssh-private
  9661        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  9662          value: /etc/ssh-key-secret/ssh-public
  9663        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  9664        volumeMounts:
  9665        - mountPath: /etc/service-account
  9666          name: service
  9667          readOnly: true
  9668        - mountPath: /etc/ssh-key-secret
  9669          name: ssh
  9670          readOnly: true
  9671      volumes:
  9672      - name: service
  9673        secret:
  9674          secretName: service-account
  9675      - name: ssh
  9676        secret:
  9677          defaultMode: 256
  9678          secretName: ssh-key-secret
  9679  
  9680  - interval: 6h
  9681    agent: kubernetes
  9682    name: ci-kubernetes-e2e-gci-gce-serial-release-1-6
  9683    spec:
  9684      containers:
  9685      - args:
  9686        - --timeout=320
  9687        - --bare
  9688        env:
  9689        - name: GOOGLE_APPLICATION_CREDENTIALS
  9690          value: /etc/service-account/service-account.json
  9691        - name: USER
  9692          value: prow
  9693        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  9694          value: /etc/ssh-key-secret/ssh-private
  9695        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  9696          value: /etc/ssh-key-secret/ssh-public
  9697        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  9698        volumeMounts:
  9699        - mountPath: /etc/service-account
  9700          name: service
  9701          readOnly: true
  9702        - mountPath: /etc/ssh-key-secret
  9703          name: ssh
  9704          readOnly: true
  9705      volumes:
  9706      - name: service
  9707        secret:
  9708          secretName: service-account
  9709      - name: ssh
  9710        secret:
  9711          defaultMode: 256
  9712          secretName: ssh-key-secret
  9713  
  9714  - interval: 2h
  9715    agent: kubernetes
  9716    name: ci-kubernetes-e2e-gci-gce-serial-release-1-7
  9717    spec:
  9718      containers:
  9719      - args:
  9720        - --timeout=520
  9721        - --bare
  9722        env:
  9723        - name: GOOGLE_APPLICATION_CREDENTIALS
  9724          value: /etc/service-account/service-account.json
  9725        - name: USER
  9726          value: prow
  9727        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  9728          value: /etc/ssh-key-secret/ssh-private
  9729        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  9730          value: /etc/ssh-key-secret/ssh-public
  9731        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  9732        volumeMounts:
  9733        - mountPath: /etc/service-account
  9734          name: service
  9735          readOnly: true
  9736        - mountPath: /etc/ssh-key-secret
  9737          name: ssh
  9738          readOnly: true
  9739      volumes:
  9740      - name: service
  9741        secret:
  9742          secretName: service-account
  9743      - name: ssh
  9744        secret:
  9745          defaultMode: 256
  9746          secretName: ssh-key-secret
  9747  
  9748  - interval: 1h
  9749    agent: kubernetes
  9750    name: ci-kubernetes-e2e-gci-gce-serial-stable1
  9751    spec:
  9752      containers:
  9753      - args:
  9754        - --timeout=520
  9755        - --bare
  9756        env:
  9757        - name: GOOGLE_APPLICATION_CREDENTIALS
  9758          value: /etc/service-account/service-account.json
  9759        - name: USER
  9760          value: prow
  9761        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  9762          value: /etc/ssh-key-secret/ssh-private
  9763        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  9764          value: /etc/ssh-key-secret/ssh-public
  9765        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  9766        volumeMounts:
  9767        - mountPath: /etc/service-account
  9768          name: service
  9769          readOnly: true
  9770        - mountPath: /etc/ssh-key-secret
  9771          name: ssh
  9772          readOnly: true
  9773      volumes:
  9774      - name: service
  9775        secret:
  9776          secretName: service-account
  9777      - name: ssh
  9778        secret:
  9779          defaultMode: 256
  9780          secretName: ssh-key-secret
  9781  
  9782  - interval: 30m
  9783    agent: kubernetes
  9784    name: ci-kubernetes-e2e-gci-gce-slow
  9785    spec:
  9786      containers:
  9787      - args:
  9788        - --timeout=170
  9789        - --bare
  9790        env:
  9791        - name: GOOGLE_APPLICATION_CREDENTIALS
  9792          value: /etc/service-account/service-account.json
  9793        - name: USER
  9794          value: prow
  9795        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  9796          value: /etc/ssh-key-secret/ssh-private
  9797        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  9798          value: /etc/ssh-key-secret/ssh-public
  9799        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  9800        volumeMounts:
  9801        - mountPath: /etc/service-account
  9802          name: service
  9803          readOnly: true
  9804        - mountPath: /etc/ssh-key-secret
  9805          name: ssh
  9806          readOnly: true
  9807      volumes:
  9808      - name: service
  9809        secret:
  9810          secretName: service-account
  9811      - name: ssh
  9812        secret:
  9813          defaultMode: 256
  9814          secretName: ssh-key-secret
  9815  
  9816  - interval: 5h
  9817    agent: kubernetes
  9818    name: ci-kubernetes-e2e-gci-gce-slow-release-1-5
  9819    spec:
  9820      containers:
  9821      - args:
  9822        - --timeout=170
  9823        - --bare
  9824        env:
  9825        - name: GOOGLE_APPLICATION_CREDENTIALS
  9826          value: /etc/service-account/service-account.json
  9827        - name: USER
  9828          value: prow
  9829        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  9830          value: /etc/ssh-key-secret/ssh-private
  9831        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  9832          value: /etc/ssh-key-secret/ssh-public
  9833        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  9834        volumeMounts:
  9835        - mountPath: /etc/service-account
  9836          name: service
  9837          readOnly: true
  9838        - mountPath: /etc/ssh-key-secret
  9839          name: ssh
  9840          readOnly: true
  9841      volumes:
  9842      - name: service
  9843        secret:
  9844          secretName: service-account
  9845      - name: ssh
  9846        secret:
  9847          defaultMode: 256
  9848          secretName: ssh-key-secret
  9849  
  9850  - interval: 6h
  9851    agent: kubernetes
  9852    name: ci-kubernetes-e2e-gci-gce-slow-release-1-6
  9853    spec:
  9854      containers:
  9855      - args:
  9856        - --timeout=170
  9857        - --bare
  9858        env:
  9859        - name: GOOGLE_APPLICATION_CREDENTIALS
  9860          value: /etc/service-account/service-account.json
  9861        - name: USER
  9862          value: prow
  9863        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  9864          value: /etc/ssh-key-secret/ssh-private
  9865        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  9866          value: /etc/ssh-key-secret/ssh-public
  9867        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  9868        volumeMounts:
  9869        - mountPath: /etc/service-account
  9870          name: service
  9871          readOnly: true
  9872        - mountPath: /etc/ssh-key-secret
  9873          name: ssh
  9874          readOnly: true
  9875      volumes:
  9876      - name: service
  9877        secret:
  9878          secretName: service-account
  9879      - name: ssh
  9880        secret:
  9881          defaultMode: 256
  9882          secretName: ssh-key-secret
  9883  
  9884  - interval: 2h
  9885    agent: kubernetes
  9886    name: ci-kubernetes-e2e-gci-gce-slow-release-1-7
  9887    spec:
  9888      containers:
  9889      - args:
  9890        - --timeout=170
  9891        - --bare
  9892        env:
  9893        - name: GOOGLE_APPLICATION_CREDENTIALS
  9894          value: /etc/service-account/service-account.json
  9895        - name: USER
  9896          value: prow
  9897        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  9898          value: /etc/ssh-key-secret/ssh-private
  9899        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  9900          value: /etc/ssh-key-secret/ssh-public
  9901        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  9902        volumeMounts:
  9903        - mountPath: /etc/service-account
  9904          name: service
  9905          readOnly: true
  9906        - mountPath: /etc/ssh-key-secret
  9907          name: ssh
  9908          readOnly: true
  9909      volumes:
  9910      - name: service
  9911        secret:
  9912          secretName: service-account
  9913      - name: ssh
  9914        secret:
  9915          defaultMode: 256
  9916          secretName: ssh-key-secret
  9917  
  9918  - interval: 1h
  9919    agent: kubernetes
  9920    name: ci-kubernetes-e2e-gci-gce-slow-stable1
  9921    spec:
  9922      containers:
  9923      - args:
  9924        - --timeout=170
  9925        - --bare
  9926        env:
  9927        - name: GOOGLE_APPLICATION_CREDENTIALS
  9928          value: /etc/service-account/service-account.json
  9929        - name: USER
  9930          value: prow
  9931        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  9932          value: /etc/ssh-key-secret/ssh-private
  9933        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  9934          value: /etc/ssh-key-secret/ssh-public
  9935        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  9936        volumeMounts:
  9937        - mountPath: /etc/service-account
  9938          name: service
  9939          readOnly: true
  9940        - mountPath: /etc/ssh-key-secret
  9941          name: ssh
  9942          readOnly: true
  9943      volumes:
  9944      - name: service
  9945        secret:
  9946          secretName: service-account
  9947      - name: ssh
  9948        secret:
  9949          defaultMode: 256
  9950          secretName: ssh-key-secret
  9951  
  9952  - interval: 1h
  9953    agent: kubernetes
  9954    name: ci-kubernetes-e2e-gci-gce-stable1
  9955    spec:
  9956      containers:
  9957      - args:
  9958        - --timeout=70
  9959        - --bare
  9960        env:
  9961        - name: GOOGLE_APPLICATION_CREDENTIALS
  9962          value: /etc/service-account/service-account.json
  9963        - name: USER
  9964          value: prow
  9965        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
  9966          value: /etc/ssh-key-secret/ssh-private
  9967        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
  9968          value: /etc/ssh-key-secret/ssh-public
  9969        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
  9970        volumeMounts:
  9971        - mountPath: /etc/service-account
  9972          name: service
  9973          readOnly: true
  9974        - mountPath: /etc/ssh-key-secret
  9975          name: ssh
  9976          readOnly: true
  9977      volumes:
  9978      - name: service
  9979        secret:
  9980          secretName: service-account
  9981      - name: ssh
  9982        secret:
  9983          defaultMode: 256
  9984          secretName: ssh-key-secret
  9985  
  9986  - interval: 30m
  9987    agent: kubernetes
  9988    name: ci-kubernetes-e2e-gci-gce-statefulset
  9989    spec:
  9990      containers:
  9991      - args:
  9992        - --timeout=110
  9993        - --bare
  9994        env:
  9995        - name: GOOGLE_APPLICATION_CREDENTIALS
  9996          value: /etc/service-account/service-account.json
  9997        - name: USER
  9998          value: prow
  9999        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 10000          value: /etc/ssh-key-secret/ssh-private
 10001        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 10002          value: /etc/ssh-key-secret/ssh-public
 10003        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 10004        volumeMounts:
 10005        - mountPath: /etc/service-account
 10006          name: service
 10007          readOnly: true
 10008        - mountPath: /etc/ssh-key-secret
 10009          name: ssh
 10010          readOnly: true
 10011      volumes:
 10012      - name: service
 10013        secret:
 10014          secretName: service-account
 10015      - name: ssh
 10016        secret:
 10017          defaultMode: 256
 10018          secretName: ssh-key-secret
 10019  
 10020  - interval: 30m
 10021    agent: kubernetes
 10022    name: ci-kubernetes-e2e-gci-gke
 10023    spec:
 10024      containers:
 10025      - args:
 10026        - --timeout=70
 10027        - --bare
 10028        env:
 10029        - name: GOOGLE_APPLICATION_CREDENTIALS
 10030          value: /etc/service-account/service-account.json
 10031        - name: USER
 10032          value: prow
 10033        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 10034          value: /etc/ssh-key-secret/ssh-private
 10035        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 10036          value: /etc/ssh-key-secret/ssh-public
 10037        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 10038        volumeMounts:
 10039        - mountPath: /etc/service-account
 10040          name: service
 10041          readOnly: true
 10042        - mountPath: /etc/ssh-key-secret
 10043          name: ssh
 10044          readOnly: true
 10045      volumes:
 10046      - name: service
 10047        secret:
 10048          secretName: service-account
 10049      - name: ssh
 10050        secret:
 10051          defaultMode: 256
 10052          secretName: ssh-key-secret
 10053  
 10054  - interval: 30m
 10055    agent: kubernetes
 10056    name: ci-kubernetes-e2e-gci-gke-alpha-features
 10057    spec:
 10058      containers:
 10059      - args:
 10060        - --timeout=200
 10061        - --bare
 10062        env:
 10063        - name: GOOGLE_APPLICATION_CREDENTIALS
 10064          value: /etc/service-account/service-account.json
 10065        - name: USER
 10066          value: prow
 10067        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 10068          value: /etc/ssh-key-secret/ssh-private
 10069        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 10070          value: /etc/ssh-key-secret/ssh-public
 10071        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 10072        volumeMounts:
 10073        - mountPath: /etc/service-account
 10074          name: service
 10075          readOnly: true
 10076        - mountPath: /etc/ssh-key-secret
 10077          name: ssh
 10078          readOnly: true
 10079      volumes:
 10080      - name: service
 10081        secret:
 10082          secretName: service-account
 10083      - name: ssh
 10084        secret:
 10085          defaultMode: 256
 10086          secretName: ssh-key-secret
 10087  
 10088  - interval: 30m
 10089    agent: kubernetes
 10090    name: ci-kubernetes-e2e-gci-gke-autoscaling
 10091    spec:
 10092      containers:
 10093      - args:
 10094        - --timeout=320
 10095        - --bare
 10096        env:
 10097        - name: GOOGLE_APPLICATION_CREDENTIALS
 10098          value: /etc/service-account/service-account.json
 10099        - name: USER
 10100          value: prow
 10101        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 10102          value: /etc/ssh-key-secret/ssh-private
 10103        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 10104          value: /etc/ssh-key-secret/ssh-public
 10105        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 10106        volumeMounts:
 10107        - mountPath: /etc/service-account
 10108          name: service
 10109          readOnly: true
 10110        - mountPath: /etc/ssh-key-secret
 10111          name: ssh
 10112          readOnly: true
 10113      volumes:
 10114      - name: service
 10115        secret:
 10116          secretName: service-account
 10117      - name: ssh
 10118        secret:
 10119          defaultMode: 256
 10120          secretName: ssh-key-secret
 10121  
 10122  - interval: 30m
 10123    agent: kubernetes
 10124    name: ci-kubernetes-e2e-gci-gke-flaky
 10125    spec:
 10126      containers:
 10127      - args:
 10128        - --timeout=320
 10129        - --bare
 10130        env:
 10131        - name: GOOGLE_APPLICATION_CREDENTIALS
 10132          value: /etc/service-account/service-account.json
 10133        - name: USER
 10134          value: prow
 10135        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 10136          value: /etc/ssh-key-secret/ssh-private
 10137        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 10138          value: /etc/ssh-key-secret/ssh-public
 10139        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 10140        volumeMounts:
 10141        - mountPath: /etc/service-account
 10142          name: service
 10143          readOnly: true
 10144        - mountPath: /etc/ssh-key-secret
 10145          name: ssh
 10146          readOnly: true
 10147      volumes:
 10148      - name: service
 10149        secret:
 10150          secretName: service-account
 10151      - name: ssh
 10152        secret:
 10153          defaultMode: 256
 10154          secretName: ssh-key-secret
 10155  
 10156  - interval: 30m
 10157    agent: kubernetes
 10158    name: ci-kubernetes-e2e-gci-gke-ingress
 10159    spec:
 10160      containers:
 10161      - args:
 10162        - --timeout=320
 10163        - --bare
 10164        env:
 10165        - name: GOOGLE_APPLICATION_CREDENTIALS
 10166          value: /etc/service-account/service-account.json
 10167        - name: USER
 10168          value: prow
 10169        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 10170          value: /etc/ssh-key-secret/ssh-private
 10171        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 10172          value: /etc/ssh-key-secret/ssh-public
 10173        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 10174        volumeMounts:
 10175        - mountPath: /etc/service-account
 10176          name: service
 10177          readOnly: true
 10178        - mountPath: /etc/ssh-key-secret
 10179          name: ssh
 10180          readOnly: true
 10181      volumes:
 10182      - name: service
 10183        secret:
 10184          secretName: service-account
 10185      - name: ssh
 10186        secret:
 10187          defaultMode: 256
 10188          secretName: ssh-key-secret
 10189  
 10190  - interval: 5h
 10191    agent: kubernetes
 10192    name: ci-kubernetes-e2e-gci-gke-ingress-release-1-5
 10193    spec:
 10194      containers:
 10195      - args:
 10196        - --timeout=110
 10197        - --bare
 10198        env:
 10199        - name: GOOGLE_APPLICATION_CREDENTIALS
 10200          value: /etc/service-account/service-account.json
 10201        - name: USER
 10202          value: prow
 10203        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 10204          value: /etc/ssh-key-secret/ssh-private
 10205        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 10206          value: /etc/ssh-key-secret/ssh-public
 10207        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 10208        volumeMounts:
 10209        - mountPath: /etc/service-account
 10210          name: service
 10211          readOnly: true
 10212        - mountPath: /etc/ssh-key-secret
 10213          name: ssh
 10214          readOnly: true
 10215      volumes:
 10216      - name: service
 10217        secret:
 10218          secretName: service-account
 10219      - name: ssh
 10220        secret:
 10221          defaultMode: 256
 10222          secretName: ssh-key-secret
 10223  
 10224  - interval: 6h
 10225    agent: kubernetes
 10226    name: ci-kubernetes-e2e-gci-gke-ingress-release-1-6
 10227    spec:
 10228      containers:
 10229      - args:
 10230        - --timeout=320
 10231        - --bare
 10232        env:
 10233        - name: GOOGLE_APPLICATION_CREDENTIALS
 10234          value: /etc/service-account/service-account.json
 10235        - name: USER
 10236          value: prow
 10237        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 10238          value: /etc/ssh-key-secret/ssh-private
 10239        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 10240          value: /etc/ssh-key-secret/ssh-public
 10241        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 10242        volumeMounts:
 10243        - mountPath: /etc/service-account
 10244          name: service
 10245          readOnly: true
 10246        - mountPath: /etc/ssh-key-secret
 10247          name: ssh
 10248          readOnly: true
 10249      volumes:
 10250      - name: service
 10251        secret:
 10252          secretName: service-account
 10253      - name: ssh
 10254        secret:
 10255          defaultMode: 256
 10256          secretName: ssh-key-secret
 10257  
 10258  - interval: 2h
 10259    agent: kubernetes
 10260    name: ci-kubernetes-e2e-gci-gke-ingress-release-1-7
 10261    spec:
 10262      containers:
 10263      - args:
 10264        - --timeout=320
 10265        - --bare
 10266        env:
 10267        - name: GOOGLE_APPLICATION_CREDENTIALS
 10268          value: /etc/service-account/service-account.json
 10269        - name: USER
 10270          value: prow
 10271        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 10272          value: /etc/ssh-key-secret/ssh-private
 10273        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 10274          value: /etc/ssh-key-secret/ssh-public
 10275        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 10276        volumeMounts:
 10277        - mountPath: /etc/service-account
 10278          name: service
 10279          readOnly: true
 10280        - mountPath: /etc/ssh-key-secret
 10281          name: ssh
 10282          readOnly: true
 10283      volumes:
 10284      - name: service
 10285        secret:
 10286          secretName: service-account
 10287      - name: ssh
 10288        secret:
 10289          defaultMode: 256
 10290          secretName: ssh-key-secret
 10291  
 10292  - interval: 1h
 10293    agent: kubernetes
 10294    name: ci-kubernetes-e2e-gci-gke-ingress-stable1
 10295    spec:
 10296      containers:
 10297      - args:
 10298        - --timeout=110
 10299        - --bare
 10300        env:
 10301        - name: GOOGLE_APPLICATION_CREDENTIALS
 10302          value: /etc/service-account/service-account.json
 10303        - name: USER
 10304          value: prow
 10305        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 10306          value: /etc/ssh-key-secret/ssh-private
 10307        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 10308          value: /etc/ssh-key-secret/ssh-public
 10309        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 10310        volumeMounts:
 10311        - mountPath: /etc/service-account
 10312          name: service
 10313          readOnly: true
 10314        - mountPath: /etc/ssh-key-secret
 10315          name: ssh
 10316          readOnly: true
 10317      volumes:
 10318      - name: service
 10319        secret:
 10320          secretName: service-account
 10321      - name: ssh
 10322        secret:
 10323          defaultMode: 256
 10324          secretName: ssh-key-secret
 10325  
 10326  - interval: 30m
 10327    agent: kubernetes
 10328    name: ci-kubernetes-e2e-gci-gke-multizone
 10329    spec:
 10330      containers:
 10331      - args:
 10332        - --timeout=170
 10333        - --bare
 10334        env:
 10335        - name: GOOGLE_APPLICATION_CREDENTIALS
 10336          value: /etc/service-account/service-account.json
 10337        - name: USER
 10338          value: prow
 10339        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 10340          value: /etc/ssh-key-secret/ssh-private
 10341        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 10342          value: /etc/ssh-key-secret/ssh-public
 10343        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 10344        volumeMounts:
 10345        - mountPath: /etc/service-account
 10346          name: service
 10347          readOnly: true
 10348        - mountPath: /etc/ssh-key-secret
 10349          name: ssh
 10350          readOnly: true
 10351      volumes:
 10352      - name: service
 10353        secret:
 10354          secretName: service-account
 10355      - name: ssh
 10356        secret:
 10357          defaultMode: 256
 10358          secretName: ssh-key-secret
 10359  
 10360  - interval: 30m
 10361    agent: kubernetes
 10362    name: ci-kubernetes-e2e-gci-gke-prod
 10363    spec:
 10364      containers:
 10365      - args:
 10366        - --timeout=620
 10367        - --bare
 10368        env:
 10369        - name: GOOGLE_APPLICATION_CREDENTIALS
 10370          value: /etc/service-account/service-account.json
 10371        - name: USER
 10372          value: prow
 10373        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 10374          value: /etc/ssh-key-secret/ssh-private
 10375        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 10376          value: /etc/ssh-key-secret/ssh-public
 10377        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 10378        volumeMounts:
 10379        - mountPath: /etc/service-account
 10380          name: service
 10381          readOnly: true
 10382        - mountPath: /etc/ssh-key-secret
 10383          name: ssh
 10384          readOnly: true
 10385      volumes:
 10386      - name: service
 10387        secret:
 10388          secretName: service-account
 10389      - name: ssh
 10390        secret:
 10391          defaultMode: 256
 10392          secretName: ssh-key-secret
 10393  
 10394  - interval: 30m
 10395    agent: kubernetes
 10396    name: ci-kubernetes-e2e-gci-gke-prod-parallel
 10397    spec:
 10398      containers:
 10399      - args:
 10400        - --timeout=100
 10401        - --bare
 10402        env:
 10403        - name: GOOGLE_APPLICATION_CREDENTIALS
 10404          value: /etc/service-account/service-account.json
 10405        - name: USER
 10406          value: prow
 10407        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 10408          value: /etc/ssh-key-secret/ssh-private
 10409        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 10410          value: /etc/ssh-key-secret/ssh-public
 10411        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 10412        volumeMounts:
 10413        - mountPath: /etc/service-account
 10414          name: service
 10415          readOnly: true
 10416        - mountPath: /etc/ssh-key-secret
 10417          name: ssh
 10418          readOnly: true
 10419      volumes:
 10420      - name: service
 10421        secret:
 10422          secretName: service-account
 10423      - name: ssh
 10424        secret:
 10425          defaultMode: 256
 10426          secretName: ssh-key-secret
 10427  
 10428  - interval: 30m
 10429    agent: kubernetes
 10430    name: ci-kubernetes-e2e-gci-gke-prod-smoke
 10431    spec:
 10432      containers:
 10433      - args:
 10434        - --timeout=100
 10435        - --bare
 10436        env:
 10437        - name: GOOGLE_APPLICATION_CREDENTIALS
 10438          value: /etc/service-account/service-account.json
 10439        - name: USER
 10440          value: prow
 10441        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 10442          value: /etc/ssh-key-secret/ssh-private
 10443        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 10444          value: /etc/ssh-key-secret/ssh-public
 10445        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 10446        volumeMounts:
 10447        - mountPath: /etc/service-account
 10448          name: service
 10449          readOnly: true
 10450        - mountPath: /etc/ssh-key-secret
 10451          name: ssh
 10452          readOnly: true
 10453      volumes:
 10454      - name: service
 10455        secret:
 10456          secretName: service-account
 10457      - name: ssh
 10458        secret:
 10459          defaultMode: 256
 10460          secretName: ssh-key-secret
 10461  
 10462  - interval: 30m
 10463    agent: kubernetes
 10464    name: ci-kubernetes-e2e-gci-gke-reboot
 10465    spec:
 10466      containers:
 10467      - args:
 10468        - --timeout=200
 10469        - --bare
 10470        env:
 10471        - name: GOOGLE_APPLICATION_CREDENTIALS
 10472          value: /etc/service-account/service-account.json
 10473        - name: USER
 10474          value: prow
 10475        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 10476          value: /etc/ssh-key-secret/ssh-private
 10477        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 10478          value: /etc/ssh-key-secret/ssh-public
 10479        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 10480        volumeMounts:
 10481        - mountPath: /etc/service-account
 10482          name: service
 10483          readOnly: true
 10484        - mountPath: /etc/ssh-key-secret
 10485          name: ssh
 10486          readOnly: true
 10487      volumes:
 10488      - name: service
 10489        secret:
 10490          secretName: service-account
 10491      - name: ssh
 10492        secret:
 10493          defaultMode: 256
 10494          secretName: ssh-key-secret
 10495  
 10496  - interval: 5h
 10497    agent: kubernetes
 10498    name: ci-kubernetes-e2e-gci-gke-reboot-release-1-5
 10499    spec:
 10500      containers:
 10501      - args:
 10502        - --timeout=200
 10503        - --bare
 10504        env:
 10505        - name: GOOGLE_APPLICATION_CREDENTIALS
 10506          value: /etc/service-account/service-account.json
 10507        - name: USER
 10508          value: prow
 10509        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 10510          value: /etc/ssh-key-secret/ssh-private
 10511        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 10512          value: /etc/ssh-key-secret/ssh-public
 10513        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 10514        volumeMounts:
 10515        - mountPath: /etc/service-account
 10516          name: service
 10517          readOnly: true
 10518        - mountPath: /etc/ssh-key-secret
 10519          name: ssh
 10520          readOnly: true
 10521      volumes:
 10522      - name: service
 10523        secret:
 10524          secretName: service-account
 10525      - name: ssh
 10526        secret:
 10527          defaultMode: 256
 10528          secretName: ssh-key-secret
 10529  
 10530  - interval: 6h
 10531    agent: kubernetes
 10532    name: ci-kubernetes-e2e-gci-gke-reboot-release-1-6
 10533    spec:
 10534      containers:
 10535      - args:
 10536        - --timeout=200
 10537        - --bare
 10538        env:
 10539        - name: GOOGLE_APPLICATION_CREDENTIALS
 10540          value: /etc/service-account/service-account.json
 10541        - name: USER
 10542          value: prow
 10543        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 10544          value: /etc/ssh-key-secret/ssh-private
 10545        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 10546          value: /etc/ssh-key-secret/ssh-public
 10547        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 10548        volumeMounts:
 10549        - mountPath: /etc/service-account
 10550          name: service
 10551          readOnly: true
 10552        - mountPath: /etc/ssh-key-secret
 10553          name: ssh
 10554          readOnly: true
 10555      volumes:
 10556      - name: service
 10557        secret:
 10558          secretName: service-account
 10559      - name: ssh
 10560        secret:
 10561          defaultMode: 256
 10562          secretName: ssh-key-secret
 10563  
 10564  - interval: 2h
 10565    agent: kubernetes
 10566    name: ci-kubernetes-e2e-gci-gke-reboot-release-1-7
 10567    spec:
 10568      containers:
 10569      - args:
 10570        - --timeout=200
 10571        - --bare
 10572        env:
 10573        - name: GOOGLE_APPLICATION_CREDENTIALS
 10574          value: /etc/service-account/service-account.json
 10575        - name: USER
 10576          value: prow
 10577        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 10578          value: /etc/ssh-key-secret/ssh-private
 10579        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 10580          value: /etc/ssh-key-secret/ssh-public
 10581        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 10582        volumeMounts:
 10583        - mountPath: /etc/service-account
 10584          name: service
 10585          readOnly: true
 10586        - mountPath: /etc/ssh-key-secret
 10587          name: ssh
 10588          readOnly: true
 10589      volumes:
 10590      - name: service
 10591        secret:
 10592          secretName: service-account
 10593      - name: ssh
 10594        secret:
 10595          defaultMode: 256
 10596          secretName: ssh-key-secret
 10597  
 10598  - interval: 1h
 10599    agent: kubernetes
 10600    name: ci-kubernetes-e2e-gci-gke-reboot-stable1
 10601    spec:
 10602      containers:
 10603      - args:
 10604        - --timeout=200
 10605        - --bare
 10606        env:
 10607        - name: GOOGLE_APPLICATION_CREDENTIALS
 10608          value: /etc/service-account/service-account.json
 10609        - name: USER
 10610          value: prow
 10611        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 10612          value: /etc/ssh-key-secret/ssh-private
 10613        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 10614          value: /etc/ssh-key-secret/ssh-public
 10615        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 10616        volumeMounts:
 10617        - mountPath: /etc/service-account
 10618          name: service
 10619          readOnly: true
 10620        - mountPath: /etc/ssh-key-secret
 10621          name: ssh
 10622          readOnly: true
 10623      volumes:
 10624      - name: service
 10625        secret:
 10626          secretName: service-account
 10627      - name: ssh
 10628        secret:
 10629          defaultMode: 256
 10630          secretName: ssh-key-secret
 10631  
 10632  - interval: 5h
 10633    agent: kubernetes
 10634    name: ci-kubernetes-e2e-gci-gke-release-1-5
 10635    spec:
 10636      containers:
 10637      - args:
 10638        - --timeout=70
 10639        - --bare
 10640        env:
 10641        - name: GOOGLE_APPLICATION_CREDENTIALS
 10642          value: /etc/service-account/service-account.json
 10643        - name: USER
 10644          value: prow
 10645        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 10646          value: /etc/ssh-key-secret/ssh-private
 10647        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 10648          value: /etc/ssh-key-secret/ssh-public
 10649        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 10650        volumeMounts:
 10651        - mountPath: /etc/service-account
 10652          name: service
 10653          readOnly: true
 10654        - mountPath: /etc/ssh-key-secret
 10655          name: ssh
 10656          readOnly: true
 10657      volumes:
 10658      - name: service
 10659        secret:
 10660          secretName: service-account
 10661      - name: ssh
 10662        secret:
 10663          defaultMode: 256
 10664          secretName: ssh-key-secret
 10665  
 10666  - interval: 6h
 10667    agent: kubernetes
 10668    name: ci-kubernetes-e2e-gci-gke-release-1-6
 10669    spec:
 10670      containers:
 10671      - args:
 10672        - --timeout=70
 10673        - --bare
 10674        env:
 10675        - name: GOOGLE_APPLICATION_CREDENTIALS
 10676          value: /etc/service-account/service-account.json
 10677        - name: USER
 10678          value: prow
 10679        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 10680          value: /etc/ssh-key-secret/ssh-private
 10681        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 10682          value: /etc/ssh-key-secret/ssh-public
 10683        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 10684        volumeMounts:
 10685        - mountPath: /etc/service-account
 10686          name: service
 10687          readOnly: true
 10688        - mountPath: /etc/ssh-key-secret
 10689          name: ssh
 10690          readOnly: true
 10691      volumes:
 10692      - name: service
 10693        secret:
 10694          secretName: service-account
 10695      - name: ssh
 10696        secret:
 10697          defaultMode: 256
 10698          secretName: ssh-key-secret
 10699  
 10700  - interval: 2h
 10701    agent: kubernetes
 10702    name: ci-kubernetes-e2e-gci-gke-release-1-7
 10703    spec:
 10704      containers:
 10705      - args:
 10706        - --timeout=70
 10707        - --bare
 10708        env:
 10709        - name: GOOGLE_APPLICATION_CREDENTIALS
 10710          value: /etc/service-account/service-account.json
 10711        - name: USER
 10712          value: prow
 10713        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 10714          value: /etc/ssh-key-secret/ssh-private
 10715        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 10716          value: /etc/ssh-key-secret/ssh-public
 10717        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 10718        volumeMounts:
 10719        - mountPath: /etc/service-account
 10720          name: service
 10721          readOnly: true
 10722        - mountPath: /etc/ssh-key-secret
 10723          name: ssh
 10724          readOnly: true
 10725      volumes:
 10726      - name: service
 10727        secret:
 10728          secretName: service-account
 10729      - name: ssh
 10730        secret:
 10731          defaultMode: 256
 10732          secretName: ssh-key-secret
 10733  
 10734  - interval: 30m
 10735    agent: kubernetes
 10736    name: ci-kubernetes-e2e-gci-gke-serial
 10737    spec:
 10738      containers:
 10739      - args:
 10740        - --timeout=520
 10741        - --bare
 10742        env:
 10743        - name: GOOGLE_APPLICATION_CREDENTIALS
 10744          value: /etc/service-account/service-account.json
 10745        - name: USER
 10746          value: prow
 10747        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 10748          value: /etc/ssh-key-secret/ssh-private
 10749        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 10750          value: /etc/ssh-key-secret/ssh-public
 10751        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 10752        volumeMounts:
 10753        - mountPath: /etc/service-account
 10754          name: service
 10755          readOnly: true
 10756        - mountPath: /etc/ssh-key-secret
 10757          name: ssh
 10758          readOnly: true
 10759      volumes:
 10760      - name: service
 10761        secret:
 10762          secretName: service-account
 10763      - name: ssh
 10764        secret:
 10765          defaultMode: 256
 10766          secretName: ssh-key-secret
 10767  
 10768  - interval: 7h
 10769    agent: kubernetes
 10770    name: ci-kubernetes-e2e-gci-gke-serial-release-1-5
 10771    spec:
 10772      containers:
 10773      - args:
 10774        - --timeout=720
 10775        - --bare
 10776        env:
 10777        - name: GOOGLE_APPLICATION_CREDENTIALS
 10778          value: /etc/service-account/service-account.json
 10779        - name: USER
 10780          value: prow
 10781        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 10782          value: /etc/ssh-key-secret/ssh-private
 10783        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 10784          value: /etc/ssh-key-secret/ssh-public
 10785        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 10786        volumeMounts:
 10787        - mountPath: /etc/service-account
 10788          name: service
 10789          readOnly: true
 10790        - mountPath: /etc/ssh-key-secret
 10791          name: ssh
 10792          readOnly: true
 10793      volumes:
 10794      - name: service
 10795        secret:
 10796          secretName: service-account
 10797      - name: ssh
 10798        secret:
 10799          defaultMode: 256
 10800          secretName: ssh-key-secret
 10801  
 10802  - interval: 6h
 10803    agent: kubernetes
 10804    name: ci-kubernetes-e2e-gci-gke-serial-release-1-6
 10805    spec:
 10806      containers:
 10807      - args:
 10808        - --timeout=320
 10809        - --bare
 10810        env:
 10811        - name: GOOGLE_APPLICATION_CREDENTIALS
 10812          value: /etc/service-account/service-account.json
 10813        - name: USER
 10814          value: prow
 10815        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 10816          value: /etc/ssh-key-secret/ssh-private
 10817        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 10818          value: /etc/ssh-key-secret/ssh-public
 10819        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 10820        volumeMounts:
 10821        - mountPath: /etc/service-account
 10822          name: service
 10823          readOnly: true
 10824        - mountPath: /etc/ssh-key-secret
 10825          name: ssh
 10826          readOnly: true
 10827      volumes:
 10828      - name: service
 10829        secret:
 10830          secretName: service-account
 10831      - name: ssh
 10832        secret:
 10833          defaultMode: 256
 10834          secretName: ssh-key-secret
 10835  
 10836  - interval: 2h
 10837    agent: kubernetes
 10838    name: ci-kubernetes-e2e-gci-gke-serial-release-1-7
 10839    spec:
 10840      containers:
 10841      - args:
 10842        - --timeout=520
 10843        - --bare
 10844        env:
 10845        - name: GOOGLE_APPLICATION_CREDENTIALS
 10846          value: /etc/service-account/service-account.json
 10847        - name: USER
 10848          value: prow
 10849        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 10850          value: /etc/ssh-key-secret/ssh-private
 10851        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 10852          value: /etc/ssh-key-secret/ssh-public
 10853        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 10854        volumeMounts:
 10855        - mountPath: /etc/service-account
 10856          name: service
 10857          readOnly: true
 10858        - mountPath: /etc/ssh-key-secret
 10859          name: ssh
 10860          readOnly: true
 10861      volumes:
 10862      - name: service
 10863        secret:
 10864          secretName: service-account
 10865      - name: ssh
 10866        secret:
 10867          defaultMode: 256
 10868          secretName: ssh-key-secret
 10869  
 10870  - interval: 1h
 10871    agent: kubernetes
 10872    name: ci-kubernetes-e2e-gci-gke-serial-stable1
 10873    spec:
 10874      containers:
 10875      - args:
 10876        - --timeout=520
 10877        - --bare
 10878        env:
 10879        - name: GOOGLE_APPLICATION_CREDENTIALS
 10880          value: /etc/service-account/service-account.json
 10881        - name: USER
 10882          value: prow
 10883        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 10884          value: /etc/ssh-key-secret/ssh-private
 10885        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 10886          value: /etc/ssh-key-secret/ssh-public
 10887        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 10888        volumeMounts:
 10889        - mountPath: /etc/service-account
 10890          name: service
 10891          readOnly: true
 10892        - mountPath: /etc/ssh-key-secret
 10893          name: ssh
 10894          readOnly: true
 10895      volumes:
 10896      - name: service
 10897        secret:
 10898          secretName: service-account
 10899      - name: ssh
 10900        secret:
 10901          defaultMode: 256
 10902          secretName: ssh-key-secret
 10903  
 10904  - interval: 30m
 10905    agent: kubernetes
 10906    name: ci-kubernetes-e2e-gci-gke-slow
 10907    spec:
 10908      containers:
 10909      - args:
 10910        - --timeout=170
 10911        - --bare
 10912        env:
 10913        - name: GOOGLE_APPLICATION_CREDENTIALS
 10914          value: /etc/service-account/service-account.json
 10915        - name: USER
 10916          value: prow
 10917        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 10918          value: /etc/ssh-key-secret/ssh-private
 10919        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 10920          value: /etc/ssh-key-secret/ssh-public
 10921        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 10922        volumeMounts:
 10923        - mountPath: /etc/service-account
 10924          name: service
 10925          readOnly: true
 10926        - mountPath: /etc/ssh-key-secret
 10927          name: ssh
 10928          readOnly: true
 10929      volumes:
 10930      - name: service
 10931        secret:
 10932          secretName: service-account
 10933      - name: ssh
 10934        secret:
 10935          defaultMode: 256
 10936          secretName: ssh-key-secret
 10937  
 10938  - interval: 5h
 10939    agent: kubernetes
 10940    name: ci-kubernetes-e2e-gci-gke-slow-release-1-5
 10941    spec:
 10942      containers:
 10943      - args:
 10944        - --timeout=170
 10945        - --bare
 10946        env:
 10947        - name: GOOGLE_APPLICATION_CREDENTIALS
 10948          value: /etc/service-account/service-account.json
 10949        - name: USER
 10950          value: prow
 10951        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 10952          value: /etc/ssh-key-secret/ssh-private
 10953        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 10954          value: /etc/ssh-key-secret/ssh-public
 10955        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 10956        volumeMounts:
 10957        - mountPath: /etc/service-account
 10958          name: service
 10959          readOnly: true
 10960        - mountPath: /etc/ssh-key-secret
 10961          name: ssh
 10962          readOnly: true
 10963      volumes:
 10964      - name: service
 10965        secret:
 10966          secretName: service-account
 10967      - name: ssh
 10968        secret:
 10969          defaultMode: 256
 10970          secretName: ssh-key-secret
 10971  
 10972  - interval: 6h
 10973    agent: kubernetes
 10974    name: ci-kubernetes-e2e-gci-gke-slow-release-1-6
 10975    spec:
 10976      containers:
 10977      - args:
 10978        - --timeout=170
 10979        - --bare
 10980        env:
 10981        - name: GOOGLE_APPLICATION_CREDENTIALS
 10982          value: /etc/service-account/service-account.json
 10983        - name: USER
 10984          value: prow
 10985        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 10986          value: /etc/ssh-key-secret/ssh-private
 10987        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 10988          value: /etc/ssh-key-secret/ssh-public
 10989        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 10990        volumeMounts:
 10991        - mountPath: /etc/service-account
 10992          name: service
 10993          readOnly: true
 10994        - mountPath: /etc/ssh-key-secret
 10995          name: ssh
 10996          readOnly: true
 10997      volumes:
 10998      - name: service
 10999        secret:
 11000          secretName: service-account
 11001      - name: ssh
 11002        secret:
 11003          defaultMode: 256
 11004          secretName: ssh-key-secret
 11005  
 11006  - interval: 2h
 11007    agent: kubernetes
 11008    name: ci-kubernetes-e2e-gci-gke-slow-release-1-7
 11009    spec:
 11010      containers:
 11011      - args:
 11012        - --timeout=170
 11013        - --bare
 11014        env:
 11015        - name: GOOGLE_APPLICATION_CREDENTIALS
 11016          value: /etc/service-account/service-account.json
 11017        - name: USER
 11018          value: prow
 11019        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 11020          value: /etc/ssh-key-secret/ssh-private
 11021        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 11022          value: /etc/ssh-key-secret/ssh-public
 11023        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 11024        volumeMounts:
 11025        - mountPath: /etc/service-account
 11026          name: service
 11027          readOnly: true
 11028        - mountPath: /etc/ssh-key-secret
 11029          name: ssh
 11030          readOnly: true
 11031      volumes:
 11032      - name: service
 11033        secret:
 11034          secretName: service-account
 11035      - name: ssh
 11036        secret:
 11037          defaultMode: 256
 11038          secretName: ssh-key-secret
 11039  
 11040  - interval: 1h
 11041    agent: kubernetes
 11042    name: ci-kubernetes-e2e-gci-gke-slow-stable1
 11043    spec:
 11044      containers:
 11045      - args:
 11046        - --timeout=170
 11047        - --bare
 11048        env:
 11049        - name: GOOGLE_APPLICATION_CREDENTIALS
 11050          value: /etc/service-account/service-account.json
 11051        - name: USER
 11052          value: prow
 11053        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 11054          value: /etc/ssh-key-secret/ssh-private
 11055        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 11056          value: /etc/ssh-key-secret/ssh-public
 11057        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 11058        volumeMounts:
 11059        - mountPath: /etc/service-account
 11060          name: service
 11061          readOnly: true
 11062        - mountPath: /etc/ssh-key-secret
 11063          name: ssh
 11064          readOnly: true
 11065      volumes:
 11066      - name: service
 11067        secret:
 11068          secretName: service-account
 11069      - name: ssh
 11070        secret:
 11071          defaultMode: 256
 11072          secretName: ssh-key-secret
 11073  
 11074  - interval: 1h
 11075    agent: kubernetes
 11076    name: ci-kubernetes-e2e-gci-gke-stable1
 11077    spec:
 11078      containers:
 11079      - args:
 11080        - --timeout=70
 11081        - --bare
 11082        env:
 11083        - name: GOOGLE_APPLICATION_CREDENTIALS
 11084          value: /etc/service-account/service-account.json
 11085        - name: USER
 11086          value: prow
 11087        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 11088          value: /etc/ssh-key-secret/ssh-private
 11089        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 11090          value: /etc/ssh-key-secret/ssh-public
 11091        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 11092        volumeMounts:
 11093        - mountPath: /etc/service-account
 11094          name: service
 11095          readOnly: true
 11096        - mountPath: /etc/ssh-key-secret
 11097          name: ssh
 11098          readOnly: true
 11099      volumes:
 11100      - name: service
 11101        secret:
 11102          secretName: service-account
 11103      - name: ssh
 11104        secret:
 11105          defaultMode: 256
 11106          secretName: ssh-key-secret
 11107  
 11108  - interval: 30m
 11109    agent: kubernetes
 11110    name: ci-kubernetes-e2e-gci-gke-subnet
 11111    spec:
 11112      containers:
 11113      - args:
 11114        - --timeout=500
 11115        - --bare
 11116        env:
 11117        - name: GOOGLE_APPLICATION_CREDENTIALS
 11118          value: /etc/service-account/service-account.json
 11119        - name: USER
 11120          value: prow
 11121        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 11122          value: /etc/ssh-key-secret/ssh-private
 11123        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 11124          value: /etc/ssh-key-secret/ssh-public
 11125        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 11126        volumeMounts:
 11127        - mountPath: /etc/service-account
 11128          name: service
 11129          readOnly: true
 11130        - mountPath: /etc/ssh-key-secret
 11131          name: ssh
 11132          readOnly: true
 11133      volumes:
 11134      - name: service
 11135        secret:
 11136          secretName: service-account
 11137      - name: ssh
 11138        secret:
 11139          defaultMode: 256
 11140          secretName: ssh-key-secret
 11141  
 11142  - interval: 30m
 11143    agent: kubernetes
 11144    name: ci-kubernetes-e2e-gci-gke-test
 11145    spec:
 11146      containers:
 11147      - args:
 11148        - --timeout=500
 11149        - --bare
 11150        env:
 11151        - name: GOOGLE_APPLICATION_CREDENTIALS
 11152          value: /etc/service-account/service-account.json
 11153        - name: USER
 11154          value: prow
 11155        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 11156          value: /etc/ssh-key-secret/ssh-private
 11157        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 11158          value: /etc/ssh-key-secret/ssh-public
 11159        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 11160        volumeMounts:
 11161        - mountPath: /etc/service-account
 11162          name: service
 11163          readOnly: true
 11164        - mountPath: /etc/ssh-key-secret
 11165          name: ssh
 11166          readOnly: true
 11167      volumes:
 11168      - name: service
 11169        secret:
 11170          secretName: service-account
 11171      - name: ssh
 11172        secret:
 11173          defaultMode: 256
 11174          secretName: ssh-key-secret
 11175  
 11176  - interval: 30m
 11177    agent: kubernetes
 11178    name: ci-kubernetes-e2e-gci-gke-updown
 11179    spec:
 11180      containers:
 11181      - args:
 11182        - --timeout=50
 11183        - --bare
 11184        env:
 11185        - name: GOOGLE_APPLICATION_CREDENTIALS
 11186          value: /etc/service-account/service-account.json
 11187        - name: USER
 11188          value: prow
 11189        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 11190          value: /etc/ssh-key-secret/ssh-private
 11191        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 11192          value: /etc/ssh-key-secret/ssh-public
 11193        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 11194        volumeMounts:
 11195        - mountPath: /etc/service-account
 11196          name: service
 11197          readOnly: true
 11198        - mountPath: /etc/ssh-key-secret
 11199          name: ssh
 11200          readOnly: true
 11201      volumes:
 11202      - name: service
 11203        secret:
 11204          secretName: service-account
 11205      - name: ssh
 11206        secret:
 11207          defaultMode: 256
 11208          secretName: ssh-key-secret
 11209  
 11210  - interval: 30m
 11211    agent: kubernetes
 11212    name: ci-kubernetes-e2e-gke
 11213    spec:
 11214      containers:
 11215      - args:
 11216        - --timeout=70
 11217        - --bare
 11218        env:
 11219        - name: GOOGLE_APPLICATION_CREDENTIALS
 11220          value: /etc/service-account/service-account.json
 11221        - name: USER
 11222          value: prow
 11223        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 11224          value: /etc/ssh-key-secret/ssh-private
 11225        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 11226          value: /etc/ssh-key-secret/ssh-public
 11227        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 11228        volumeMounts:
 11229        - mountPath: /etc/service-account
 11230          name: service
 11231          readOnly: true
 11232        - mountPath: /etc/ssh-key-secret
 11233          name: ssh
 11234          readOnly: true
 11235      volumes:
 11236      - name: service
 11237        secret:
 11238          secretName: service-account
 11239      - name: ssh
 11240        secret:
 11241          defaultMode: 256
 11242          secretName: ssh-key-secret
 11243  
 11244  - interval: 1h
 11245    agent: kubernetes
 11246    name: ci-kubernetes-e2e-gke-1-6-1-7-cvm-kubectl-skew
 11247    spec:
 11248      containers:
 11249      - args:
 11250        - --timeout=140
 11251        - --bare
 11252        env:
 11253        - name: GOOGLE_APPLICATION_CREDENTIALS
 11254          value: /etc/service-account/service-account.json
 11255        - name: USER
 11256          value: prow
 11257        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 11258          value: /etc/ssh-key-secret/ssh-private
 11259        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 11260          value: /etc/ssh-key-secret/ssh-public
 11261        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 11262        volumeMounts:
 11263        - mountPath: /etc/service-account
 11264          name: service
 11265          readOnly: true
 11266        - mountPath: /etc/ssh-key-secret
 11267          name: ssh
 11268          readOnly: true
 11269      volumes:
 11270      - name: service
 11271        secret:
 11272          secretName: service-account
 11273      - name: ssh
 11274        secret:
 11275          defaultMode: 256
 11276          secretName: ssh-key-secret
 11277  
 11278  - interval: 1h
 11279    agent: kubernetes
 11280    name: ci-kubernetes-e2e-gke-1-6-1-7-cvm-kubectl-skew-serial
 11281    spec:
 11282      containers:
 11283      - args:
 11284        - --timeout=140
 11285        - --bare
 11286        env:
 11287        - name: GOOGLE_APPLICATION_CREDENTIALS
 11288          value: /etc/service-account/service-account.json
 11289        - name: USER
 11290          value: prow
 11291        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 11292          value: /etc/ssh-key-secret/ssh-private
 11293        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 11294          value: /etc/ssh-key-secret/ssh-public
 11295        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 11296        volumeMounts:
 11297        - mountPath: /etc/service-account
 11298          name: service
 11299          readOnly: true
 11300        - mountPath: /etc/ssh-key-secret
 11301          name: ssh
 11302          readOnly: true
 11303      volumes:
 11304      - name: service
 11305        secret:
 11306          secretName: service-account
 11307      - name: ssh
 11308        secret:
 11309          defaultMode: 256
 11310          secretName: ssh-key-secret
 11311  
 11312  - interval: 1h
 11313    agent: kubernetes
 11314    name: ci-kubernetes-e2e-gke-1-6-1-7-gci-kubectl-skew
 11315    spec:
 11316      containers:
 11317      - args:
 11318        - --timeout=140
 11319        - --bare
 11320        env:
 11321        - name: GOOGLE_APPLICATION_CREDENTIALS
 11322          value: /etc/service-account/service-account.json
 11323        - name: USER
 11324          value: prow
 11325        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 11326          value: /etc/ssh-key-secret/ssh-private
 11327        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 11328          value: /etc/ssh-key-secret/ssh-public
 11329        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 11330        volumeMounts:
 11331        - mountPath: /etc/service-account
 11332          name: service
 11333          readOnly: true
 11334        - mountPath: /etc/ssh-key-secret
 11335          name: ssh
 11336          readOnly: true
 11337      volumes:
 11338      - name: service
 11339        secret:
 11340          secretName: service-account
 11341      - name: ssh
 11342        secret:
 11343          defaultMode: 256
 11344          secretName: ssh-key-secret
 11345  
 11346  - interval: 1h
 11347    agent: kubernetes
 11348    name: ci-kubernetes-e2e-gke-1-6-1-7-gci-kubectl-skew-serial
 11349    spec:
 11350      containers:
 11351      - args:
 11352        - --timeout=140
 11353        - --bare
 11354        env:
 11355        - name: GOOGLE_APPLICATION_CREDENTIALS
 11356          value: /etc/service-account/service-account.json
 11357        - name: USER
 11358          value: prow
 11359        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 11360          value: /etc/ssh-key-secret/ssh-private
 11361        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 11362          value: /etc/ssh-key-secret/ssh-public
 11363        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 11364        volumeMounts:
 11365        - mountPath: /etc/service-account
 11366          name: service
 11367          readOnly: true
 11368        - mountPath: /etc/ssh-key-secret
 11369          name: ssh
 11370          readOnly: true
 11371      volumes:
 11372      - name: service
 11373        secret:
 11374          secretName: service-account
 11375      - name: ssh
 11376        secret:
 11377          defaultMode: 256
 11378          secretName: ssh-key-secret
 11379  
 11380  - interval: 1h
 11381    agent: kubernetes
 11382    name: ci-kubernetes-e2e-gke-1-7-1-6-cvm-kubectl-skew
 11383    spec:
 11384      containers:
 11385      - args:
 11386        - --timeout=140
 11387        - --bare
 11388        env:
 11389        - name: GOOGLE_APPLICATION_CREDENTIALS
 11390          value: /etc/service-account/service-account.json
 11391        - name: USER
 11392          value: prow
 11393        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 11394          value: /etc/ssh-key-secret/ssh-private
 11395        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 11396          value: /etc/ssh-key-secret/ssh-public
 11397        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 11398        volumeMounts:
 11399        - mountPath: /etc/service-account
 11400          name: service
 11401          readOnly: true
 11402        - mountPath: /etc/ssh-key-secret
 11403          name: ssh
 11404          readOnly: true
 11405      volumes:
 11406      - name: service
 11407        secret:
 11408          secretName: service-account
 11409      - name: ssh
 11410        secret:
 11411          defaultMode: 256
 11412          secretName: ssh-key-secret
 11413  
 11414  - interval: 1h
 11415    agent: kubernetes
 11416    name: ci-kubernetes-e2e-gke-1-7-1-6-cvm-kubectl-skew-serial
 11417    spec:
 11418      containers:
 11419      - args:
 11420        - --timeout=140
 11421        - --bare
 11422        env:
 11423        - name: GOOGLE_APPLICATION_CREDENTIALS
 11424          value: /etc/service-account/service-account.json
 11425        - name: USER
 11426          value: prow
 11427        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 11428          value: /etc/ssh-key-secret/ssh-private
 11429        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 11430          value: /etc/ssh-key-secret/ssh-public
 11431        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 11432        volumeMounts:
 11433        - mountPath: /etc/service-account
 11434          name: service
 11435          readOnly: true
 11436        - mountPath: /etc/ssh-key-secret
 11437          name: ssh
 11438          readOnly: true
 11439      volumes:
 11440      - name: service
 11441        secret:
 11442          secretName: service-account
 11443      - name: ssh
 11444        secret:
 11445          defaultMode: 256
 11446          secretName: ssh-key-secret
 11447  
 11448  - interval: 1h
 11449    agent: kubernetes
 11450    name: ci-kubernetes-e2e-gke-1-7-1-6-gci-kubectl-skew
 11451    spec:
 11452      containers:
 11453      - args:
 11454        - --timeout=140
 11455        - --bare
 11456        env:
 11457        - name: GOOGLE_APPLICATION_CREDENTIALS
 11458          value: /etc/service-account/service-account.json
 11459        - name: USER
 11460          value: prow
 11461        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 11462          value: /etc/ssh-key-secret/ssh-private
 11463        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 11464          value: /etc/ssh-key-secret/ssh-public
 11465        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 11466        volumeMounts:
 11467        - mountPath: /etc/service-account
 11468          name: service
 11469          readOnly: true
 11470        - mountPath: /etc/ssh-key-secret
 11471          name: ssh
 11472          readOnly: true
 11473      volumes:
 11474      - name: service
 11475        secret:
 11476          secretName: service-account
 11477      - name: ssh
 11478        secret:
 11479          defaultMode: 256
 11480          secretName: ssh-key-secret
 11481  
 11482  - interval: 1h
 11483    agent: kubernetes
 11484    name: ci-kubernetes-e2e-gke-1-7-1-6-gci-kubectl-skew-serial
 11485    spec:
 11486      containers:
 11487      - args:
 11488        - --timeout=140
 11489        - --bare
 11490        env:
 11491        - name: GOOGLE_APPLICATION_CREDENTIALS
 11492          value: /etc/service-account/service-account.json
 11493        - name: USER
 11494          value: prow
 11495        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 11496          value: /etc/ssh-key-secret/ssh-private
 11497        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 11498          value: /etc/ssh-key-secret/ssh-public
 11499        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 11500        volumeMounts:
 11501        - mountPath: /etc/service-account
 11502          name: service
 11503          readOnly: true
 11504        - mountPath: /etc/ssh-key-secret
 11505          name: ssh
 11506          readOnly: true
 11507      volumes:
 11508      - name: service
 11509        secret:
 11510          secretName: service-account
 11511      - name: ssh
 11512        secret:
 11513          defaultMode: 256
 11514          secretName: ssh-key-secret
 11515  
 11516  - interval: 30m
 11517    agent: kubernetes
 11518    name: ci-kubernetes-e2e-gke-alpha-features
 11519    spec:
 11520      containers:
 11521      - args:
 11522        - --timeout=200
 11523        - --bare
 11524        env:
 11525        - name: GOOGLE_APPLICATION_CREDENTIALS
 11526          value: /etc/service-account/service-account.json
 11527        - name: USER
 11528          value: prow
 11529        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 11530          value: /etc/ssh-key-secret/ssh-private
 11531        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 11532          value: /etc/ssh-key-secret/ssh-public
 11533        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 11534        volumeMounts:
 11535        - mountPath: /etc/service-account
 11536          name: service
 11537          readOnly: true
 11538        - mountPath: /etc/ssh-key-secret
 11539          name: ssh
 11540          readOnly: true
 11541      volumes:
 11542      - name: service
 11543        secret:
 11544          secretName: service-account
 11545      - name: ssh
 11546        secret:
 11547          defaultMode: 256
 11548          secretName: ssh-key-secret
 11549  
 11550  - interval: 5h
 11551    agent: kubernetes
 11552    name: ci-kubernetes-e2e-gke-alpha-features-release-1-5
 11553    spec:
 11554      containers:
 11555      - args:
 11556        - --timeout=200
 11557        - --bare
 11558        env:
 11559        - name: GOOGLE_APPLICATION_CREDENTIALS
 11560          value: /etc/service-account/service-account.json
 11561        - name: USER
 11562          value: prow
 11563        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 11564          value: /etc/ssh-key-secret/ssh-private
 11565        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 11566          value: /etc/ssh-key-secret/ssh-public
 11567        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 11568        volumeMounts:
 11569        - mountPath: /etc/service-account
 11570          name: service
 11571          readOnly: true
 11572        - mountPath: /etc/ssh-key-secret
 11573          name: ssh
 11574          readOnly: true
 11575      volumes:
 11576      - name: service
 11577        secret:
 11578          secretName: service-account
 11579      - name: ssh
 11580        secret:
 11581          defaultMode: 256
 11582          secretName: ssh-key-secret
 11583  
 11584  - interval: 6h
 11585    agent: kubernetes
 11586    name: ci-kubernetes-e2e-gke-alpha-features-release-1-6
 11587    spec:
 11588      containers:
 11589      - args:
 11590        - --timeout=200
 11591        - --bare
 11592        env:
 11593        - name: GOOGLE_APPLICATION_CREDENTIALS
 11594          value: /etc/service-account/service-account.json
 11595        - name: USER
 11596          value: prow
 11597        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 11598          value: /etc/ssh-key-secret/ssh-private
 11599        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 11600          value: /etc/ssh-key-secret/ssh-public
 11601        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 11602        volumeMounts:
 11603        - mountPath: /etc/service-account
 11604          name: service
 11605          readOnly: true
 11606        - mountPath: /etc/ssh-key-secret
 11607          name: ssh
 11608          readOnly: true
 11609      volumes:
 11610      - name: service
 11611        secret:
 11612          secretName: service-account
 11613      - name: ssh
 11614        secret:
 11615          defaultMode: 256
 11616          secretName: ssh-key-secret
 11617  
 11618  - interval: 2h
 11619    agent: kubernetes
 11620    name: ci-kubernetes-e2e-gke-alpha-features-release-1-7
 11621    spec:
 11622      containers:
 11623      - args:
 11624        - --timeout=200
 11625        - --bare
 11626        env:
 11627        - name: GOOGLE_APPLICATION_CREDENTIALS
 11628          value: /etc/service-account/service-account.json
 11629        - name: USER
 11630          value: prow
 11631        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 11632          value: /etc/ssh-key-secret/ssh-private
 11633        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 11634          value: /etc/ssh-key-secret/ssh-public
 11635        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 11636        volumeMounts:
 11637        - mountPath: /etc/service-account
 11638          name: service
 11639          readOnly: true
 11640        - mountPath: /etc/ssh-key-secret
 11641          name: ssh
 11642          readOnly: true
 11643      volumes:
 11644      - name: service
 11645        secret:
 11646          secretName: service-account
 11647      - name: ssh
 11648        secret:
 11649          defaultMode: 256
 11650          secretName: ssh-key-secret
 11651  
 11652  - interval: 30m
 11653    agent: kubernetes
 11654    name: ci-kubernetes-e2e-gke-autoscaling
 11655    spec:
 11656      containers:
 11657      - args:
 11658        - --timeout=320
 11659        - --bare
 11660        env:
 11661        - name: GOOGLE_APPLICATION_CREDENTIALS
 11662          value: /etc/service-account/service-account.json
 11663        - name: USER
 11664          value: prow
 11665        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 11666          value: /etc/ssh-key-secret/ssh-private
 11667        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 11668          value: /etc/ssh-key-secret/ssh-public
 11669        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 11670        volumeMounts:
 11671        - mountPath: /etc/service-account
 11672          name: service
 11673          readOnly: true
 11674        - mountPath: /etc/ssh-key-secret
 11675          name: ssh
 11676          readOnly: true
 11677      volumes:
 11678      - name: service
 11679        secret:
 11680          secretName: service-account
 11681      - name: ssh
 11682        secret:
 11683          defaultMode: 256
 11684          secretName: ssh-key-secret
 11685  
 11686  - interval: 30m
 11687    agent: kubernetes
 11688    name: ci-kubernetes-e2e-gke-canary
 11689    spec:
 11690      containers:
 11691      - args:
 11692        - --timeout=70
 11693        - --bare
 11694        env:
 11695        - name: GOOGLE_APPLICATION_CREDENTIALS
 11696          value: /etc/service-account/service-account.json
 11697        - name: USER
 11698          value: prow
 11699        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 11700          value: /etc/ssh-key-secret/ssh-private
 11701        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 11702          value: /etc/ssh-key-secret/ssh-public
 11703        image: gcr.io/k8s-testimages/kubekins-e2e:latest-master
 11704        volumeMounts:
 11705        - mountPath: /etc/service-account
 11706          name: service
 11707          readOnly: true
 11708        - mountPath: /etc/ssh-key-secret
 11709          name: ssh
 11710          readOnly: true
 11711      volumes:
 11712      - name: service
 11713        secret:
 11714          secretName: service-account
 11715      - name: ssh
 11716        secret:
 11717          defaultMode: 256
 11718          secretName: ssh-key-secret
 11719  
 11720  - interval: 2h
 11721    agent: kubernetes
 11722    name: ci-kubernetes-e2e-gke-cvm-1-6-cvm-1-7-upgrade-cluster
 11723    spec:
 11724      containers:
 11725      - args:
 11726        - --timeout=140
 11727        - --bare
 11728        env:
 11729        - name: GOOGLE_APPLICATION_CREDENTIALS
 11730          value: /etc/service-account/service-account.json
 11731        - name: USER
 11732          value: prow
 11733        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 11734          value: /etc/ssh-key-secret/ssh-private
 11735        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 11736          value: /etc/ssh-key-secret/ssh-public
 11737        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 11738        volumeMounts:
 11739        - mountPath: /etc/service-account
 11740          name: service
 11741          readOnly: true
 11742        - mountPath: /etc/ssh-key-secret
 11743          name: ssh
 11744          readOnly: true
 11745      volumes:
 11746      - name: service
 11747        secret:
 11748          secretName: service-account
 11749      - name: ssh
 11750        secret:
 11751          defaultMode: 256
 11752          secretName: ssh-key-secret
 11753  
 11754  - interval: 2h
 11755    agent: kubernetes
 11756    name: ci-kubernetes-e2e-gke-cvm-1-6-cvm-1-7-upgrade-cluster-new
 11757    spec:
 11758      containers:
 11759      - args:
 11760        - --timeout=140
 11761        - --bare
 11762        env:
 11763        - name: GOOGLE_APPLICATION_CREDENTIALS
 11764          value: /etc/service-account/service-account.json
 11765        - name: USER
 11766          value: prow
 11767        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 11768          value: /etc/ssh-key-secret/ssh-private
 11769        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 11770          value: /etc/ssh-key-secret/ssh-public
 11771        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 11772        volumeMounts:
 11773        - mountPath: /etc/service-account
 11774          name: service
 11775          readOnly: true
 11776        - mountPath: /etc/ssh-key-secret
 11777          name: ssh
 11778          readOnly: true
 11779      volumes:
 11780      - name: service
 11781        secret:
 11782          secretName: service-account
 11783      - name: ssh
 11784        secret:
 11785          defaultMode: 256
 11786          secretName: ssh-key-secret
 11787  
 11788  - interval: 2h
 11789    agent: kubernetes
 11790    name: ci-kubernetes-e2e-gke-cvm-1-6-cvm-1-7-upgrade-master
 11791    spec:
 11792      containers:
 11793      - args:
 11794        - --timeout=140
 11795        - --bare
 11796        env:
 11797        - name: GOOGLE_APPLICATION_CREDENTIALS
 11798          value: /etc/service-account/service-account.json
 11799        - name: USER
 11800          value: prow
 11801        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 11802          value: /etc/ssh-key-secret/ssh-private
 11803        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 11804          value: /etc/ssh-key-secret/ssh-public
 11805        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 11806        volumeMounts:
 11807        - mountPath: /etc/service-account
 11808          name: service
 11809          readOnly: true
 11810        - mountPath: /etc/ssh-key-secret
 11811          name: ssh
 11812          readOnly: true
 11813      volumes:
 11814      - name: service
 11815        secret:
 11816          secretName: service-account
 11817      - name: ssh
 11818        secret:
 11819          defaultMode: 256
 11820          secretName: ssh-key-secret
 11821  
 11822  - interval: 2h
 11823    agent: kubernetes
 11824    name: ci-kubernetes-e2e-gke-cvm-1-6-gci-1-7-upgrade-cluster
 11825    spec:
 11826      containers:
 11827      - args:
 11828        - --timeout=140
 11829        - --bare
 11830        env:
 11831        - name: GOOGLE_APPLICATION_CREDENTIALS
 11832          value: /etc/service-account/service-account.json
 11833        - name: USER
 11834          value: prow
 11835        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 11836          value: /etc/ssh-key-secret/ssh-private
 11837        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 11838          value: /etc/ssh-key-secret/ssh-public
 11839        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 11840        volumeMounts:
 11841        - mountPath: /etc/service-account
 11842          name: service
 11843          readOnly: true
 11844        - mountPath: /etc/ssh-key-secret
 11845          name: ssh
 11846          readOnly: true
 11847      volumes:
 11848      - name: service
 11849        secret:
 11850          secretName: service-account
 11851      - name: ssh
 11852        secret:
 11853          defaultMode: 256
 11854          secretName: ssh-key-secret
 11855  
 11856  - interval: 2h
 11857    agent: kubernetes
 11858    name: ci-kubernetes-e2e-gke-cvm-1-6-gci-1-7-upgrade-cluster-new
 11859    spec:
 11860      containers:
 11861      - args:
 11862        - --timeout=140
 11863        - --bare
 11864        env:
 11865        - name: GOOGLE_APPLICATION_CREDENTIALS
 11866          value: /etc/service-account/service-account.json
 11867        - name: USER
 11868          value: prow
 11869        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 11870          value: /etc/ssh-key-secret/ssh-private
 11871        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 11872          value: /etc/ssh-key-secret/ssh-public
 11873        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 11874        volumeMounts:
 11875        - mountPath: /etc/service-account
 11876          name: service
 11877          readOnly: true
 11878        - mountPath: /etc/ssh-key-secret
 11879          name: ssh
 11880          readOnly: true
 11881      volumes:
 11882      - name: service
 11883        secret:
 11884          secretName: service-account
 11885      - name: ssh
 11886        secret:
 11887          defaultMode: 256
 11888          secretName: ssh-key-secret
 11889  
 11890  - interval: 2h
 11891    agent: kubernetes
 11892    name: ci-kubernetes-e2e-gke-cvm-1-6-gci-1-7-upgrade-master
 11893    spec:
 11894      containers:
 11895      - args:
 11896        - --timeout=140
 11897        - --bare
 11898        env:
 11899        - name: GOOGLE_APPLICATION_CREDENTIALS
 11900          value: /etc/service-account/service-account.json
 11901        - name: USER
 11902          value: prow
 11903        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 11904          value: /etc/ssh-key-secret/ssh-private
 11905        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 11906          value: /etc/ssh-key-secret/ssh-public
 11907        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 11908        volumeMounts:
 11909        - mountPath: /etc/service-account
 11910          name: service
 11911          readOnly: true
 11912        - mountPath: /etc/ssh-key-secret
 11913          name: ssh
 11914          readOnly: true
 11915      volumes:
 11916      - name: service
 11917        secret:
 11918          secretName: service-account
 11919      - name: ssh
 11920        secret:
 11921          defaultMode: 256
 11922          secretName: ssh-key-secret
 11923  
 11924  - interval: 2h
 11925    agent: kubernetes
 11926    name: ci-kubernetes-e2e-gke-cvm-1-6-gci-1-8-upgrade-cluster
 11927    spec:
 11928      containers:
 11929      - args:
 11930        - --timeout=140
 11931        - --bare
 11932        env:
 11933        - name: GOOGLE_APPLICATION_CREDENTIALS
 11934          value: /etc/service-account/service-account.json
 11935        - name: USER
 11936          value: prow
 11937        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 11938          value: /etc/ssh-key-secret/ssh-private
 11939        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 11940          value: /etc/ssh-key-secret/ssh-public
 11941        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 11942        volumeMounts:
 11943        - mountPath: /etc/service-account
 11944          name: service
 11945          readOnly: true
 11946        - mountPath: /etc/ssh-key-secret
 11947          name: ssh
 11948          readOnly: true
 11949      volumes:
 11950      - name: service
 11951        secret:
 11952          secretName: service-account
 11953      - name: ssh
 11954        secret:
 11955          defaultMode: 256
 11956          secretName: ssh-key-secret
 11957  
 11958  - interval: 2h
 11959    agent: kubernetes
 11960    name: ci-kubernetes-e2e-gke-cvm-1-6-gci-1-8-upgrade-cluster-new
 11961    spec:
 11962      containers:
 11963      - args:
 11964        - --timeout=140
 11965        - --bare
 11966        env:
 11967        - name: GOOGLE_APPLICATION_CREDENTIALS
 11968          value: /etc/service-account/service-account.json
 11969        - name: USER
 11970          value: prow
 11971        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 11972          value: /etc/ssh-key-secret/ssh-private
 11973        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 11974          value: /etc/ssh-key-secret/ssh-public
 11975        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 11976        volumeMounts:
 11977        - mountPath: /etc/service-account
 11978          name: service
 11979          readOnly: true
 11980        - mountPath: /etc/ssh-key-secret
 11981          name: ssh
 11982          readOnly: true
 11983      volumes:
 11984      - name: service
 11985        secret:
 11986          secretName: service-account
 11987      - name: ssh
 11988        secret:
 11989          defaultMode: 256
 11990          secretName: ssh-key-secret
 11991  
 11992  - interval: 2h
 11993    agent: kubernetes
 11994    name: ci-kubernetes-e2e-gke-cvm-1-6-gci-1-8-upgrade-master
 11995    spec:
 11996      containers:
 11997      - args:
 11998        - --timeout=140
 11999        - --bare
 12000        env:
 12001        - name: GOOGLE_APPLICATION_CREDENTIALS
 12002          value: /etc/service-account/service-account.json
 12003        - name: USER
 12004          value: prow
 12005        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 12006          value: /etc/ssh-key-secret/ssh-private
 12007        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 12008          value: /etc/ssh-key-secret/ssh-public
 12009        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 12010        volumeMounts:
 12011        - mountPath: /etc/service-account
 12012          name: service
 12013          readOnly: true
 12014        - mountPath: /etc/ssh-key-secret
 12015          name: ssh
 12016          readOnly: true
 12017      volumes:
 12018      - name: service
 12019        secret:
 12020          secretName: service-account
 12021      - name: ssh
 12022        secret:
 12023          defaultMode: 256
 12024          secretName: ssh-key-secret
 12025  
 12026  - interval: 2h
 12027    agent: kubernetes
 12028    name: ci-kubernetes-e2e-gke-cvm-1-7-gci-1-8-upgrade-cluster
 12029    spec:
 12030      containers:
 12031      - args:
 12032        - --timeout=920
 12033        - --bare
 12034        env:
 12035        - name: GOOGLE_APPLICATION_CREDENTIALS
 12036          value: /etc/service-account/service-account.json
 12037        - name: USER
 12038          value: prow
 12039        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 12040          value: /etc/ssh-key-secret/ssh-private
 12041        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 12042          value: /etc/ssh-key-secret/ssh-public
 12043        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 12044        volumeMounts:
 12045        - mountPath: /etc/service-account
 12046          name: service
 12047          readOnly: true
 12048        - mountPath: /etc/ssh-key-secret
 12049          name: ssh
 12050          readOnly: true
 12051      volumes:
 12052      - name: service
 12053        secret:
 12054          secretName: service-account
 12055      - name: ssh
 12056        secret:
 12057          defaultMode: 256
 12058          secretName: ssh-key-secret
 12059  
 12060  - interval: 2h
 12061    agent: kubernetes
 12062    name: ci-kubernetes-e2e-gke-cvm-1-7-gci-1-8-upgrade-cluster-new
 12063    spec:
 12064      containers:
 12065      - args:
 12066        - --timeout=920
 12067        - --bare
 12068        env:
 12069        - name: GOOGLE_APPLICATION_CREDENTIALS
 12070          value: /etc/service-account/service-account.json
 12071        - name: USER
 12072          value: prow
 12073        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 12074          value: /etc/ssh-key-secret/ssh-private
 12075        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 12076          value: /etc/ssh-key-secret/ssh-public
 12077        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 12078        volumeMounts:
 12079        - mountPath: /etc/service-account
 12080          name: service
 12081          readOnly: true
 12082        - mountPath: /etc/ssh-key-secret
 12083          name: ssh
 12084          readOnly: true
 12085      volumes:
 12086      - name: service
 12087        secret:
 12088          secretName: service-account
 12089      - name: ssh
 12090        secret:
 12091          defaultMode: 256
 12092          secretName: ssh-key-secret
 12093  
 12094  - interval: 2h
 12095    agent: kubernetes
 12096    name: ci-kubernetes-e2e-gke-cvm-1-7-gci-1-8-upgrade-master
 12097    spec:
 12098      containers:
 12099      - args:
 12100        - --timeout=920
 12101        - --bare
 12102        env:
 12103        - name: GOOGLE_APPLICATION_CREDENTIALS
 12104          value: /etc/service-account/service-account.json
 12105        - name: USER
 12106          value: prow
 12107        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 12108          value: /etc/ssh-key-secret/ssh-private
 12109        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 12110          value: /etc/ssh-key-secret/ssh-public
 12111        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 12112        volumeMounts:
 12113        - mountPath: /etc/service-account
 12114          name: service
 12115          readOnly: true
 12116        - mountPath: /etc/ssh-key-secret
 12117          name: ssh
 12118          readOnly: true
 12119      volumes:
 12120      - name: service
 12121        secret:
 12122          secretName: service-account
 12123      - name: ssh
 12124        secret:
 12125          defaultMode: 256
 12126          secretName: ssh-key-secret
 12127  
 12128  - interval: 2h
 12129    agent: kubernetes
 12130    name: ci-kubernetes-e2e-gke-cvm-new-gci-master-upgrade-cluster
 12131    spec:
 12132      containers:
 12133      - args:
 12134        - --timeout=920
 12135        - --bare
 12136        env:
 12137        - name: GOOGLE_APPLICATION_CREDENTIALS
 12138          value: /etc/service-account/service-account.json
 12139        - name: USER
 12140          value: prow
 12141        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 12142          value: /etc/ssh-key-secret/ssh-private
 12143        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 12144          value: /etc/ssh-key-secret/ssh-public
 12145        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 12146        volumeMounts:
 12147        - mountPath: /etc/service-account
 12148          name: service
 12149          readOnly: true
 12150        - mountPath: /etc/ssh-key-secret
 12151          name: ssh
 12152          readOnly: true
 12153      volumes:
 12154      - name: service
 12155        secret:
 12156          secretName: service-account
 12157      - name: ssh
 12158        secret:
 12159          defaultMode: 256
 12160          secretName: ssh-key-secret
 12161  
 12162  - interval: 2h
 12163    agent: kubernetes
 12164    name: ci-kubernetes-e2e-gke-cvm-new-gci-master-upgrade-cluster-new
 12165    spec:
 12166      containers:
 12167      - args:
 12168        - --timeout=920
 12169        - --bare
 12170        env:
 12171        - name: GOOGLE_APPLICATION_CREDENTIALS
 12172          value: /etc/service-account/service-account.json
 12173        - name: USER
 12174          value: prow
 12175        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 12176          value: /etc/ssh-key-secret/ssh-private
 12177        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 12178          value: /etc/ssh-key-secret/ssh-public
 12179        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 12180        volumeMounts:
 12181        - mountPath: /etc/service-account
 12182          name: service
 12183          readOnly: true
 12184        - mountPath: /etc/ssh-key-secret
 12185          name: ssh
 12186          readOnly: true
 12187      volumes:
 12188      - name: service
 12189        secret:
 12190          secretName: service-account
 12191      - name: ssh
 12192        secret:
 12193          defaultMode: 256
 12194          secretName: ssh-key-secret
 12195  
 12196  - interval: 2h
 12197    agent: kubernetes
 12198    name: ci-kubernetes-e2e-gke-cvm-new-gci-master-upgrade-master
 12199    spec:
 12200      containers:
 12201      - args:
 12202        - --timeout=920
 12203        - --bare
 12204        env:
 12205        - name: GOOGLE_APPLICATION_CREDENTIALS
 12206          value: /etc/service-account/service-account.json
 12207        - name: USER
 12208          value: prow
 12209        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 12210          value: /etc/ssh-key-secret/ssh-private
 12211        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 12212          value: /etc/ssh-key-secret/ssh-public
 12213        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 12214        volumeMounts:
 12215        - mountPath: /etc/service-account
 12216          name: service
 12217          readOnly: true
 12218        - mountPath: /etc/ssh-key-secret
 12219          name: ssh
 12220          readOnly: true
 12221      volumes:
 12222      - name: service
 12223        secret:
 12224          secretName: service-account
 12225      - name: ssh
 12226        secret:
 12227          defaultMode: 256
 12228          secretName: ssh-key-secret
 12229  
 12230  - interval: 2h
 12231    agent: kubernetes
 12232    name: ci-kubernetes-e2e-gke-cvm-stable-gci-master-upgrade-master
 12233    spec:
 12234      containers:
 12235      - args:
 12236        - --timeout=920
 12237        - --bare
 12238        env:
 12239        - name: GOOGLE_APPLICATION_CREDENTIALS
 12240          value: /etc/service-account/service-account.json
 12241        - name: USER
 12242          value: prow
 12243        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 12244          value: /etc/ssh-key-secret/ssh-private
 12245        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 12246          value: /etc/ssh-key-secret/ssh-public
 12247        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 12248        volumeMounts:
 12249        - mountPath: /etc/service-account
 12250          name: service
 12251          readOnly: true
 12252        - mountPath: /etc/ssh-key-secret
 12253          name: ssh
 12254          readOnly: true
 12255      volumes:
 12256      - name: service
 12257        secret:
 12258          secretName: service-account
 12259      - name: ssh
 12260        secret:
 12261          defaultMode: 256
 12262          secretName: ssh-key-secret
 12263  
 12264  - name: ci-kubernetes-e2e-gke-device-plugin-gpu
 12265    interval: 2h
 12266    agent: kubernetes
 12267    spec:
 12268      containers:
 12269      - args:
 12270        - --timeout=300
 12271        - --bare
 12272        env:
 12273        - name: GOOGLE_APPLICATION_CREDENTIALS
 12274          value: /etc/service-account/service-account.json
 12275        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 12276          value: /etc/ssh-key-secret/ssh-private
 12277        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 12278          value: /etc/ssh-key-secret/ssh-public
 12279        - name: USER
 12280          value: prow
 12281        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 12282        volumeMounts:
 12283        - mountPath: /etc/service-account
 12284          name: service
 12285          readOnly: true
 12286        - mountPath: /etc/ssh-key-secret
 12287          name: ssh
 12288          readOnly: true
 12289      volumes:
 12290      - name: service
 12291        secret:
 12292          secretName: service-account
 12293      - name: ssh
 12294        secret:
 12295          defaultMode: 256
 12296          secretName: ssh-key-secret
 12297  
 12298  - name: ci-kubernetes-e2e-gke-device-plugin-gpu-stable1
 12299    interval: 2h
 12300    agent: kubernetes
 12301    spec:
 12302      containers:
 12303      - args:
 12304        - --timeout=300
 12305        - --bare
 12306        env:
 12307        - name: GOOGLE_APPLICATION_CREDENTIALS
 12308          value: /etc/service-account/service-account.json
 12309        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 12310          value: /etc/ssh-key-secret/ssh-private
 12311        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 12312          value: /etc/ssh-key-secret/ssh-public
 12313        - name: USER
 12314          value: prow
 12315        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 12316        volumeMounts:
 12317        - mountPath: /etc/service-account
 12318          name: service
 12319          readOnly: true
 12320        - mountPath: /etc/ssh-key-secret
 12321          name: ssh
 12322          readOnly: true
 12323      volumes:
 12324      - name: service
 12325        secret:
 12326          secretName: service-account
 12327      - name: ssh
 12328        secret:
 12329          defaultMode: 256
 12330          secretName: ssh-key-secret
 12331  
 12332  - interval: 30m
 12333    agent: kubernetes
 12334    name: ci-kubernetes-e2e-gke-flaky
 12335    spec:
 12336      containers:
 12337      - args:
 12338        - --timeout=320
 12339        - --bare
 12340        env:
 12341        - name: GOOGLE_APPLICATION_CREDENTIALS
 12342          value: /etc/service-account/service-account.json
 12343        - name: USER
 12344          value: prow
 12345        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 12346          value: /etc/ssh-key-secret/ssh-private
 12347        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 12348          value: /etc/ssh-key-secret/ssh-public
 12349        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 12350        volumeMounts:
 12351        - mountPath: /etc/service-account
 12352          name: service
 12353          readOnly: true
 12354        - mountPath: /etc/ssh-key-secret
 12355          name: ssh
 12356          readOnly: true
 12357      volumes:
 12358      - name: service
 12359        secret:
 12360          secretName: service-account
 12361      - name: ssh
 12362        secret:
 12363          defaultMode: 256
 12364          secretName: ssh-key-secret
 12365  
 12366  - interval: 2h
 12367    agent: kubernetes
 12368    name: ci-kubernetes-e2e-gke-gci-1-6-cvm-1-7-upgrade-cluster
 12369    spec:
 12370      containers:
 12371      - args:
 12372        - --timeout=140
 12373        - --bare
 12374        env:
 12375        - name: GOOGLE_APPLICATION_CREDENTIALS
 12376          value: /etc/service-account/service-account.json
 12377        - name: USER
 12378          value: prow
 12379        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 12380          value: /etc/ssh-key-secret/ssh-private
 12381        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 12382          value: /etc/ssh-key-secret/ssh-public
 12383        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 12384        volumeMounts:
 12385        - mountPath: /etc/service-account
 12386          name: service
 12387          readOnly: true
 12388        - mountPath: /etc/ssh-key-secret
 12389          name: ssh
 12390          readOnly: true
 12391      volumes:
 12392      - name: service
 12393        secret:
 12394          secretName: service-account
 12395      - name: ssh
 12396        secret:
 12397          defaultMode: 256
 12398          secretName: ssh-key-secret
 12399  
 12400  - interval: 2h
 12401    agent: kubernetes
 12402    name: ci-kubernetes-e2e-gke-gci-1-6-cvm-1-7-upgrade-cluster-new
 12403    spec:
 12404      containers:
 12405      - args:
 12406        - --timeout=140
 12407        - --bare
 12408        env:
 12409        - name: GOOGLE_APPLICATION_CREDENTIALS
 12410          value: /etc/service-account/service-account.json
 12411        - name: USER
 12412          value: prow
 12413        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 12414          value: /etc/ssh-key-secret/ssh-private
 12415        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 12416          value: /etc/ssh-key-secret/ssh-public
 12417        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 12418        volumeMounts:
 12419        - mountPath: /etc/service-account
 12420          name: service
 12421          readOnly: true
 12422        - mountPath: /etc/ssh-key-secret
 12423          name: ssh
 12424          readOnly: true
 12425      volumes:
 12426      - name: service
 12427        secret:
 12428          secretName: service-account
 12429      - name: ssh
 12430        secret:
 12431          defaultMode: 256
 12432          secretName: ssh-key-secret
 12433  
 12434  - interval: 2h
 12435    agent: kubernetes
 12436    name: ci-kubernetes-e2e-gke-gci-1-6-cvm-1-7-upgrade-master
 12437    spec:
 12438      containers:
 12439      - args:
 12440        - --timeout=140
 12441        - --bare
 12442        env:
 12443        - name: GOOGLE_APPLICATION_CREDENTIALS
 12444          value: /etc/service-account/service-account.json
 12445        - name: USER
 12446          value: prow
 12447        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 12448          value: /etc/ssh-key-secret/ssh-private
 12449        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 12450          value: /etc/ssh-key-secret/ssh-public
 12451        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 12452        volumeMounts:
 12453        - mountPath: /etc/service-account
 12454          name: service
 12455          readOnly: true
 12456        - mountPath: /etc/ssh-key-secret
 12457          name: ssh
 12458          readOnly: true
 12459      volumes:
 12460      - name: service
 12461        secret:
 12462          secretName: service-account
 12463      - name: ssh
 12464        secret:
 12465          defaultMode: 256
 12466          secretName: ssh-key-secret
 12467  
 12468  - interval: 2h
 12469    agent: kubernetes
 12470    name: ci-kubernetes-e2e-gke-gci-1-6-gci-1-7-upgrade-cluster
 12471    spec:
 12472      containers:
 12473      - args:
 12474        - --timeout=140
 12475        - --bare
 12476        env:
 12477        - name: GOOGLE_APPLICATION_CREDENTIALS
 12478          value: /etc/service-account/service-account.json
 12479        - name: USER
 12480          value: prow
 12481        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 12482          value: /etc/ssh-key-secret/ssh-private
 12483        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 12484          value: /etc/ssh-key-secret/ssh-public
 12485        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 12486        volumeMounts:
 12487        - mountPath: /etc/service-account
 12488          name: service
 12489          readOnly: true
 12490        - mountPath: /etc/ssh-key-secret
 12491          name: ssh
 12492          readOnly: true
 12493      volumes:
 12494      - name: service
 12495        secret:
 12496          secretName: service-account
 12497      - name: ssh
 12498        secret:
 12499          defaultMode: 256
 12500          secretName: ssh-key-secret
 12501  
 12502  - interval: 2h
 12503    agent: kubernetes
 12504    name: ci-kubernetes-e2e-gke-gci-1-6-gci-1-7-upgrade-cluster-new
 12505    spec:
 12506      containers:
 12507      - args:
 12508        - --timeout=140
 12509        - --bare
 12510        env:
 12511        - name: GOOGLE_APPLICATION_CREDENTIALS
 12512          value: /etc/service-account/service-account.json
 12513        - name: USER
 12514          value: prow
 12515        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 12516          value: /etc/ssh-key-secret/ssh-private
 12517        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 12518          value: /etc/ssh-key-secret/ssh-public
 12519        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 12520        volumeMounts:
 12521        - mountPath: /etc/service-account
 12522          name: service
 12523          readOnly: true
 12524        - mountPath: /etc/ssh-key-secret
 12525          name: ssh
 12526          readOnly: true
 12527      volumes:
 12528      - name: service
 12529        secret:
 12530          secretName: service-account
 12531      - name: ssh
 12532        secret:
 12533          defaultMode: 256
 12534          secretName: ssh-key-secret
 12535  
 12536  - interval: 2h
 12537    agent: kubernetes
 12538    name: ci-kubernetes-e2e-gke-gci-1-6-gci-1-7-upgrade-master
 12539    spec:
 12540      containers:
 12541      - args:
 12542        - --timeout=140
 12543        - --bare
 12544        env:
 12545        - name: GOOGLE_APPLICATION_CREDENTIALS
 12546          value: /etc/service-account/service-account.json
 12547        - name: USER
 12548          value: prow
 12549        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 12550          value: /etc/ssh-key-secret/ssh-private
 12551        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 12552          value: /etc/ssh-key-secret/ssh-public
 12553        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 12554        volumeMounts:
 12555        - mountPath: /etc/service-account
 12556          name: service
 12557          readOnly: true
 12558        - mountPath: /etc/ssh-key-secret
 12559          name: ssh
 12560          readOnly: true
 12561      volumes:
 12562      - name: service
 12563        secret:
 12564          secretName: service-account
 12565      - name: ssh
 12566        secret:
 12567          defaultMode: 256
 12568          secretName: ssh-key-secret
 12569  
 12570  - interval: 1h
 12571    agent: kubernetes
 12572    name: ci-kubernetes-e2e-gke-gci-ci-master
 12573    spec:
 12574      containers:
 12575      - args:
 12576        - --timeout=70
 12577        - --bare
 12578        env:
 12579        - name: GOOGLE_APPLICATION_CREDENTIALS
 12580          value: /etc/service-account/service-account.json
 12581        - name: USER
 12582          value: prow
 12583        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 12584          value: /etc/ssh-key-secret/ssh-private
 12585        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 12586          value: /etc/ssh-key-secret/ssh-public
 12587        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 12588        volumeMounts:
 12589        - mountPath: /etc/service-account
 12590          name: service
 12591          readOnly: true
 12592        - mountPath: /etc/ssh-key-secret
 12593          name: ssh
 12594          readOnly: true
 12595      volumes:
 12596      - name: service
 12597        secret:
 12598          secretName: service-account
 12599      - name: ssh
 12600        secret:
 12601          defaultMode: 256
 12602          secretName: ssh-key-secret
 12603  
 12604  # Release-1.7 jobs
 12605  - interval: 2h
 12606    agent: kubernetes
 12607    name: ci-kubernetes-e2e-gke-gci-master-gci-new-downgrade-cluster
 12608    spec:
 12609      containers:
 12610      - args:
 12611        - --timeout=920
 12612        - --bare
 12613        env:
 12614        - name: GOOGLE_APPLICATION_CREDENTIALS
 12615          value: /etc/service-account/service-account.json
 12616        - name: USER
 12617          value: prow
 12618        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 12619          value: /etc/ssh-key-secret/ssh-private
 12620        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 12621          value: /etc/ssh-key-secret/ssh-public
 12622        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 12623        volumeMounts:
 12624        - mountPath: /etc/service-account
 12625          name: service
 12626          readOnly: true
 12627        - mountPath: /etc/ssh-key-secret
 12628          name: ssh
 12629          readOnly: true
 12630      volumes:
 12631      - name: service
 12632        secret:
 12633          secretName: service-account
 12634      - name: ssh
 12635        secret:
 12636          defaultMode: 256
 12637          secretName: ssh-key-secret
 12638  
 12639  - interval: 2h
 12640    agent: kubernetes
 12641    name: ci-kubernetes-e2e-gke-gci-master-gci-new-downgrade-cluster-parallel
 12642    spec:
 12643      containers:
 12644      - args:
 12645        - --timeout=140
 12646        - --bare
 12647        env:
 12648        - name: GOOGLE_APPLICATION_CREDENTIALS
 12649          value: /etc/service-account/service-account.json
 12650        - name: USER
 12651          value: prow
 12652        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 12653          value: /etc/ssh-key-secret/ssh-private
 12654        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 12655          value: /etc/ssh-key-secret/ssh-public
 12656        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 12657        volumeMounts:
 12658        - mountPath: /etc/service-account
 12659          name: service
 12660          readOnly: true
 12661        - mountPath: /etc/ssh-key-secret
 12662          name: ssh
 12663          readOnly: true
 12664      volumes:
 12665      - name: service
 12666        secret:
 12667          secretName: service-account
 12668      - name: ssh
 12669        secret:
 12670          defaultMode: 256
 12671          secretName: ssh-key-secret
 12672  
 12673  - interval: 2h
 12674    agent: kubernetes
 12675    name: ci-kubernetes-e2e-gke-gci-new-gci-master-upgrade-cluster
 12676    spec:
 12677      containers:
 12678      - args:
 12679        - --timeout=920
 12680        - --bare
 12681        env:
 12682        - name: GOOGLE_APPLICATION_CREDENTIALS
 12683          value: /etc/service-account/service-account.json
 12684        - name: USER
 12685          value: prow
 12686        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 12687          value: /etc/ssh-key-secret/ssh-private
 12688        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 12689          value: /etc/ssh-key-secret/ssh-public
 12690        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 12691        volumeMounts:
 12692        - mountPath: /etc/service-account
 12693          name: service
 12694          readOnly: true
 12695        - mountPath: /etc/ssh-key-secret
 12696          name: ssh
 12697          readOnly: true
 12698      volumes:
 12699      - name: service
 12700        secret:
 12701          secretName: service-account
 12702      - name: ssh
 12703        secret:
 12704          defaultMode: 256
 12705          secretName: ssh-key-secret
 12706  
 12707  - interval: 2h
 12708    agent: kubernetes
 12709    name: ci-kubernetes-e2e-gke-gci-new-gci-master-upgrade-cluster-new
 12710    spec:
 12711      containers:
 12712      - args:
 12713        - --timeout=920
 12714        - --bare
 12715        env:
 12716        - name: GOOGLE_APPLICATION_CREDENTIALS
 12717          value: /etc/service-account/service-account.json
 12718        - name: USER
 12719          value: prow
 12720        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 12721          value: /etc/ssh-key-secret/ssh-private
 12722        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 12723          value: /etc/ssh-key-secret/ssh-public
 12724        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 12725        volumeMounts:
 12726        - mountPath: /etc/service-account
 12727          name: service
 12728          readOnly: true
 12729        - mountPath: /etc/ssh-key-secret
 12730          name: ssh
 12731          readOnly: true
 12732      volumes:
 12733      - name: service
 12734        secret:
 12735          secretName: service-account
 12736      - name: ssh
 12737        secret:
 12738          defaultMode: 256
 12739          secretName: ssh-key-secret
 12740  
 12741  - interval: 2h
 12742    agent: kubernetes
 12743    name: ci-kubernetes-e2e-gke-gci-new-gci-master-upgrade-cluster-parallel
 12744    spec:
 12745      containers:
 12746      - args:
 12747        - --timeout=140
 12748        - --bare
 12749        env:
 12750        - name: GOOGLE_APPLICATION_CREDENTIALS
 12751          value: /etc/service-account/service-account.json
 12752        - name: USER
 12753          value: prow
 12754        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 12755          value: /etc/ssh-key-secret/ssh-private
 12756        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 12757          value: /etc/ssh-key-secret/ssh-public
 12758        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 12759        volumeMounts:
 12760        - mountPath: /etc/service-account
 12761          name: service
 12762          readOnly: true
 12763        - mountPath: /etc/ssh-key-secret
 12764          name: ssh
 12765          readOnly: true
 12766      volumes:
 12767      - name: service
 12768        secret:
 12769          secretName: service-account
 12770      - name: ssh
 12771        secret:
 12772          defaultMode: 256
 12773          secretName: ssh-key-secret
 12774  
 12775  - interval: 2h
 12776    agent: kubernetes
 12777    name: ci-kubernetes-e2e-gke-gci-new-gci-master-upgrade-master
 12778    spec:
 12779      containers:
 12780      - args:
 12781        - --timeout=920
 12782        - --bare
 12783        env:
 12784        - name: GOOGLE_APPLICATION_CREDENTIALS
 12785          value: /etc/service-account/service-account.json
 12786        - name: USER
 12787          value: prow
 12788        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 12789          value: /etc/ssh-key-secret/ssh-private
 12790        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 12791          value: /etc/ssh-key-secret/ssh-public
 12792        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 12793        volumeMounts:
 12794        - mountPath: /etc/service-account
 12795          name: service
 12796          readOnly: true
 12797        - mountPath: /etc/ssh-key-secret
 12798          name: ssh
 12799          readOnly: true
 12800      volumes:
 12801      - name: service
 12802        secret:
 12803          secretName: service-account
 12804      - name: ssh
 12805        secret:
 12806          defaultMode: 256
 12807          secretName: ssh-key-secret
 12808  
 12809  - interval: 2h
 12810    agent: kubernetes
 12811    name: ci-kubernetes-e2e-gke-gci-serial-sig-cli
 12812    spec:
 12813      containers:
 12814      - args:
 12815        - --timeout=320
 12816        - --bare
 12817        env:
 12818        - name: GOOGLE_APPLICATION_CREDENTIALS
 12819          value: /etc/service-account/service-account.json
 12820        - name: USER
 12821          value: prow
 12822        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 12823          value: /etc/ssh-key-secret/ssh-private
 12824        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 12825          value: /etc/ssh-key-secret/ssh-public
 12826        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 12827        volumeMounts:
 12828        - mountPath: /etc/service-account
 12829          name: service
 12830          readOnly: true
 12831        - mountPath: /etc/ssh-key-secret
 12832          name: ssh
 12833          readOnly: true
 12834      volumes:
 12835      - name: service
 12836        secret:
 12837          secretName: service-account
 12838      - name: ssh
 12839        secret:
 12840          defaultMode: 256
 12841          secretName: ssh-key-secret
 12842  
 12843  - interval: 2h
 12844    agent: kubernetes
 12845    name: ci-kubernetes-e2e-gke-gci-stable-gci-master-upgrade-master
 12846    spec:
 12847      containers:
 12848      - args:
 12849        - --timeout=920
 12850        - --bare
 12851        env:
 12852        - name: GOOGLE_APPLICATION_CREDENTIALS
 12853          value: /etc/service-account/service-account.json
 12854        - name: USER
 12855          value: prow
 12856        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 12857          value: /etc/ssh-key-secret/ssh-private
 12858        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 12859          value: /etc/ssh-key-secret/ssh-public
 12860        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 12861        volumeMounts:
 12862        - mountPath: /etc/service-account
 12863          name: service
 12864          readOnly: true
 12865        - mountPath: /etc/ssh-key-secret
 12866          name: ssh
 12867          readOnly: true
 12868      volumes:
 12869      - name: service
 12870        secret:
 12871          secretName: service-account
 12872      - name: ssh
 12873        secret:
 12874          defaultMode: 256
 12875          secretName: ssh-key-secret
 12876  
 12877  - interval: 2h
 12878    agent: kubernetes
 12879    name: ci-kubernetes-e2e-gke-gci-stable1-gci-stable2-downgrade-cluster
 12880    spec:
 12881      containers:
 12882      - args:
 12883        - --timeout=920
 12884        - --bare
 12885        env:
 12886        - name: GOOGLE_APPLICATION_CREDENTIALS
 12887          value: /etc/service-account/service-account.json
 12888        - name: USER
 12889          value: prow
 12890        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 12891          value: /etc/ssh-key-secret/ssh-private
 12892        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 12893          value: /etc/ssh-key-secret/ssh-public
 12894        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 12895        volumeMounts:
 12896        - mountPath: /etc/service-account
 12897          name: service
 12898          readOnly: true
 12899        - mountPath: /etc/ssh-key-secret
 12900          name: ssh
 12901          readOnly: true
 12902      volumes:
 12903      - name: service
 12904        secret:
 12905          secretName: service-account
 12906      - name: ssh
 12907        secret:
 12908          defaultMode: 256
 12909          secretName: ssh-key-secret
 12910  
 12911  - interval: 2h
 12912    agent: kubernetes
 12913    name: ci-kubernetes-e2e-gke-gci-stable1-gci-stable2-downgrade-cluster-parallel
 12914    spec:
 12915      containers:
 12916      - args:
 12917        - --timeout=140
 12918        - --bare
 12919        env:
 12920        - name: GOOGLE_APPLICATION_CREDENTIALS
 12921          value: /etc/service-account/service-account.json
 12922        - name: USER
 12923          value: prow
 12924        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 12925          value: /etc/ssh-key-secret/ssh-private
 12926        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 12927          value: /etc/ssh-key-secret/ssh-public
 12928        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 12929        volumeMounts:
 12930        - mountPath: /etc/service-account
 12931          name: service
 12932          readOnly: true
 12933        - mountPath: /etc/ssh-key-secret
 12934          name: ssh
 12935          readOnly: true
 12936      volumes:
 12937      - name: service
 12938        secret:
 12939          secretName: service-account
 12940      - name: ssh
 12941        secret:
 12942          defaultMode: 256
 12943          secretName: ssh-key-secret
 12944  
 12945  - interval: 2h
 12946    agent: kubernetes
 12947    name: ci-kubernetes-e2e-gke-gci-stable2-gci-stable1-upgrade-cluster
 12948    spec:
 12949      containers:
 12950      - args:
 12951        - --timeout=920
 12952        - --bare
 12953        env:
 12954        - name: GOOGLE_APPLICATION_CREDENTIALS
 12955          value: /etc/service-account/service-account.json
 12956        - name: USER
 12957          value: prow
 12958        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 12959          value: /etc/ssh-key-secret/ssh-private
 12960        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 12961          value: /etc/ssh-key-secret/ssh-public
 12962        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 12963        volumeMounts:
 12964        - mountPath: /etc/service-account
 12965          name: service
 12966          readOnly: true
 12967        - mountPath: /etc/ssh-key-secret
 12968          name: ssh
 12969          readOnly: true
 12970      volumes:
 12971      - name: service
 12972        secret:
 12973          secretName: service-account
 12974      - name: ssh
 12975        secret:
 12976          defaultMode: 256
 12977          secretName: ssh-key-secret
 12978  
 12979  - interval: 2h
 12980    agent: kubernetes
 12981    name: ci-kubernetes-e2e-gke-gci-stable2-gci-stable1-upgrade-cluster-new
 12982    spec:
 12983      containers:
 12984      - args:
 12985        - --timeout=920
 12986        - --bare
 12987        env:
 12988        - name: GOOGLE_APPLICATION_CREDENTIALS
 12989          value: /etc/service-account/service-account.json
 12990        - name: USER
 12991          value: prow
 12992        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 12993          value: /etc/ssh-key-secret/ssh-private
 12994        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 12995          value: /etc/ssh-key-secret/ssh-public
 12996        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 12997        volumeMounts:
 12998        - mountPath: /etc/service-account
 12999          name: service
 13000          readOnly: true
 13001        - mountPath: /etc/ssh-key-secret
 13002          name: ssh
 13003          readOnly: true
 13004      volumes:
 13005      - name: service
 13006        secret:
 13007          secretName: service-account
 13008      - name: ssh
 13009        secret:
 13010          defaultMode: 256
 13011          secretName: ssh-key-secret
 13012  
 13013  - interval: 2h
 13014    agent: kubernetes
 13015    name: ci-kubernetes-e2e-gke-gci-stable2-gci-stable1-upgrade-master
 13016    spec:
 13017      containers:
 13018      - args:
 13019        - --timeout=920
 13020        - --bare
 13021        env:
 13022        - name: GOOGLE_APPLICATION_CREDENTIALS
 13023          value: /etc/service-account/service-account.json
 13024        - name: USER
 13025          value: prow
 13026        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 13027          value: /etc/ssh-key-secret/ssh-private
 13028        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 13029          value: /etc/ssh-key-secret/ssh-public
 13030        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 13031        volumeMounts:
 13032        - mountPath: /etc/service-account
 13033          name: service
 13034          readOnly: true
 13035        - mountPath: /etc/ssh-key-secret
 13036          name: ssh
 13037          readOnly: true
 13038      volumes:
 13039      - name: service
 13040        secret:
 13041          secretName: service-account
 13042      - name: ssh
 13043        secret:
 13044          defaultMode: 256
 13045          secretName: ssh-key-secret
 13046  
 13047  - interval: 2h
 13048    agent: kubernetes
 13049    name: ci-kubernetes-e2e-gke-gci-stable3-gci-stable1-upgrade-cluster
 13050    spec:
 13051      containers:
 13052      - args:
 13053        - --timeout=140
 13054        - --bare
 13055        env:
 13056        - name: GOOGLE_APPLICATION_CREDENTIALS
 13057          value: /etc/service-account/service-account.json
 13058        - name: USER
 13059          value: prow
 13060        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 13061          value: /etc/ssh-key-secret/ssh-private
 13062        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 13063          value: /etc/ssh-key-secret/ssh-public
 13064        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 13065        volumeMounts:
 13066        - mountPath: /etc/service-account
 13067          name: service
 13068          readOnly: true
 13069        - mountPath: /etc/ssh-key-secret
 13070          name: ssh
 13071          readOnly: true
 13072      volumes:
 13073      - name: service
 13074        secret:
 13075          secretName: service-account
 13076      - name: ssh
 13077        secret:
 13078          defaultMode: 256
 13079          secretName: ssh-key-secret
 13080  
 13081  - interval: 2h
 13082    agent: kubernetes
 13083    name: ci-kubernetes-e2e-gke-gci-stable3-gci-stable1-upgrade-cluster-new
 13084    spec:
 13085      containers:
 13086      - args:
 13087        - --timeout=140
 13088        - --bare
 13089        env:
 13090        - name: GOOGLE_APPLICATION_CREDENTIALS
 13091          value: /etc/service-account/service-account.json
 13092        - name: USER
 13093          value: prow
 13094        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 13095          value: /etc/ssh-key-secret/ssh-private
 13096        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 13097          value: /etc/ssh-key-secret/ssh-public
 13098        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 13099        volumeMounts:
 13100        - mountPath: /etc/service-account
 13101          name: service
 13102          readOnly: true
 13103        - mountPath: /etc/ssh-key-secret
 13104          name: ssh
 13105          readOnly: true
 13106      volumes:
 13107      - name: service
 13108        secret:
 13109          secretName: service-account
 13110      - name: ssh
 13111        secret:
 13112          defaultMode: 256
 13113          secretName: ssh-key-secret
 13114  
 13115  - interval: 2h
 13116    agent: kubernetes
 13117    name: ci-kubernetes-e2e-gke-gci-stable3-gci-stable1-upgrade-master
 13118    spec:
 13119      containers:
 13120      - args:
 13121        - --timeout=140
 13122        - --bare
 13123        env:
 13124        - name: GOOGLE_APPLICATION_CREDENTIALS
 13125          value: /etc/service-account/service-account.json
 13126        - name: USER
 13127          value: prow
 13128        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 13129          value: /etc/ssh-key-secret/ssh-private
 13130        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 13131          value: /etc/ssh-key-secret/ssh-public
 13132        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 13133        volumeMounts:
 13134        - mountPath: /etc/service-account
 13135          name: service
 13136          readOnly: true
 13137        - mountPath: /etc/ssh-key-secret
 13138          name: ssh
 13139          readOnly: true
 13140      volumes:
 13141      - name: service
 13142        secret:
 13143          secretName: service-account
 13144      - name: ssh
 13145        secret:
 13146          defaultMode: 256
 13147          secretName: ssh-key-secret
 13148  
 13149  - name: ci-kubernetes-e2e-gke-gpu
 13150    interval: 2h
 13151    agent: kubernetes
 13152    spec:
 13153      containers:
 13154      - args:
 13155        - --timeout=300
 13156        - --bare
 13157        env:
 13158        - name: GOOGLE_APPLICATION_CREDENTIALS
 13159          value: /etc/service-account/service-account.json
 13160        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 13161          value: /etc/ssh-key-secret/ssh-private
 13162        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 13163          value: /etc/ssh-key-secret/ssh-public
 13164        - name: USER
 13165          value: prow
 13166        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 13167        volumeMounts:
 13168        - mountPath: /etc/service-account
 13169          name: service
 13170          readOnly: true
 13171        - mountPath: /etc/ssh-key-secret
 13172          name: ssh
 13173          readOnly: true
 13174      volumes:
 13175      - name: service
 13176        secret:
 13177          secretName: service-account
 13178      - name: ssh
 13179        secret:
 13180          defaultMode: 256
 13181          secretName: ssh-key-secret
 13182  
 13183  - name: ci-kubernetes-e2e-gke-gpu-1-7
 13184    interval: 2h
 13185    agent: kubernetes
 13186    spec:
 13187      containers:
 13188      - args:
 13189        - --timeout=300
 13190        - --bare
 13191        env:
 13192        - name: GOOGLE_APPLICATION_CREDENTIALS
 13193          value: /etc/service-account/service-account.json
 13194        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 13195          value: /etc/ssh-key-secret/ssh-private
 13196        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 13197          value: /etc/ssh-key-secret/ssh-public
 13198        - name: USER
 13199          value: prow
 13200        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 13201        volumeMounts:
 13202        - mountPath: /etc/service-account
 13203          name: service
 13204          readOnly: true
 13205        - mountPath: /etc/ssh-key-secret
 13206          name: ssh
 13207          readOnly: true
 13208      volumes:
 13209      - name: service
 13210        secret:
 13211          secretName: service-account
 13212      - name: ssh
 13213        secret:
 13214          defaultMode: 256
 13215          secretName: ssh-key-secret
 13216  
 13217  - name: ci-kubernetes-e2e-gke-gpu-stable1
 13218    interval: 2h
 13219    agent: kubernetes
 13220    spec:
 13221      containers:
 13222      - args:
 13223        - --timeout=300
 13224        - --bare
 13225        env:
 13226        - name: GOOGLE_APPLICATION_CREDENTIALS
 13227          value: /etc/service-account/service-account.json
 13228        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 13229          value: /etc/ssh-key-secret/ssh-private
 13230        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 13231          value: /etc/ssh-key-secret/ssh-public
 13232        - name: USER
 13233          value: prow
 13234        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 13235        volumeMounts:
 13236        - mountPath: /etc/service-account
 13237          name: service
 13238          readOnly: true
 13239        - mountPath: /etc/ssh-key-secret
 13240          name: ssh
 13241          readOnly: true
 13242      volumes:
 13243      - name: service
 13244        secret:
 13245          secretName: service-account
 13246      - name: ssh
 13247        secret:
 13248          defaultMode: 256
 13249          secretName: ssh-key-secret
 13250  
 13251  - interval: 30m
 13252    agent: kubernetes
 13253    name: ci-kubernetes-e2e-gke-ingress
 13254    spec:
 13255      containers:
 13256      - args:
 13257        - --timeout=110
 13258        - --bare
 13259        env:
 13260        - name: GOOGLE_APPLICATION_CREDENTIALS
 13261          value: /etc/service-account/service-account.json
 13262        - name: USER
 13263          value: prow
 13264        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 13265          value: /etc/ssh-key-secret/ssh-private
 13266        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 13267          value: /etc/ssh-key-secret/ssh-public
 13268        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 13269        volumeMounts:
 13270        - mountPath: /etc/service-account
 13271          name: service
 13272          readOnly: true
 13273        - mountPath: /etc/ssh-key-secret
 13274          name: ssh
 13275          readOnly: true
 13276      volumes:
 13277      - name: service
 13278        secret:
 13279          secretName: service-account
 13280      - name: ssh
 13281        secret:
 13282          defaultMode: 256
 13283          secretName: ssh-key-secret
 13284  
 13285  - interval: 2h
 13286    agent: kubernetes
 13287    name: ci-kubernetes-e2e-gke-latest-upgrade-cluster
 13288    spec:
 13289      containers:
 13290      - args:
 13291        - --timeout=110
 13292        - --bare
 13293        env:
 13294        - name: GOOGLE_APPLICATION_CREDENTIALS
 13295          value: /etc/service-account/service-account.json
 13296        - name: USER
 13297          value: prow
 13298        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 13299          value: /etc/ssh-key-secret/ssh-private
 13300        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 13301          value: /etc/ssh-key-secret/ssh-public
 13302        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 13303        volumeMounts:
 13304        - mountPath: /etc/service-account
 13305          name: service
 13306          readOnly: true
 13307        - mountPath: /etc/ssh-key-secret
 13308          name: ssh
 13309          readOnly: true
 13310      volumes:
 13311      - name: service
 13312        secret:
 13313          secretName: service-account
 13314      - name: ssh
 13315        secret:
 13316          defaultMode: 256
 13317          secretName: ssh-key-secret
 13318  
 13319  - interval: 2h
 13320    agent: kubernetes
 13321    name: ci-kubernetes-e2e-gke-latest-upgrade-master
 13322    spec:
 13323      containers:
 13324      - args:
 13325        - --timeout=110
 13326        - --bare
 13327        env:
 13328        - name: GOOGLE_APPLICATION_CREDENTIALS
 13329          value: /etc/service-account/service-account.json
 13330        - name: USER
 13331          value: prow
 13332        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 13333          value: /etc/ssh-key-secret/ssh-private
 13334        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 13335          value: /etc/ssh-key-secret/ssh-public
 13336        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 13337        volumeMounts:
 13338        - mountPath: /etc/service-account
 13339          name: service
 13340          readOnly: true
 13341        - mountPath: /etc/ssh-key-secret
 13342          name: ssh
 13343          readOnly: true
 13344      volumes:
 13345      - name: service
 13346        secret:
 13347          secretName: service-account
 13348      - name: ssh
 13349        secret:
 13350          defaultMode: 256
 13351          secretName: ssh-key-secret
 13352  
 13353  - interval: 1h
 13354    agent: kubernetes
 13355    name: ci-kubernetes-e2e-gke-master-new-gci-kubectl-skew
 13356    spec:
 13357      containers:
 13358      - args:
 13359        - --timeout=140
 13360        - --bare
 13361        env:
 13362        - name: GOOGLE_APPLICATION_CREDENTIALS
 13363          value: /etc/service-account/service-account.json
 13364        - name: USER
 13365          value: prow
 13366        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 13367          value: /etc/ssh-key-secret/ssh-private
 13368        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 13369          value: /etc/ssh-key-secret/ssh-public
 13370        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 13371        volumeMounts:
 13372        - mountPath: /etc/service-account
 13373          name: service
 13374          readOnly: true
 13375        - mountPath: /etc/ssh-key-secret
 13376          name: ssh
 13377          readOnly: true
 13378      volumes:
 13379      - name: service
 13380        secret:
 13381          secretName: service-account
 13382      - name: ssh
 13383        secret:
 13384          defaultMode: 256
 13385          secretName: ssh-key-secret
 13386  
 13387  - interval: 1h
 13388    agent: kubernetes
 13389    name: ci-kubernetes-e2e-gke-master-new-gci-kubectl-skew-serial
 13390    spec:
 13391      containers:
 13392      - args:
 13393        - --timeout=140
 13394        - --bare
 13395        env:
 13396        - name: GOOGLE_APPLICATION_CREDENTIALS
 13397          value: /etc/service-account/service-account.json
 13398        - name: USER
 13399          value: prow
 13400        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 13401          value: /etc/ssh-key-secret/ssh-private
 13402        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 13403          value: /etc/ssh-key-secret/ssh-public
 13404        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 13405        volumeMounts:
 13406        - mountPath: /etc/service-account
 13407          name: service
 13408          readOnly: true
 13409        - mountPath: /etc/ssh-key-secret
 13410          name: ssh
 13411          readOnly: true
 13412      volumes:
 13413      - name: service
 13414        secret:
 13415          secretName: service-account
 13416      - name: ssh
 13417        secret:
 13418          defaultMode: 256
 13419          secretName: ssh-key-secret
 13420  
 13421  - interval: 30m
 13422    agent: kubernetes
 13423    name: ci-kubernetes-e2e-gke-multizone
 13424    spec:
 13425      containers:
 13426      - args:
 13427        - --timeout=170
 13428        - --bare
 13429        env:
 13430        - name: GOOGLE_APPLICATION_CREDENTIALS
 13431          value: /etc/service-account/service-account.json
 13432        - name: USER
 13433          value: prow
 13434        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 13435          value: /etc/ssh-key-secret/ssh-private
 13436        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 13437          value: /etc/ssh-key-secret/ssh-public
 13438        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 13439        volumeMounts:
 13440        - mountPath: /etc/service-account
 13441          name: service
 13442          readOnly: true
 13443        - mountPath: /etc/ssh-key-secret
 13444          name: ssh
 13445          readOnly: true
 13446      volumes:
 13447      - name: service
 13448        secret:
 13449          secretName: service-account
 13450      - name: ssh
 13451        secret:
 13452          defaultMode: 256
 13453          secretName: ssh-key-secret
 13454  
 13455  - interval: 1h
 13456    agent: kubernetes
 13457    name: ci-kubernetes-e2e-gke-new-master-gci-kubectl-skew
 13458    spec:
 13459      containers:
 13460      - args:
 13461        - --timeout=140
 13462        - --bare
 13463        env:
 13464        - name: GOOGLE_APPLICATION_CREDENTIALS
 13465          value: /etc/service-account/service-account.json
 13466        - name: USER
 13467          value: prow
 13468        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 13469          value: /etc/ssh-key-secret/ssh-private
 13470        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 13471          value: /etc/ssh-key-secret/ssh-public
 13472        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 13473        volumeMounts:
 13474        - mountPath: /etc/service-account
 13475          name: service
 13476          readOnly: true
 13477        - mountPath: /etc/ssh-key-secret
 13478          name: ssh
 13479          readOnly: true
 13480      volumes:
 13481      - name: service
 13482        secret:
 13483          secretName: service-account
 13484      - name: ssh
 13485        secret:
 13486          defaultMode: 256
 13487          secretName: ssh-key-secret
 13488  
 13489  - interval: 1h
 13490    agent: kubernetes
 13491    name: ci-kubernetes-e2e-gke-new-master-gci-kubectl-skew-serial
 13492    spec:
 13493      containers:
 13494      - args:
 13495        - --timeout=140
 13496        - --bare
 13497        env:
 13498        - name: GOOGLE_APPLICATION_CREDENTIALS
 13499          value: /etc/service-account/service-account.json
 13500        - name: USER
 13501          value: prow
 13502        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 13503          value: /etc/ssh-key-secret/ssh-private
 13504        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 13505          value: /etc/ssh-key-secret/ssh-public
 13506        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 13507        volumeMounts:
 13508        - mountPath: /etc/service-account
 13509          name: service
 13510          readOnly: true
 13511        - mountPath: /etc/ssh-key-secret
 13512          name: ssh
 13513          readOnly: true
 13514      volumes:
 13515      - name: service
 13516        secret:
 13517          secretName: service-account
 13518      - name: ssh
 13519        secret:
 13520          defaultMode: 256
 13521          secretName: ssh-key-secret
 13522  
 13523  - interval: 30m
 13524    agent: kubernetes
 13525    name: ci-kubernetes-e2e-gke-prod
 13526    spec:
 13527      containers:
 13528      - args:
 13529        - --timeout=620
 13530        - --bare
 13531        env:
 13532        - name: GOOGLE_APPLICATION_CREDENTIALS
 13533          value: /etc/service-account/service-account.json
 13534        - name: USER
 13535          value: prow
 13536        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 13537          value: /etc/ssh-key-secret/ssh-private
 13538        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 13539          value: /etc/ssh-key-secret/ssh-public
 13540        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 13541        volumeMounts:
 13542        - mountPath: /etc/service-account
 13543          name: service
 13544          readOnly: true
 13545        - mountPath: /etc/ssh-key-secret
 13546          name: ssh
 13547          readOnly: true
 13548      volumes:
 13549      - name: service
 13550        secret:
 13551          secretName: service-account
 13552      - name: ssh
 13553        secret:
 13554          defaultMode: 256
 13555          secretName: ssh-key-secret
 13556  
 13557  - interval: 30m
 13558    agent: kubernetes
 13559    name: ci-kubernetes-e2e-gke-prod-parallel
 13560    spec:
 13561      containers:
 13562      - args:
 13563        - --timeout=100
 13564        - --bare
 13565        env:
 13566        - name: GOOGLE_APPLICATION_CREDENTIALS
 13567          value: /etc/service-account/service-account.json
 13568        - name: USER
 13569          value: prow
 13570        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 13571          value: /etc/ssh-key-secret/ssh-private
 13572        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 13573          value: /etc/ssh-key-secret/ssh-public
 13574        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 13575        volumeMounts:
 13576        - mountPath: /etc/service-account
 13577          name: service
 13578          readOnly: true
 13579        - mountPath: /etc/ssh-key-secret
 13580          name: ssh
 13581          readOnly: true
 13582      volumes:
 13583      - name: service
 13584        secret:
 13585          secretName: service-account
 13586      - name: ssh
 13587        secret:
 13588          defaultMode: 256
 13589          secretName: ssh-key-secret
 13590  
 13591  - interval: 30m
 13592    agent: kubernetes
 13593    name: ci-kubernetes-e2e-gke-prod-smoke
 13594    spec:
 13595      containers:
 13596      - args:
 13597        - --timeout=100
 13598        - --bare
 13599        env:
 13600        - name: GOOGLE_APPLICATION_CREDENTIALS
 13601          value: /etc/service-account/service-account.json
 13602        - name: USER
 13603          value: prow
 13604        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 13605          value: /etc/ssh-key-secret/ssh-private
 13606        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 13607          value: /etc/ssh-key-secret/ssh-public
 13608        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 13609        volumeMounts:
 13610        - mountPath: /etc/service-account
 13611          name: service
 13612          readOnly: true
 13613        - mountPath: /etc/ssh-key-secret
 13614          name: ssh
 13615          readOnly: true
 13616      volumes:
 13617      - name: service
 13618        secret:
 13619          secretName: service-account
 13620      - name: ssh
 13621        secret:
 13622          defaultMode: 256
 13623          secretName: ssh-key-secret
 13624  
 13625  - interval: 30m
 13626    agent: kubernetes
 13627    name: ci-kubernetes-e2e-gke-reboot
 13628    spec:
 13629      containers:
 13630      - args:
 13631        - --timeout=200
 13632        - --bare
 13633        env:
 13634        - name: GOOGLE_APPLICATION_CREDENTIALS
 13635          value: /etc/service-account/service-account.json
 13636        - name: USER
 13637          value: prow
 13638        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 13639          value: /etc/ssh-key-secret/ssh-private
 13640        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 13641          value: /etc/ssh-key-secret/ssh-public
 13642        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 13643        volumeMounts:
 13644        - mountPath: /etc/service-account
 13645          name: service
 13646          readOnly: true
 13647        - mountPath: /etc/ssh-key-secret
 13648          name: ssh
 13649          readOnly: true
 13650      volumes:
 13651      - name: service
 13652        secret:
 13653          secretName: service-account
 13654      - name: ssh
 13655        secret:
 13656          defaultMode: 256
 13657          secretName: ssh-key-secret
 13658  
 13659  - interval: 5h
 13660    agent: kubernetes
 13661    name: ci-kubernetes-e2e-gke-reboot-release-1-5
 13662    spec:
 13663      containers:
 13664      - args:
 13665        - --timeout=200
 13666        - --bare
 13667        env:
 13668        - name: GOOGLE_APPLICATION_CREDENTIALS
 13669          value: /etc/service-account/service-account.json
 13670        - name: USER
 13671          value: prow
 13672        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 13673          value: /etc/ssh-key-secret/ssh-private
 13674        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 13675          value: /etc/ssh-key-secret/ssh-public
 13676        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 13677        volumeMounts:
 13678        - mountPath: /etc/service-account
 13679          name: service
 13680          readOnly: true
 13681        - mountPath: /etc/ssh-key-secret
 13682          name: ssh
 13683          readOnly: true
 13684      volumes:
 13685      - name: service
 13686        secret:
 13687          secretName: service-account
 13688      - name: ssh
 13689        secret:
 13690          defaultMode: 256
 13691          secretName: ssh-key-secret
 13692  
 13693  - interval: 6h
 13694    agent: kubernetes
 13695    name: ci-kubernetes-e2e-gke-reboot-release-1-6
 13696    spec:
 13697      containers:
 13698      - args:
 13699        - --timeout=200
 13700        - --bare
 13701        env:
 13702        - name: GOOGLE_APPLICATION_CREDENTIALS
 13703          value: /etc/service-account/service-account.json
 13704        - name: USER
 13705          value: prow
 13706        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 13707          value: /etc/ssh-key-secret/ssh-private
 13708        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 13709          value: /etc/ssh-key-secret/ssh-public
 13710        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 13711        volumeMounts:
 13712        - mountPath: /etc/service-account
 13713          name: service
 13714          readOnly: true
 13715        - mountPath: /etc/ssh-key-secret
 13716          name: ssh
 13717          readOnly: true
 13718      volumes:
 13719      - name: service
 13720        secret:
 13721          secretName: service-account
 13722      - name: ssh
 13723        secret:
 13724          defaultMode: 256
 13725          secretName: ssh-key-secret
 13726  
 13727  - interval: 2h
 13728    agent: kubernetes
 13729    name: ci-kubernetes-e2e-gke-reboot-release-1-7
 13730    spec:
 13731      containers:
 13732      - args:
 13733        - --timeout=200
 13734        - --bare
 13735        env:
 13736        - name: GOOGLE_APPLICATION_CREDENTIALS
 13737          value: /etc/service-account/service-account.json
 13738        - name: USER
 13739          value: prow
 13740        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 13741          value: /etc/ssh-key-secret/ssh-private
 13742        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 13743          value: /etc/ssh-key-secret/ssh-public
 13744        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 13745        volumeMounts:
 13746        - mountPath: /etc/service-account
 13747          name: service
 13748          readOnly: true
 13749        - mountPath: /etc/ssh-key-secret
 13750          name: ssh
 13751          readOnly: true
 13752      volumes:
 13753      - name: service
 13754        secret:
 13755          secretName: service-account
 13756      - name: ssh
 13757        secret:
 13758          defaultMode: 256
 13759          secretName: ssh-key-secret
 13760  
 13761  - interval: 1h
 13762    agent: kubernetes
 13763    name: ci-kubernetes-e2e-gke-regional
 13764    spec:
 13765      containers:
 13766      - args:
 13767        - --timeout=170
 13768        - --bare
 13769        env:
 13770        - name: GOOGLE_APPLICATION_CREDENTIALS
 13771          value: /etc/service-account/service-account.json
 13772        - name: USER
 13773          value: prow
 13774        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 13775          value: /etc/ssh-key-secret/ssh-private
 13776        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 13777          value: /etc/ssh-key-secret/ssh-public
 13778        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 13779        volumeMounts:
 13780        - mountPath: /etc/service-account
 13781          name: service
 13782          readOnly: true
 13783        - mountPath: /etc/ssh-key-secret
 13784          name: ssh
 13785          readOnly: true
 13786      volumes:
 13787      - name: service
 13788        secret:
 13789          secretName: gke-alpha-service-account
 13790      - name: ssh
 13791        secret:
 13792          defaultMode: 256
 13793          secretName: ssh-key-secret
 13794  
 13795  - interval: 5h
 13796    agent: kubernetes
 13797    name: ci-kubernetes-e2e-gke-release-1-5
 13798    spec:
 13799      containers:
 13800      - args:
 13801        - --timeout=70
 13802        - --bare
 13803        env:
 13804        - name: GOOGLE_APPLICATION_CREDENTIALS
 13805          value: /etc/service-account/service-account.json
 13806        - name: USER
 13807          value: prow
 13808        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 13809          value: /etc/ssh-key-secret/ssh-private
 13810        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 13811          value: /etc/ssh-key-secret/ssh-public
 13812        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 13813        volumeMounts:
 13814        - mountPath: /etc/service-account
 13815          name: service
 13816          readOnly: true
 13817        - mountPath: /etc/ssh-key-secret
 13818          name: ssh
 13819          readOnly: true
 13820      volumes:
 13821      - name: service
 13822        secret:
 13823          secretName: service-account
 13824      - name: ssh
 13825        secret:
 13826          defaultMode: 256
 13827          secretName: ssh-key-secret
 13828  
 13829  - interval: 6h
 13830    agent: kubernetes
 13831    name: ci-kubernetes-e2e-gke-release-1-6
 13832    spec:
 13833      containers:
 13834      - args:
 13835        - --timeout=70
 13836        - --bare
 13837        env:
 13838        - name: GOOGLE_APPLICATION_CREDENTIALS
 13839          value: /etc/service-account/service-account.json
 13840        - name: USER
 13841          value: prow
 13842        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 13843          value: /etc/ssh-key-secret/ssh-private
 13844        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 13845          value: /etc/ssh-key-secret/ssh-public
 13846        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 13847        volumeMounts:
 13848        - mountPath: /etc/service-account
 13849          name: service
 13850          readOnly: true
 13851        - mountPath: /etc/ssh-key-secret
 13852          name: ssh
 13853          readOnly: true
 13854      volumes:
 13855      - name: service
 13856        secret:
 13857          secretName: service-account
 13858      - name: ssh
 13859        secret:
 13860          defaultMode: 256
 13861          secretName: ssh-key-secret
 13862  
 13863  - interval: 2h
 13864    agent: kubernetes
 13865    name: ci-kubernetes-e2e-gke-release-1-7
 13866    spec:
 13867      containers:
 13868      - args:
 13869        - --timeout=70
 13870        - --bare
 13871        env:
 13872        - name: GOOGLE_APPLICATION_CREDENTIALS
 13873          value: /etc/service-account/service-account.json
 13874        - name: USER
 13875          value: prow
 13876        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 13877          value: /etc/ssh-key-secret/ssh-private
 13878        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 13879          value: /etc/ssh-key-secret/ssh-public
 13880        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 13881        volumeMounts:
 13882        - mountPath: /etc/service-account
 13883          name: service
 13884          readOnly: true
 13885        - mountPath: /etc/ssh-key-secret
 13886          name: ssh
 13887          readOnly: true
 13888      volumes:
 13889      - name: service
 13890        secret:
 13891          secretName: service-account
 13892      - name: ssh
 13893        secret:
 13894          defaultMode: 256
 13895          secretName: ssh-key-secret
 13896  
 13897  - interval: 30m
 13898    agent: kubernetes
 13899    name: ci-kubernetes-e2e-gke-serial
 13900    spec:
 13901      containers:
 13902      - args:
 13903        - --timeout=520
 13904        - --bare
 13905        env:
 13906        - name: GOOGLE_APPLICATION_CREDENTIALS
 13907          value: /etc/service-account/service-account.json
 13908        - name: USER
 13909          value: prow
 13910        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 13911          value: /etc/ssh-key-secret/ssh-private
 13912        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 13913          value: /etc/ssh-key-secret/ssh-public
 13914        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 13915        volumeMounts:
 13916        - mountPath: /etc/service-account
 13917          name: service
 13918          readOnly: true
 13919        - mountPath: /etc/ssh-key-secret
 13920          name: ssh
 13921          readOnly: true
 13922      volumes:
 13923      - name: service
 13924        secret:
 13925          secretName: service-account
 13926      - name: ssh
 13927        secret:
 13928          defaultMode: 256
 13929          secretName: ssh-key-secret
 13930  
 13931  - interval: 5h
 13932    agent: kubernetes
 13933    name: ci-kubernetes-e2e-gke-serial-release-1-5
 13934    spec:
 13935      containers:
 13936      - args:
 13937        - --timeout=320
 13938        - --bare
 13939        env:
 13940        - name: GOOGLE_APPLICATION_CREDENTIALS
 13941          value: /etc/service-account/service-account.json
 13942        - name: USER
 13943          value: prow
 13944        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 13945          value: /etc/ssh-key-secret/ssh-private
 13946        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 13947          value: /etc/ssh-key-secret/ssh-public
 13948        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 13949        volumeMounts:
 13950        - mountPath: /etc/service-account
 13951          name: service
 13952          readOnly: true
 13953        - mountPath: /etc/ssh-key-secret
 13954          name: ssh
 13955          readOnly: true
 13956      volumes:
 13957      - name: service
 13958        secret:
 13959          secretName: service-account
 13960      - name: ssh
 13961        secret:
 13962          defaultMode: 256
 13963          secretName: ssh-key-secret
 13964  
 13965  - interval: 6h
 13966    agent: kubernetes
 13967    name: ci-kubernetes-e2e-gke-serial-release-1-6
 13968    spec:
 13969      containers:
 13970      - args:
 13971        - --timeout=320
 13972        - --bare
 13973        env:
 13974        - name: GOOGLE_APPLICATION_CREDENTIALS
 13975          value: /etc/service-account/service-account.json
 13976        - name: USER
 13977          value: prow
 13978        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 13979          value: /etc/ssh-key-secret/ssh-private
 13980        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 13981          value: /etc/ssh-key-secret/ssh-public
 13982        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 13983        volumeMounts:
 13984        - mountPath: /etc/service-account
 13985          name: service
 13986          readOnly: true
 13987        - mountPath: /etc/ssh-key-secret
 13988          name: ssh
 13989          readOnly: true
 13990      volumes:
 13991      - name: service
 13992        secret:
 13993          secretName: service-account
 13994      - name: ssh
 13995        secret:
 13996          defaultMode: 256
 13997          secretName: ssh-key-secret
 13998  
 13999  - interval: 2h
 14000    agent: kubernetes
 14001    name: ci-kubernetes-e2e-gke-serial-release-1-7
 14002    spec:
 14003      containers:
 14004      - args:
 14005        - --timeout=520
 14006        - --bare
 14007        env:
 14008        - name: GOOGLE_APPLICATION_CREDENTIALS
 14009          value: /etc/service-account/service-account.json
 14010        - name: USER
 14011          value: prow
 14012        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 14013          value: /etc/ssh-key-secret/ssh-private
 14014        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 14015          value: /etc/ssh-key-secret/ssh-public
 14016        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 14017        volumeMounts:
 14018        - mountPath: /etc/service-account
 14019          name: service
 14020          readOnly: true
 14021        - mountPath: /etc/ssh-key-secret
 14022          name: ssh
 14023          readOnly: true
 14024      volumes:
 14025      - name: service
 14026        secret:
 14027          secretName: service-account
 14028      - name: ssh
 14029        secret:
 14030          defaultMode: 256
 14031          secretName: ssh-key-secret
 14032  
 14033  - interval: 30m
 14034    agent: kubernetes
 14035    name: ci-kubernetes-e2e-gke-slow
 14036    spec:
 14037      containers:
 14038      - args:
 14039        - --timeout=170
 14040        - --bare
 14041        env:
 14042        - name: GOOGLE_APPLICATION_CREDENTIALS
 14043          value: /etc/service-account/service-account.json
 14044        - name: USER
 14045          value: prow
 14046        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 14047          value: /etc/ssh-key-secret/ssh-private
 14048        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 14049          value: /etc/ssh-key-secret/ssh-public
 14050        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 14051        volumeMounts:
 14052        - mountPath: /etc/service-account
 14053          name: service
 14054          readOnly: true
 14055        - mountPath: /etc/ssh-key-secret
 14056          name: ssh
 14057          readOnly: true
 14058      volumes:
 14059      - name: service
 14060        secret:
 14061          secretName: service-account
 14062      - name: ssh
 14063        secret:
 14064          defaultMode: 256
 14065          secretName: ssh-key-secret
 14066  
 14067  - interval: 5h
 14068    agent: kubernetes
 14069    name: ci-kubernetes-e2e-gke-slow-release-1-5
 14070    spec:
 14071      containers:
 14072      - args:
 14073        - --timeout=170
 14074        - --bare
 14075        env:
 14076        - name: GOOGLE_APPLICATION_CREDENTIALS
 14077          value: /etc/service-account/service-account.json
 14078        - name: USER
 14079          value: prow
 14080        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 14081          value: /etc/ssh-key-secret/ssh-private
 14082        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 14083          value: /etc/ssh-key-secret/ssh-public
 14084        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 14085        volumeMounts:
 14086        - mountPath: /etc/service-account
 14087          name: service
 14088          readOnly: true
 14089        - mountPath: /etc/ssh-key-secret
 14090          name: ssh
 14091          readOnly: true
 14092      volumes:
 14093      - name: service
 14094        secret:
 14095          secretName: service-account
 14096      - name: ssh
 14097        secret:
 14098          defaultMode: 256
 14099          secretName: ssh-key-secret
 14100  
 14101  - interval: 6h
 14102    agent: kubernetes
 14103    name: ci-kubernetes-e2e-gke-slow-release-1-6
 14104    spec:
 14105      containers:
 14106      - args:
 14107        - --timeout=170
 14108        - --bare
 14109        env:
 14110        - name: GOOGLE_APPLICATION_CREDENTIALS
 14111          value: /etc/service-account/service-account.json
 14112        - name: USER
 14113          value: prow
 14114        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 14115          value: /etc/ssh-key-secret/ssh-private
 14116        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 14117          value: /etc/ssh-key-secret/ssh-public
 14118        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 14119        volumeMounts:
 14120        - mountPath: /etc/service-account
 14121          name: service
 14122          readOnly: true
 14123        - mountPath: /etc/ssh-key-secret
 14124          name: ssh
 14125          readOnly: true
 14126      volumes:
 14127      - name: service
 14128        secret:
 14129          secretName: service-account
 14130      - name: ssh
 14131        secret:
 14132          defaultMode: 256
 14133          secretName: ssh-key-secret
 14134  
 14135  - interval: 2h
 14136    agent: kubernetes
 14137    name: ci-kubernetes-e2e-gke-slow-release-1-7
 14138    spec:
 14139      containers:
 14140      - args:
 14141        - --timeout=170
 14142        - --bare
 14143        env:
 14144        - name: GOOGLE_APPLICATION_CREDENTIALS
 14145          value: /etc/service-account/service-account.json
 14146        - name: USER
 14147          value: prow
 14148        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 14149          value: /etc/ssh-key-secret/ssh-private
 14150        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 14151          value: /etc/ssh-key-secret/ssh-public
 14152        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 14153        volumeMounts:
 14154        - mountPath: /etc/service-account
 14155          name: service
 14156          readOnly: true
 14157        - mountPath: /etc/ssh-key-secret
 14158          name: ssh
 14159          readOnly: true
 14160      volumes:
 14161      - name: service
 14162        secret:
 14163          secretName: service-account
 14164      - name: ssh
 14165        secret:
 14166          defaultMode: 256
 14167          secretName: ssh-key-secret
 14168  
 14169  - interval: 2h
 14170    agent: kubernetes
 14171    name: ci-kubernetes-e2e-gke-stable1-stable2-gci-kubectl-skew
 14172    spec:
 14173      containers:
 14174      - args:
 14175        - --timeout=140
 14176        - --bare
 14177        env:
 14178        - name: GOOGLE_APPLICATION_CREDENTIALS
 14179          value: /etc/service-account/service-account.json
 14180        - name: USER
 14181          value: prow
 14182        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 14183          value: /etc/ssh-key-secret/ssh-private
 14184        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 14185          value: /etc/ssh-key-secret/ssh-public
 14186        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 14187        volumeMounts:
 14188        - mountPath: /etc/service-account
 14189          name: service
 14190          readOnly: true
 14191        - mountPath: /etc/ssh-key-secret
 14192          name: ssh
 14193          readOnly: true
 14194      volumes:
 14195      - name: service
 14196        secret:
 14197          secretName: service-account
 14198      - name: ssh
 14199        secret:
 14200          defaultMode: 256
 14201          secretName: ssh-key-secret
 14202  
 14203  - interval: 2h
 14204    agent: kubernetes
 14205    name: ci-kubernetes-e2e-gke-stable1-stable2-gci-kubectl-skew-serial
 14206    spec:
 14207      containers:
 14208      - args:
 14209        - --timeout=140
 14210        - --bare
 14211        env:
 14212        - name: GOOGLE_APPLICATION_CREDENTIALS
 14213          value: /etc/service-account/service-account.json
 14214        - name: USER
 14215          value: prow
 14216        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 14217          value: /etc/ssh-key-secret/ssh-private
 14218        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 14219          value: /etc/ssh-key-secret/ssh-public
 14220        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 14221        volumeMounts:
 14222        - mountPath: /etc/service-account
 14223          name: service
 14224          readOnly: true
 14225        - mountPath: /etc/ssh-key-secret
 14226          name: ssh
 14227          readOnly: true
 14228      volumes:
 14229      - name: service
 14230        secret:
 14231          secretName: service-account
 14232      - name: ssh
 14233        secret:
 14234          defaultMode: 256
 14235          secretName: ssh-key-secret
 14236  
 14237  - interval: 2h
 14238    agent: kubernetes
 14239    name: ci-kubernetes-e2e-gke-stable2-stable1-gci-kubectl-skew
 14240    spec:
 14241      containers:
 14242      - args:
 14243        - --timeout=140
 14244        - --bare
 14245        env:
 14246        - name: GOOGLE_APPLICATION_CREDENTIALS
 14247          value: /etc/service-account/service-account.json
 14248        - name: USER
 14249          value: prow
 14250        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 14251          value: /etc/ssh-key-secret/ssh-private
 14252        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 14253          value: /etc/ssh-key-secret/ssh-public
 14254        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 14255        volumeMounts:
 14256        - mountPath: /etc/service-account
 14257          name: service
 14258          readOnly: true
 14259        - mountPath: /etc/ssh-key-secret
 14260          name: ssh
 14261          readOnly: true
 14262      volumes:
 14263      - name: service
 14264        secret:
 14265          secretName: service-account
 14266      - name: ssh
 14267        secret:
 14268          defaultMode: 256
 14269          secretName: ssh-key-secret
 14270  
 14271  - interval: 2h
 14272    agent: kubernetes
 14273    name: ci-kubernetes-e2e-gke-stable2-stable1-gci-kubectl-skew-serial
 14274    spec:
 14275      containers:
 14276      - args:
 14277        - --timeout=140
 14278        - --bare
 14279        env:
 14280        - name: GOOGLE_APPLICATION_CREDENTIALS
 14281          value: /etc/service-account/service-account.json
 14282        - name: USER
 14283          value: prow
 14284        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 14285          value: /etc/ssh-key-secret/ssh-private
 14286        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 14287          value: /etc/ssh-key-secret/ssh-public
 14288        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 14289        volumeMounts:
 14290        - mountPath: /etc/service-account
 14291          name: service
 14292          readOnly: true
 14293        - mountPath: /etc/ssh-key-secret
 14294          name: ssh
 14295          readOnly: true
 14296      volumes:
 14297      - name: service
 14298        secret:
 14299          secretName: service-account
 14300      - name: ssh
 14301        secret:
 14302          defaultMode: 256
 14303          secretName: ssh-key-secret
 14304  
 14305  - interval: 30m
 14306    agent: kubernetes
 14307    name: ci-kubernetes-e2e-gke-stackdriver
 14308    spec:
 14309      containers:
 14310      - args:
 14311        - --timeout=70
 14312        - --bare
 14313        env:
 14314        - name: GOOGLE_APPLICATION_CREDENTIALS
 14315          value: /etc/service-account/service-account.json
 14316        - name: USER
 14317          value: prow
 14318        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 14319          value: /etc/ssh-key-secret/ssh-private
 14320        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 14321          value: /etc/ssh-key-secret/ssh-public
 14322        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 14323        volumeMounts:
 14324        - mountPath: /etc/service-account
 14325          name: service
 14326          readOnly: true
 14327        - mountPath: /etc/ssh-key-secret
 14328          name: ssh
 14329          readOnly: true
 14330      volumes:
 14331      - name: service
 14332        secret:
 14333          secretName: service-account
 14334      - name: ssh
 14335        secret:
 14336          defaultMode: 256
 14337          secretName: ssh-key-secret
 14338  
 14339  - interval: 30m
 14340    agent: kubernetes
 14341    name: ci-kubernetes-e2e-gke-staging-default-parallel
 14342    spec:
 14343      containers:
 14344      - args:
 14345        - --timeout=100
 14346        - --bare
 14347        env:
 14348        - name: GOOGLE_APPLICATION_CREDENTIALS
 14349          value: /etc/service-account/service-account.json
 14350        - name: USER
 14351          value: prow
 14352        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 14353          value: /etc/ssh-key-secret/ssh-private
 14354        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 14355          value: /etc/ssh-key-secret/ssh-public
 14356        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 14357        volumeMounts:
 14358        - mountPath: /etc/service-account
 14359          name: service
 14360          readOnly: true
 14361        - mountPath: /etc/ssh-key-secret
 14362          name: ssh
 14363          readOnly: true
 14364      volumes:
 14365      - name: service
 14366        secret:
 14367          secretName: service-account
 14368      - name: ssh
 14369        secret:
 14370          defaultMode: 256
 14371          secretName: ssh-key-secret
 14372  
 14373  - interval: 30m
 14374    agent: kubernetes
 14375    name: ci-kubernetes-e2e-gke-staging-default-serial
 14376    spec:
 14377      containers:
 14378      - args:
 14379        - --timeout=620
 14380        - --bare
 14381        env:
 14382        - name: GOOGLE_APPLICATION_CREDENTIALS
 14383          value: /etc/service-account/service-account.json
 14384        - name: USER
 14385          value: prow
 14386        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 14387          value: /etc/ssh-key-secret/ssh-private
 14388        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 14389          value: /etc/ssh-key-secret/ssh-public
 14390        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 14391        volumeMounts:
 14392        - mountPath: /etc/service-account
 14393          name: service
 14394          readOnly: true
 14395        - mountPath: /etc/ssh-key-secret
 14396          name: ssh
 14397          readOnly: true
 14398      volumes:
 14399      - name: service
 14400        secret:
 14401          secretName: service-account
 14402      - name: ssh
 14403        secret:
 14404          defaultMode: 256
 14405          secretName: ssh-key-secret
 14406  
 14407  - interval: 30m
 14408    agent: kubernetes
 14409    name: ci-kubernetes-e2e-gke-staging-latest-parallel
 14410    spec:
 14411      containers:
 14412      - args:
 14413        - --timeout=100
 14414        - --bare
 14415        env:
 14416        - name: GOOGLE_APPLICATION_CREDENTIALS
 14417          value: /etc/service-account/service-account.json
 14418        - name: USER
 14419          value: prow
 14420        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 14421          value: /etc/ssh-key-secret/ssh-private
 14422        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 14423          value: /etc/ssh-key-secret/ssh-public
 14424        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 14425        volumeMounts:
 14426        - mountPath: /etc/service-account
 14427          name: service
 14428          readOnly: true
 14429        - mountPath: /etc/ssh-key-secret
 14430          name: ssh
 14431          readOnly: true
 14432      volumes:
 14433      - name: service
 14434        secret:
 14435          secretName: service-account
 14436      - name: ssh
 14437        secret:
 14438          defaultMode: 256
 14439          secretName: ssh-key-secret
 14440  
 14441  - interval: 30m
 14442    agent: kubernetes
 14443    name: ci-kubernetes-e2e-gke-staging-latest-serial
 14444    spec:
 14445      containers:
 14446      - args:
 14447        - --timeout=620
 14448        - --bare
 14449        env:
 14450        - name: GOOGLE_APPLICATION_CREDENTIALS
 14451          value: /etc/service-account/service-account.json
 14452        - name: USER
 14453          value: prow
 14454        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 14455          value: /etc/ssh-key-secret/ssh-private
 14456        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 14457          value: /etc/ssh-key-secret/ssh-public
 14458        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 14459        volumeMounts:
 14460        - mountPath: /etc/service-account
 14461          name: service
 14462          readOnly: true
 14463        - mountPath: /etc/ssh-key-secret
 14464          name: ssh
 14465          readOnly: true
 14466      volumes:
 14467      - name: service
 14468        secret:
 14469          secretName: service-account
 14470      - name: ssh
 14471        secret:
 14472          defaultMode: 256
 14473          secretName: ssh-key-secret
 14474  
 14475  - interval: 30m
 14476    agent: kubernetes
 14477    name: ci-kubernetes-e2e-gke-subnet
 14478    spec:
 14479      containers:
 14480      - args:
 14481        - --timeout=500
 14482        - --bare
 14483        env:
 14484        - name: GOOGLE_APPLICATION_CREDENTIALS
 14485          value: /etc/service-account/service-account.json
 14486        - name: USER
 14487          value: prow
 14488        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 14489          value: /etc/ssh-key-secret/ssh-private
 14490        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 14491          value: /etc/ssh-key-secret/ssh-public
 14492        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 14493        volumeMounts:
 14494        - mountPath: /etc/service-account
 14495          name: service
 14496          readOnly: true
 14497        - mountPath: /etc/ssh-key-secret
 14498          name: ssh
 14499          readOnly: true
 14500      volumes:
 14501      - name: service
 14502        secret:
 14503          secretName: service-account
 14504      - name: ssh
 14505        secret:
 14506          defaultMode: 256
 14507          secretName: ssh-key-secret
 14508  
 14509  - interval: 30m
 14510    agent: kubernetes
 14511    name: ci-kubernetes-e2e-gke-test
 14512    spec:
 14513      containers:
 14514      - args:
 14515        - --timeout=500
 14516        - --bare
 14517        env:
 14518        - name: GOOGLE_APPLICATION_CREDENTIALS
 14519          value: /etc/service-account/service-account.json
 14520        - name: USER
 14521          value: prow
 14522        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 14523          value: /etc/ssh-key-secret/ssh-private
 14524        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 14525          value: /etc/ssh-key-secret/ssh-public
 14526        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 14527        volumeMounts:
 14528        - mountPath: /etc/service-account
 14529          name: service
 14530          readOnly: true
 14531        - mountPath: /etc/ssh-key-secret
 14532          name: ssh
 14533          readOnly: true
 14534      volumes:
 14535      - name: service
 14536        secret:
 14537          secretName: service-account
 14538      - name: ssh
 14539        secret:
 14540          defaultMode: 256
 14541          secretName: ssh-key-secret
 14542  
 14543  - tags:
 14544    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 14545    interval: 2h
 14546    agent: kubernetes
 14547    name: ci-kubernetes-e2e-gke-ubuntustable1-k8sdev-alphafeatures
 14548    spec:
 14549      containers:
 14550      - args:
 14551        - --bare
 14552        - --timeout=200
 14553        env:
 14554        - name: GOOGLE_APPLICATION_CREDENTIALS
 14555          value: /etc/service-account/service-account.json
 14556        - name: USER
 14557          value: prow
 14558        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 14559          value: /etc/ssh-key-secret/ssh-private
 14560        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 14561          value: /etc/ssh-key-secret/ssh-public
 14562        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 14563        volumeMounts:
 14564        - mountPath: /etc/service-account
 14565          name: service
 14566          readOnly: true
 14567        - mountPath: /etc/ssh-key-secret
 14568          name: ssh
 14569          readOnly: true
 14570      volumes:
 14571      - name: service
 14572        secret:
 14573          secretName: service-account
 14574      - name: ssh
 14575        secret:
 14576          defaultMode: 256
 14577          secretName: ssh-key-secret
 14578  
 14579  - tags:
 14580    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 14581    interval: 2h
 14582    agent: kubernetes
 14583    name: ci-kubernetes-e2e-gke-ubuntustable1-k8sdev-autoscaling
 14584    spec:
 14585      containers:
 14586      - args:
 14587        - --bare
 14588        - --timeout=320
 14589        env:
 14590        - name: GOOGLE_APPLICATION_CREDENTIALS
 14591          value: /etc/service-account/service-account.json
 14592        - name: USER
 14593          value: prow
 14594        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 14595          value: /etc/ssh-key-secret/ssh-private
 14596        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 14597          value: /etc/ssh-key-secret/ssh-public
 14598        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 14599        volumeMounts:
 14600        - mountPath: /etc/service-account
 14601          name: service
 14602          readOnly: true
 14603        - mountPath: /etc/ssh-key-secret
 14604          name: ssh
 14605          readOnly: true
 14606      volumes:
 14607      - name: service
 14608        secret:
 14609          secretName: service-account
 14610      - name: ssh
 14611        secret:
 14612          defaultMode: 256
 14613          secretName: ssh-key-secret
 14614  
 14615  - tags:
 14616    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 14617    interval: 2h
 14618    agent: kubernetes
 14619    name: ci-kubernetes-e2e-gke-ubuntustable1-k8sdev-default
 14620    spec:
 14621      containers:
 14622      - args:
 14623        - --bare
 14624        - --timeout=70
 14625        env:
 14626        - name: GOOGLE_APPLICATION_CREDENTIALS
 14627          value: /etc/service-account/service-account.json
 14628        - name: USER
 14629          value: prow
 14630        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 14631          value: /etc/ssh-key-secret/ssh-private
 14632        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 14633          value: /etc/ssh-key-secret/ssh-public
 14634        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 14635        volumeMounts:
 14636        - mountPath: /etc/service-account
 14637          name: service
 14638          readOnly: true
 14639        - mountPath: /etc/ssh-key-secret
 14640          name: ssh
 14641          readOnly: true
 14642      volumes:
 14643      - name: service
 14644        secret:
 14645          secretName: service-account
 14646      - name: ssh
 14647        secret:
 14648          defaultMode: 256
 14649          secretName: ssh-key-secret
 14650  
 14651  - tags:
 14652    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 14653    interval: 2h
 14654    agent: kubernetes
 14655    name: ci-kubernetes-e2e-gke-ubuntustable1-k8sdev-flaky
 14656    spec:
 14657      containers:
 14658      - args:
 14659        - --bare
 14660        - --timeout=320
 14661        env:
 14662        - name: GOOGLE_APPLICATION_CREDENTIALS
 14663          value: /etc/service-account/service-account.json
 14664        - name: USER
 14665          value: prow
 14666        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 14667          value: /etc/ssh-key-secret/ssh-private
 14668        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 14669          value: /etc/ssh-key-secret/ssh-public
 14670        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 14671        volumeMounts:
 14672        - mountPath: /etc/service-account
 14673          name: service
 14674          readOnly: true
 14675        - mountPath: /etc/ssh-key-secret
 14676          name: ssh
 14677          readOnly: true
 14678      volumes:
 14679      - name: service
 14680        secret:
 14681          secretName: service-account
 14682      - name: ssh
 14683        secret:
 14684          defaultMode: 256
 14685          secretName: ssh-key-secret
 14686  
 14687  - tags:
 14688    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 14689    interval: 2h
 14690    agent: kubernetes
 14691    name: ci-kubernetes-e2e-gke-ubuntustable1-k8sdev-ingress
 14692    spec:
 14693      containers:
 14694      - args:
 14695        - --bare
 14696        - --timeout=320
 14697        env:
 14698        - name: GOOGLE_APPLICATION_CREDENTIALS
 14699          value: /etc/service-account/service-account.json
 14700        - name: USER
 14701          value: prow
 14702        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 14703          value: /etc/ssh-key-secret/ssh-private
 14704        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 14705          value: /etc/ssh-key-secret/ssh-public
 14706        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 14707        volumeMounts:
 14708        - mountPath: /etc/service-account
 14709          name: service
 14710          readOnly: true
 14711        - mountPath: /etc/ssh-key-secret
 14712          name: ssh
 14713          readOnly: true
 14714      volumes:
 14715      - name: service
 14716        secret:
 14717          secretName: service-account
 14718      - name: ssh
 14719        secret:
 14720          defaultMode: 256
 14721          secretName: ssh-key-secret
 14722  
 14723  - tags:
 14724    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 14725    interval: 2h
 14726    agent: kubernetes
 14727    name: ci-kubernetes-e2e-gke-ubuntustable1-k8sdev-reboot
 14728    spec:
 14729      containers:
 14730      - args:
 14731        - --bare
 14732        - --timeout=200
 14733        env:
 14734        - name: GOOGLE_APPLICATION_CREDENTIALS
 14735          value: /etc/service-account/service-account.json
 14736        - name: USER
 14737          value: prow
 14738        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 14739          value: /etc/ssh-key-secret/ssh-private
 14740        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 14741          value: /etc/ssh-key-secret/ssh-public
 14742        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 14743        volumeMounts:
 14744        - mountPath: /etc/service-account
 14745          name: service
 14746          readOnly: true
 14747        - mountPath: /etc/ssh-key-secret
 14748          name: ssh
 14749          readOnly: true
 14750      volumes:
 14751      - name: service
 14752        secret:
 14753          secretName: service-account
 14754      - name: ssh
 14755        secret:
 14756          defaultMode: 256
 14757          secretName: ssh-key-secret
 14758  
 14759  - tags:
 14760    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 14761    interval: 2h
 14762    agent: kubernetes
 14763    name: ci-kubernetes-e2e-gke-ubuntustable1-k8sdev-serial
 14764    spec:
 14765      containers:
 14766      - args:
 14767        - --bare
 14768        - --timeout=520
 14769        env:
 14770        - name: GOOGLE_APPLICATION_CREDENTIALS
 14771          value: /etc/service-account/service-account.json
 14772        - name: USER
 14773          value: prow
 14774        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 14775          value: /etc/ssh-key-secret/ssh-private
 14776        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 14777          value: /etc/ssh-key-secret/ssh-public
 14778        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 14779        volumeMounts:
 14780        - mountPath: /etc/service-account
 14781          name: service
 14782          readOnly: true
 14783        - mountPath: /etc/ssh-key-secret
 14784          name: ssh
 14785          readOnly: true
 14786      volumes:
 14787      - name: service
 14788        secret:
 14789          secretName: service-account
 14790      - name: ssh
 14791        secret:
 14792          defaultMode: 256
 14793          secretName: ssh-key-secret
 14794  
 14795  - tags:
 14796    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 14797    interval: 2h
 14798    agent: kubernetes
 14799    name: ci-kubernetes-e2e-gke-ubuntustable1-k8sdev-slow
 14800    spec:
 14801      containers:
 14802      - args:
 14803        - --bare
 14804        - --timeout=170
 14805        env:
 14806        - name: GOOGLE_APPLICATION_CREDENTIALS
 14807          value: /etc/service-account/service-account.json
 14808        - name: USER
 14809          value: prow
 14810        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 14811          value: /etc/ssh-key-secret/ssh-private
 14812        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 14813          value: /etc/ssh-key-secret/ssh-public
 14814        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 14815        volumeMounts:
 14816        - mountPath: /etc/service-account
 14817          name: service
 14818          readOnly: true
 14819        - mountPath: /etc/ssh-key-secret
 14820          name: ssh
 14821          readOnly: true
 14822      volumes:
 14823      - name: service
 14824        secret:
 14825          secretName: service-account
 14826      - name: ssh
 14827        secret:
 14828          defaultMode: 256
 14829          secretName: ssh-key-secret
 14830  
 14831  - tags:
 14832    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 14833    interval: 2h
 14834    agent: kubernetes
 14835    name: ci-kubernetes-e2e-gke-ubuntustable1-k8sdev-updown
 14836    spec:
 14837      containers:
 14838      - args:
 14839        - --bare
 14840        - --timeout=50
 14841        env:
 14842        - name: GOOGLE_APPLICATION_CREDENTIALS
 14843          value: /etc/service-account/service-account.json
 14844        - name: USER
 14845          value: prow
 14846        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 14847          value: /etc/ssh-key-secret/ssh-private
 14848        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 14849          value: /etc/ssh-key-secret/ssh-public
 14850        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 14851        volumeMounts:
 14852        - mountPath: /etc/service-account
 14853          name: service
 14854          readOnly: true
 14855        - mountPath: /etc/ssh-key-secret
 14856          name: ssh
 14857          readOnly: true
 14858      volumes:
 14859      - name: service
 14860        secret:
 14861          secretName: service-account
 14862      - name: ssh
 14863        secret:
 14864          defaultMode: 256
 14865          secretName: ssh-key-secret
 14866  
 14867  - tags:
 14868    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 14869    interval: 2h
 14870    agent: kubernetes
 14871    name: ci-kubernetes-e2e-gke-ubuntustable1-k8sstable1-alphafeatures
 14872    spec:
 14873      containers:
 14874      - args:
 14875        - --bare
 14876        - --timeout=200
 14877        env:
 14878        - name: GOOGLE_APPLICATION_CREDENTIALS
 14879          value: /etc/service-account/service-account.json
 14880        - name: USER
 14881          value: prow
 14882        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 14883          value: /etc/ssh-key-secret/ssh-private
 14884        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 14885          value: /etc/ssh-key-secret/ssh-public
 14886        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 14887        volumeMounts:
 14888        - mountPath: /etc/service-account
 14889          name: service
 14890          readOnly: true
 14891        - mountPath: /etc/ssh-key-secret
 14892          name: ssh
 14893          readOnly: true
 14894      volumes:
 14895      - name: service
 14896        secret:
 14897          secretName: service-account
 14898      - name: ssh
 14899        secret:
 14900          defaultMode: 256
 14901          secretName: ssh-key-secret
 14902  
 14903  - tags:
 14904    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 14905    interval: 2h
 14906    agent: kubernetes
 14907    name: ci-kubernetes-e2e-gke-ubuntustable1-k8sstable1-autoscaling
 14908    spec:
 14909      containers:
 14910      - args:
 14911        - --bare
 14912        - --timeout=320
 14913        env:
 14914        - name: GOOGLE_APPLICATION_CREDENTIALS
 14915          value: /etc/service-account/service-account.json
 14916        - name: USER
 14917          value: prow
 14918        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 14919          value: /etc/ssh-key-secret/ssh-private
 14920        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 14921          value: /etc/ssh-key-secret/ssh-public
 14922        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 14923        volumeMounts:
 14924        - mountPath: /etc/service-account
 14925          name: service
 14926          readOnly: true
 14927        - mountPath: /etc/ssh-key-secret
 14928          name: ssh
 14929          readOnly: true
 14930      volumes:
 14931      - name: service
 14932        secret:
 14933          secretName: service-account
 14934      - name: ssh
 14935        secret:
 14936          defaultMode: 256
 14937          secretName: ssh-key-secret
 14938  
 14939  - tags:
 14940    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 14941    interval: 2h
 14942    agent: kubernetes
 14943    name: ci-kubernetes-e2e-gke-ubuntustable1-k8sstable1-default
 14944    spec:
 14945      containers:
 14946      - args:
 14947        - --bare
 14948        - --timeout=70
 14949        env:
 14950        - name: GOOGLE_APPLICATION_CREDENTIALS
 14951          value: /etc/service-account/service-account.json
 14952        - name: USER
 14953          value: prow
 14954        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 14955          value: /etc/ssh-key-secret/ssh-private
 14956        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 14957          value: /etc/ssh-key-secret/ssh-public
 14958        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 14959        volumeMounts:
 14960        - mountPath: /etc/service-account
 14961          name: service
 14962          readOnly: true
 14963        - mountPath: /etc/ssh-key-secret
 14964          name: ssh
 14965          readOnly: true
 14966      volumes:
 14967      - name: service
 14968        secret:
 14969          secretName: service-account
 14970      - name: ssh
 14971        secret:
 14972          defaultMode: 256
 14973          secretName: ssh-key-secret
 14974  
 14975  
 14976  - tags:
 14977    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 14978    interval: 2h
 14979    agent: kubernetes
 14980    name: ci-kubernetes-e2e-gke-ubuntustable1-k8sstable1-flaky
 14981    spec:
 14982      containers:
 14983      - args:
 14984        - --bare
 14985        - --timeout=320
 14986        env:
 14987        - name: GOOGLE_APPLICATION_CREDENTIALS
 14988          value: /etc/service-account/service-account.json
 14989        - name: USER
 14990          value: prow
 14991        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 14992          value: /etc/ssh-key-secret/ssh-private
 14993        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 14994          value: /etc/ssh-key-secret/ssh-public
 14995        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 14996        volumeMounts:
 14997        - mountPath: /etc/service-account
 14998          name: service
 14999          readOnly: true
 15000        - mountPath: /etc/ssh-key-secret
 15001          name: ssh
 15002          readOnly: true
 15003      volumes:
 15004      - name: service
 15005        secret:
 15006          secretName: service-account
 15007      - name: ssh
 15008        secret:
 15009          defaultMode: 256
 15010          secretName: ssh-key-secret
 15011  
 15012  - tags:
 15013    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 15014    interval: 2h
 15015    agent: kubernetes
 15016    name: ci-kubernetes-e2e-gke-ubuntustable1-k8sstable1-ingress
 15017    spec:
 15018      containers:
 15019      - args:
 15020        - --bare
 15021        - --timeout=320
 15022        env:
 15023        - name: GOOGLE_APPLICATION_CREDENTIALS
 15024          value: /etc/service-account/service-account.json
 15025        - name: USER
 15026          value: prow
 15027        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 15028          value: /etc/ssh-key-secret/ssh-private
 15029        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 15030          value: /etc/ssh-key-secret/ssh-public
 15031        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 15032        volumeMounts:
 15033        - mountPath: /etc/service-account
 15034          name: service
 15035          readOnly: true
 15036        - mountPath: /etc/ssh-key-secret
 15037          name: ssh
 15038          readOnly: true
 15039      volumes:
 15040      - name: service
 15041        secret:
 15042          secretName: service-account
 15043      - name: ssh
 15044        secret:
 15045          defaultMode: 256
 15046          secretName: ssh-key-secret
 15047  
 15048  - tags:
 15049    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 15050    interval: 2h
 15051    agent: kubernetes
 15052    name: ci-kubernetes-e2e-gke-ubuntustable1-k8sstable1-reboot
 15053    spec:
 15054      containers:
 15055      - args:
 15056        - --bare
 15057        - --timeout=200
 15058        env:
 15059        - name: GOOGLE_APPLICATION_CREDENTIALS
 15060          value: /etc/service-account/service-account.json
 15061        - name: USER
 15062          value: prow
 15063        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 15064          value: /etc/ssh-key-secret/ssh-private
 15065        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 15066          value: /etc/ssh-key-secret/ssh-public
 15067        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 15068        volumeMounts:
 15069        - mountPath: /etc/service-account
 15070          name: service
 15071          readOnly: true
 15072        - mountPath: /etc/ssh-key-secret
 15073          name: ssh
 15074          readOnly: true
 15075      volumes:
 15076      - name: service
 15077        secret:
 15078          secretName: service-account
 15079      - name: ssh
 15080        secret:
 15081          defaultMode: 256
 15082          secretName: ssh-key-secret
 15083  
 15084  - tags:
 15085    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 15086    interval: 2h
 15087    agent: kubernetes
 15088    name: ci-kubernetes-e2e-gke-ubuntustable1-k8sstable1-serial
 15089    spec:
 15090      containers:
 15091      - args:
 15092        - --bare
 15093        - --timeout=520
 15094        env:
 15095        - name: GOOGLE_APPLICATION_CREDENTIALS
 15096          value: /etc/service-account/service-account.json
 15097        - name: USER
 15098          value: prow
 15099        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 15100          value: /etc/ssh-key-secret/ssh-private
 15101        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 15102          value: /etc/ssh-key-secret/ssh-public
 15103        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 15104        volumeMounts:
 15105        - mountPath: /etc/service-account
 15106          name: service
 15107          readOnly: true
 15108        - mountPath: /etc/ssh-key-secret
 15109          name: ssh
 15110          readOnly: true
 15111      volumes:
 15112      - name: service
 15113        secret:
 15114          secretName: service-account
 15115      - name: ssh
 15116        secret:
 15117          defaultMode: 256
 15118          secretName: ssh-key-secret
 15119  
 15120  - tags:
 15121    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 15122    interval: 2h
 15123    agent: kubernetes
 15124    name: ci-kubernetes-e2e-gke-ubuntustable1-k8sstable1-slow
 15125    spec:
 15126      containers:
 15127      - args:
 15128        - --bare
 15129        - --timeout=170
 15130        env:
 15131        - name: GOOGLE_APPLICATION_CREDENTIALS
 15132          value: /etc/service-account/service-account.json
 15133        - name: USER
 15134          value: prow
 15135        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 15136          value: /etc/ssh-key-secret/ssh-private
 15137        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 15138          value: /etc/ssh-key-secret/ssh-public
 15139        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 15140        volumeMounts:
 15141        - mountPath: /etc/service-account
 15142          name: service
 15143          readOnly: true
 15144        - mountPath: /etc/ssh-key-secret
 15145          name: ssh
 15146          readOnly: true
 15147      volumes:
 15148      - name: service
 15149        secret:
 15150          secretName: service-account
 15151      - name: ssh
 15152        secret:
 15153          defaultMode: 256
 15154          secretName: ssh-key-secret
 15155  
 15156  - tags:
 15157    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 15158    interval: 2h
 15159    agent: kubernetes
 15160    name: ci-kubernetes-e2e-gke-ubuntustable1-k8sstable1-updown
 15161    spec:
 15162      containers:
 15163      - args:
 15164        - --bare
 15165        - --timeout=50
 15166        env:
 15167        - name: GOOGLE_APPLICATION_CREDENTIALS
 15168          value: /etc/service-account/service-account.json
 15169        - name: USER
 15170          value: prow
 15171        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 15172          value: /etc/ssh-key-secret/ssh-private
 15173        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 15174          value: /etc/ssh-key-secret/ssh-public
 15175        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 15176        volumeMounts:
 15177        - mountPath: /etc/service-account
 15178          name: service
 15179          readOnly: true
 15180        - mountPath: /etc/ssh-key-secret
 15181          name: ssh
 15182          readOnly: true
 15183      volumes:
 15184      - name: service
 15185        secret:
 15186          secretName: service-account
 15187      - name: ssh
 15188        secret:
 15189          defaultMode: 256
 15190          secretName: ssh-key-secret
 15191  
 15192  - tags:
 15193    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 15194    interval: 2h
 15195    agent: kubernetes
 15196    name: ci-kubernetes-e2e-gke-ubuntustable1-k8sstable2-alphafeatures
 15197    spec:
 15198      containers:
 15199      - args:
 15200        - --bare
 15201        - --timeout=200
 15202        env:
 15203        - name: GOOGLE_APPLICATION_CREDENTIALS
 15204          value: /etc/service-account/service-account.json
 15205        - name: USER
 15206          value: prow
 15207        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 15208          value: /etc/ssh-key-secret/ssh-private
 15209        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 15210          value: /etc/ssh-key-secret/ssh-public
 15211        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 15212        volumeMounts:
 15213        - mountPath: /etc/service-account
 15214          name: service
 15215          readOnly: true
 15216        - mountPath: /etc/ssh-key-secret
 15217          name: ssh
 15218          readOnly: true
 15219      volumes:
 15220      - name: service
 15221        secret:
 15222          secretName: service-account
 15223      - name: ssh
 15224        secret:
 15225          defaultMode: 256
 15226          secretName: ssh-key-secret
 15227  
 15228  - tags:
 15229    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 15230    interval: 2h
 15231    agent: kubernetes
 15232    name: ci-kubernetes-e2e-gke-ubuntustable1-k8sstable2-autoscaling
 15233    spec:
 15234      containers:
 15235      - args:
 15236        - --bare
 15237        - --timeout=320
 15238        env:
 15239        - name: GOOGLE_APPLICATION_CREDENTIALS
 15240          value: /etc/service-account/service-account.json
 15241        - name: USER
 15242          value: prow
 15243        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 15244          value: /etc/ssh-key-secret/ssh-private
 15245        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 15246          value: /etc/ssh-key-secret/ssh-public
 15247        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 15248        volumeMounts:
 15249        - mountPath: /etc/service-account
 15250          name: service
 15251          readOnly: true
 15252        - mountPath: /etc/ssh-key-secret
 15253          name: ssh
 15254          readOnly: true
 15255      volumes:
 15256      - name: service
 15257        secret:
 15258          secretName: service-account
 15259      - name: ssh
 15260        secret:
 15261          defaultMode: 256
 15262          secretName: ssh-key-secret
 15263  
 15264  - tags:
 15265    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 15266    interval: 2h
 15267    agent: kubernetes
 15268    name: ci-kubernetes-e2e-gke-ubuntustable1-k8sstable2-default
 15269    spec:
 15270      containers:
 15271      - args:
 15272        - --bare
 15273        - --timeout=70
 15274        env:
 15275        - name: GOOGLE_APPLICATION_CREDENTIALS
 15276          value: /etc/service-account/service-account.json
 15277        - name: USER
 15278          value: prow
 15279        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 15280          value: /etc/ssh-key-secret/ssh-private
 15281        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 15282          value: /etc/ssh-key-secret/ssh-public
 15283        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 15284        volumeMounts:
 15285        - mountPath: /etc/service-account
 15286          name: service
 15287          readOnly: true
 15288        - mountPath: /etc/ssh-key-secret
 15289          name: ssh
 15290          readOnly: true
 15291      volumes:
 15292      - name: service
 15293        secret:
 15294          secretName: service-account
 15295      - name: ssh
 15296        secret:
 15297          defaultMode: 256
 15298          secretName: ssh-key-secret
 15299  
 15300  - tags:
 15301    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 15302    interval: 2h
 15303    agent: kubernetes
 15304    name: ci-kubernetes-e2e-gke-ubuntustable1-k8sstable2-flaky
 15305    spec:
 15306      containers:
 15307      - args:
 15308        - --bare
 15309        - --timeout=320
 15310        env:
 15311        - name: GOOGLE_APPLICATION_CREDENTIALS
 15312          value: /etc/service-account/service-account.json
 15313        - name: USER
 15314          value: prow
 15315        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 15316          value: /etc/ssh-key-secret/ssh-private
 15317        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 15318          value: /etc/ssh-key-secret/ssh-public
 15319        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 15320        volumeMounts:
 15321        - mountPath: /etc/service-account
 15322          name: service
 15323          readOnly: true
 15324        - mountPath: /etc/ssh-key-secret
 15325          name: ssh
 15326          readOnly: true
 15327      volumes:
 15328      - name: service
 15329        secret:
 15330          secretName: service-account
 15331      - name: ssh
 15332        secret:
 15333          defaultMode: 256
 15334          secretName: ssh-key-secret
 15335  
 15336  - tags:
 15337    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 15338    interval: 2h
 15339    agent: kubernetes
 15340    name: ci-kubernetes-e2e-gke-ubuntustable1-k8sstable2-ingress
 15341    spec:
 15342      containers:
 15343      - args:
 15344        - --bare
 15345        - --timeout=320
 15346        env:
 15347        - name: GOOGLE_APPLICATION_CREDENTIALS
 15348          value: /etc/service-account/service-account.json
 15349        - name: USER
 15350          value: prow
 15351        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 15352          value: /etc/ssh-key-secret/ssh-private
 15353        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 15354          value: /etc/ssh-key-secret/ssh-public
 15355        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 15356        volumeMounts:
 15357        - mountPath: /etc/service-account
 15358          name: service
 15359          readOnly: true
 15360        - mountPath: /etc/ssh-key-secret
 15361          name: ssh
 15362          readOnly: true
 15363      volumes:
 15364      - name: service
 15365        secret:
 15366          secretName: service-account
 15367      - name: ssh
 15368        secret:
 15369          defaultMode: 256
 15370          secretName: ssh-key-secret
 15371  
 15372  - tags:
 15373    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 15374    interval: 2h
 15375    agent: kubernetes
 15376    name: ci-kubernetes-e2e-gke-ubuntustable1-k8sstable2-reboot
 15377    spec:
 15378      containers:
 15379      - args:
 15380        - --bare
 15381        - --timeout=200
 15382        env:
 15383        - name: GOOGLE_APPLICATION_CREDENTIALS
 15384          value: /etc/service-account/service-account.json
 15385        - name: USER
 15386          value: prow
 15387        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 15388          value: /etc/ssh-key-secret/ssh-private
 15389        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 15390          value: /etc/ssh-key-secret/ssh-public
 15391        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 15392        volumeMounts:
 15393        - mountPath: /etc/service-account
 15394          name: service
 15395          readOnly: true
 15396        - mountPath: /etc/ssh-key-secret
 15397          name: ssh
 15398          readOnly: true
 15399      volumes:
 15400      - name: service
 15401        secret:
 15402          secretName: service-account
 15403      - name: ssh
 15404        secret:
 15405          defaultMode: 256
 15406          secretName: ssh-key-secret
 15407  
 15408  - tags:
 15409    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 15410    interval: 2h
 15411    agent: kubernetes
 15412    name: ci-kubernetes-e2e-gke-ubuntustable1-k8sstable2-serial
 15413    spec:
 15414      containers:
 15415      - args:
 15416        - --bare
 15417        - --timeout=520
 15418        env:
 15419        - name: GOOGLE_APPLICATION_CREDENTIALS
 15420          value: /etc/service-account/service-account.json
 15421        - name: USER
 15422          value: prow
 15423        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 15424          value: /etc/ssh-key-secret/ssh-private
 15425        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 15426          value: /etc/ssh-key-secret/ssh-public
 15427        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 15428        volumeMounts:
 15429        - mountPath: /etc/service-account
 15430          name: service
 15431          readOnly: true
 15432        - mountPath: /etc/ssh-key-secret
 15433          name: ssh
 15434          readOnly: true
 15435      volumes:
 15436      - name: service
 15437        secret:
 15438          secretName: service-account
 15439      - name: ssh
 15440        secret:
 15441          defaultMode: 256
 15442          secretName: ssh-key-secret
 15443  
 15444  - tags:
 15445    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 15446    interval: 2h
 15447    agent: kubernetes
 15448    name: ci-kubernetes-e2e-gke-ubuntustable1-k8sstable2-slow
 15449    spec:
 15450      containers:
 15451      - args:
 15452        - --bare
 15453        - --timeout=170
 15454        env:
 15455        - name: GOOGLE_APPLICATION_CREDENTIALS
 15456          value: /etc/service-account/service-account.json
 15457        - name: USER
 15458          value: prow
 15459        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 15460          value: /etc/ssh-key-secret/ssh-private
 15461        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 15462          value: /etc/ssh-key-secret/ssh-public
 15463        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 15464        volumeMounts:
 15465        - mountPath: /etc/service-account
 15466          name: service
 15467          readOnly: true
 15468        - mountPath: /etc/ssh-key-secret
 15469          name: ssh
 15470          readOnly: true
 15471      volumes:
 15472      - name: service
 15473        secret:
 15474          secretName: service-account
 15475      - name: ssh
 15476        secret:
 15477          defaultMode: 256
 15478          secretName: ssh-key-secret
 15479  
 15480  - tags:
 15481    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 15482    interval: 2h
 15483    agent: kubernetes
 15484    name: ci-kubernetes-e2e-gke-ubuntustable1-k8sstable2-updown
 15485    spec:
 15486      containers:
 15487      - args:
 15488        - --bare
 15489        - --timeout=50
 15490        env:
 15491        - name: GOOGLE_APPLICATION_CREDENTIALS
 15492          value: /etc/service-account/service-account.json
 15493        - name: USER
 15494          value: prow
 15495        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 15496          value: /etc/ssh-key-secret/ssh-private
 15497        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 15498          value: /etc/ssh-key-secret/ssh-public
 15499        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 15500        volumeMounts:
 15501        - mountPath: /etc/service-account
 15502          name: service
 15503          readOnly: true
 15504        - mountPath: /etc/ssh-key-secret
 15505          name: ssh
 15506          readOnly: true
 15507      volumes:
 15508      - name: service
 15509        secret:
 15510          secretName: service-account
 15511      - name: ssh
 15512        secret:
 15513          defaultMode: 256
 15514          secretName: ssh-key-secret
 15515  
 15516  - interval: 30m
 15517    agent: kubernetes
 15518    name: ci-kubernetes-e2e-gke-updown
 15519    spec:
 15520      containers:
 15521      - args:
 15522        - --timeout=50
 15523        - --bare
 15524        env:
 15525        - name: GOOGLE_APPLICATION_CREDENTIALS
 15526          value: /etc/service-account/service-account.json
 15527        - name: USER
 15528          value: prow
 15529        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 15530          value: /etc/ssh-key-secret/ssh-private
 15531        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 15532          value: /etc/ssh-key-secret/ssh-public
 15533        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 15534        volumeMounts:
 15535        - mountPath: /etc/service-account
 15536          name: service
 15537          readOnly: true
 15538        - mountPath: /etc/ssh-key-secret
 15539          name: ssh
 15540          readOnly: true
 15541      volumes:
 15542      - name: service
 15543        secret:
 15544          secretName: service-account
 15545      - name: ssh
 15546        secret:
 15547          defaultMode: 256
 15548          secretName: ssh-key-secret
 15549  
 15550  - interval: 30m
 15551    agent: kubernetes
 15552    name: ci-kubernetes-e2e-kops-aws
 15553    spec:
 15554      containers:
 15555      - args:
 15556        - --timeout=140
 15557        - --bare
 15558        env:
 15559        - name: GOOGLE_APPLICATION_CREDENTIALS
 15560          value: /etc/service-account/service-account.json
 15561        - name: USER
 15562          value: prow
 15563        - name: JENKINS_AWS_CREDENTIALS_FILE
 15564          value: /etc/aws-cred/credentials
 15565        - name: JENKINS_AWS_SSH_PRIVATE_KEY_FILE
 15566          value: /etc/aws-ssh/aws-ssh-private
 15567        - name: JENKINS_AWS_SSH_PUBLIC_KEY_FILE
 15568          value: /etc/aws-ssh/aws-ssh-public
 15569        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 15570        volumeMounts:
 15571        - mountPath: /etc/service-account
 15572          name: service
 15573          readOnly: true
 15574        - mountPath: /etc/aws-ssh
 15575          name: aws-ssh
 15576          readOnly: true
 15577        - mountPath: /etc/aws-cred
 15578          name: aws-cred
 15579          readOnly: true
 15580      volumes:
 15581      - name: service
 15582        secret:
 15583          secretName: service-account
 15584      - name: aws-ssh
 15585        secret:
 15586          defaultMode: 256
 15587          secretName: aws-ssh-key-secret
 15588      - name: aws-cred
 15589        secret:
 15590          defaultMode: 256
 15591          secretName: aws-cred
 15592  
 15593  - interval: 1h
 15594    agent: kubernetes
 15595    name: ci-kubernetes-e2e-kops-aws-canary
 15596    spec:
 15597      containers:
 15598      - args:
 15599        - --timeout=140
 15600        - --bare
 15601        env:
 15602        - name: GOOGLE_APPLICATION_CREDENTIALS
 15603          value: /etc/service-account/service-account.json
 15604        - name: USER
 15605          value: prow
 15606        - name: JENKINS_AWS_CREDENTIALS_FILE
 15607          value: /etc/aws-cred/credentials
 15608        - name: JENKINS_AWS_SSH_PRIVATE_KEY_FILE
 15609          value: /etc/aws-ssh/aws-ssh-private
 15610        - name: JENKINS_AWS_SSH_PUBLIC_KEY_FILE
 15611          value: /etc/aws-ssh/aws-ssh-public
 15612        image: gcr.io/k8s-testimages/kubekins-e2e:latest-master
 15613        volumeMounts:
 15614        - mountPath: /etc/service-account
 15615          name: service
 15616          readOnly: true
 15617        - mountPath: /etc/aws-ssh
 15618          name: aws-ssh
 15619          readOnly: true
 15620        - mountPath: /etc/aws-cred
 15621          name: aws-cred
 15622          readOnly: true
 15623      volumes:
 15624      - name: service
 15625        secret:
 15626          secretName: service-account
 15627      - name: aws-ssh
 15628        secret:
 15629          defaultMode: 256
 15630          secretName: aws-ssh-key-secret
 15631      - name: aws-cred
 15632        secret:
 15633          defaultMode: 256
 15634          secretName: aws-cred
 15635  
 15636  - interval: 5h
 15637    agent: kubernetes
 15638    name: ci-kubernetes-e2e-kops-aws-release-1-5
 15639    spec:
 15640      containers:
 15641      - args:
 15642        - --timeout=140
 15643        - --bare
 15644        env:
 15645        - name: GOOGLE_APPLICATION_CREDENTIALS
 15646          value: /etc/service-account/service-account.json
 15647        - name: USER
 15648          value: prow
 15649        - name: JENKINS_AWS_CREDENTIALS_FILE
 15650          value: /etc/aws-cred/credentials
 15651        - name: JENKINS_AWS_SSH_PRIVATE_KEY_FILE
 15652          value: /etc/aws-ssh/aws-ssh-private
 15653        - name: JENKINS_AWS_SSH_PUBLIC_KEY_FILE
 15654          value: /etc/aws-ssh/aws-ssh-public
 15655        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 15656        volumeMounts:
 15657        - mountPath: /etc/service-account
 15658          name: service
 15659          readOnly: true
 15660        - mountPath: /etc/aws-ssh
 15661          name: aws-ssh
 15662          readOnly: true
 15663        - mountPath: /etc/aws-cred
 15664          name: aws-cred
 15665          readOnly: true
 15666      volumes:
 15667      - name: service
 15668        secret:
 15669          secretName: service-account
 15670      - name: aws-ssh
 15671        secret:
 15672          defaultMode: 256
 15673          secretName: aws-ssh-key-secret
 15674      - name: aws-cred
 15675        secret:
 15676          defaultMode: 256
 15677          secretName: aws-cred
 15678  
 15679  - interval: 24h
 15680    agent: kubernetes
 15681    name: ci-kubernetes-e2e-kops-aws-release-1-6
 15682    spec:
 15683      containers:
 15684      - args:
 15685        - --timeout=140
 15686        - --bare
 15687        env:
 15688        - name: GOOGLE_APPLICATION_CREDENTIALS
 15689          value: /etc/service-account/service-account.json
 15690        - name: USER
 15691          value: prow
 15692        - name: JENKINS_AWS_CREDENTIALS_FILE
 15693          value: /etc/aws-cred/credentials
 15694        - name: JENKINS_AWS_SSH_PRIVATE_KEY_FILE
 15695          value: /etc/aws-ssh/aws-ssh-private
 15696        - name: JENKINS_AWS_SSH_PUBLIC_KEY_FILE
 15697          value: /etc/aws-ssh/aws-ssh-public
 15698        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 15699        volumeMounts:
 15700        - mountPath: /etc/service-account
 15701          name: service
 15702          readOnly: true
 15703        - mountPath: /etc/aws-ssh
 15704          name: aws-ssh
 15705          readOnly: true
 15706        - mountPath: /etc/aws-cred
 15707          name: aws-cred
 15708          readOnly: true
 15709      volumes:
 15710      - name: service
 15711        secret:
 15712          secretName: service-account
 15713      - name: aws-ssh
 15714        secret:
 15715          defaultMode: 256
 15716          secretName: aws-ssh-key-secret
 15717      - name: aws-cred
 15718        secret:
 15719          defaultMode: 256
 15720          secretName: aws-cred
 15721  
 15722  - interval: 1h
 15723    agent: kubernetes
 15724    name: ci-kubernetes-e2e-kops-aws-release-1-7
 15725    spec:
 15726      containers:
 15727      - args:
 15728        - --timeout=140
 15729        - --bare
 15730        env:
 15731        - name: GOOGLE_APPLICATION_CREDENTIALS
 15732          value: /etc/service-account/service-account.json
 15733        - name: USER
 15734          value: prow
 15735        - name: JENKINS_AWS_CREDENTIALS_FILE
 15736          value: /etc/aws-cred/credentials
 15737        - name: JENKINS_AWS_SSH_PRIVATE_KEY_FILE
 15738          value: /etc/aws-ssh/aws-ssh-private
 15739        - name: JENKINS_AWS_SSH_PUBLIC_KEY_FILE
 15740          value: /etc/aws-ssh/aws-ssh-public
 15741        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 15742        volumeMounts:
 15743        - mountPath: /etc/service-account
 15744          name: service
 15745          readOnly: true
 15746        - mountPath: /etc/aws-ssh
 15747          name: aws-ssh
 15748          readOnly: true
 15749        - mountPath: /etc/aws-cred
 15750          name: aws-cred
 15751          readOnly: true
 15752      volumes:
 15753      - name: service
 15754        secret:
 15755          secretName: service-account
 15756      - name: aws-ssh
 15757        secret:
 15758          defaultMode: 256
 15759          secretName: aws-ssh-key-secret
 15760      - name: aws-cred
 15761        secret:
 15762          defaultMode: 256
 15763          secretName: aws-cred
 15764  
 15765  - interval: 1h
 15766    agent: kubernetes
 15767    name: ci-kubernetes-e2e-kops-aws-serial
 15768    spec:
 15769      containers:
 15770      - args:
 15771        - --timeout=320
 15772        - --bare
 15773        env:
 15774        - name: GOOGLE_APPLICATION_CREDENTIALS
 15775          value: /etc/service-account/service-account.json
 15776        - name: USER
 15777          value: prow
 15778        - name: JENKINS_AWS_CREDENTIALS_FILE
 15779          value: /etc/aws-cred/credentials
 15780        - name: JENKINS_AWS_SSH_PRIVATE_KEY_FILE
 15781          value: /etc/aws-ssh/aws-ssh-private
 15782        - name: JENKINS_AWS_SSH_PUBLIC_KEY_FILE
 15783          value: /etc/aws-ssh/aws-ssh-public
 15784        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 15785        volumeMounts:
 15786        - mountPath: /etc/service-account
 15787          name: service
 15788          readOnly: true
 15789        - mountPath: /etc/aws-ssh
 15790          name: aws-ssh
 15791          readOnly: true
 15792        - mountPath: /etc/aws-cred
 15793          name: aws-cred
 15794          readOnly: true
 15795      volumes:
 15796      - name: service
 15797        secret:
 15798          secretName: service-account
 15799      - name: aws-ssh
 15800        secret:
 15801          defaultMode: 256
 15802          secretName: aws-ssh-key-secret
 15803      - name: aws-cred
 15804        secret:
 15805          defaultMode: 256
 15806          secretName: aws-cred
 15807  
 15808  - interval: 1h
 15809    agent: kubernetes
 15810    name: ci-kubernetes-e2e-kops-aws-slow
 15811    spec:
 15812      containers:
 15813      - args:
 15814        - --timeout=170
 15815        - --bare
 15816        env:
 15817        - name: GOOGLE_APPLICATION_CREDENTIALS
 15818          value: /etc/service-account/service-account.json
 15819        - name: USER
 15820          value: prow
 15821        - name: JENKINS_AWS_CREDENTIALS_FILE
 15822          value: /etc/aws-cred/credentials
 15823        - name: JENKINS_AWS_SSH_PRIVATE_KEY_FILE
 15824          value: /etc/aws-ssh/aws-ssh-private
 15825        - name: JENKINS_AWS_SSH_PUBLIC_KEY_FILE
 15826          value: /etc/aws-ssh/aws-ssh-public
 15827        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 15828        volumeMounts:
 15829        - mountPath: /etc/service-account
 15830          name: service
 15831          readOnly: true
 15832        - mountPath: /etc/aws-ssh
 15833          name: aws-ssh
 15834          readOnly: true
 15835        - mountPath: /etc/aws-cred
 15836          name: aws-cred
 15837          readOnly: true
 15838      volumes:
 15839      - name: service
 15840        secret:
 15841          secretName: service-account
 15842      - name: aws-ssh
 15843        secret:
 15844          defaultMode: 256
 15845          secretName: aws-ssh-key-secret
 15846      - name: aws-cred
 15847        secret:
 15848          defaultMode: 256
 15849          secretName: aws-cred
 15850  
 15851  - interval: 1h
 15852    agent: kubernetes
 15853    name: ci-kubernetes-e2e-kops-aws-stable1
 15854    spec:
 15855      containers:
 15856      - args:
 15857        - --timeout=140
 15858        - --bare
 15859        env:
 15860        - name: GOOGLE_APPLICATION_CREDENTIALS
 15861          value: /etc/service-account/service-account.json
 15862        - name: USER
 15863          value: prow
 15864        - name: JENKINS_AWS_CREDENTIALS_FILE
 15865          value: /etc/aws-cred/credentials
 15866        - name: JENKINS_AWS_SSH_PRIVATE_KEY_FILE
 15867          value: /etc/aws-ssh/aws-ssh-private
 15868        - name: JENKINS_AWS_SSH_PUBLIC_KEY_FILE
 15869          value: /etc/aws-ssh/aws-ssh-public
 15870        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 15871        volumeMounts:
 15872        - mountPath: /etc/service-account
 15873          name: service
 15874          readOnly: true
 15875        - mountPath: /etc/aws-ssh
 15876          name: aws-ssh
 15877          readOnly: true
 15878        - mountPath: /etc/aws-cred
 15879          name: aws-cred
 15880          readOnly: true
 15881      volumes:
 15882      - name: service
 15883        secret:
 15884          secretName: service-account
 15885      - name: aws-ssh
 15886        secret:
 15887          defaultMode: 256
 15888          secretName: aws-ssh-key-secret
 15889      - name: aws-cred
 15890        secret:
 15891          defaultMode: 256
 15892          secretName: aws-cred
 15893  
 15894  - interval: 1h
 15895    agent: kubernetes
 15896    name: ci-kubernetes-e2e-kops-aws-updown
 15897    spec:
 15898      containers:
 15899      - args:
 15900        - --timeout=50
 15901        - --bare
 15902        env:
 15903        - name: GOOGLE_APPLICATION_CREDENTIALS
 15904          value: /etc/service-account/service-account.json
 15905        - name: USER
 15906          value: prow
 15907        - name: JENKINS_AWS_CREDENTIALS_FILE
 15908          value: /etc/aws-cred/credentials
 15909        - name: JENKINS_AWS_SSH_PRIVATE_KEY_FILE
 15910          value: /etc/aws-ssh/aws-ssh-private
 15911        - name: JENKINS_AWS_SSH_PUBLIC_KEY_FILE
 15912          value: /etc/aws-ssh/aws-ssh-public
 15913        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 15914        volumeMounts:
 15915        - mountPath: /etc/service-account
 15916          name: service
 15917          readOnly: true
 15918        - mountPath: /etc/aws-ssh
 15919          name: aws-ssh
 15920          readOnly: true
 15921        - mountPath: /etc/aws-cred
 15922          name: aws-cred
 15923          readOnly: true
 15924      volumes:
 15925      - name: service
 15926        secret:
 15927          secretName: service-account
 15928      - name: aws-ssh
 15929        secret:
 15930          defaultMode: 256
 15931          secretName: aws-ssh-key-secret
 15932      - name: aws-cred
 15933        secret:
 15934          defaultMode: 256
 15935          secretName: aws-cred
 15936  
 15937  - interval: 24h
 15938    agent: kubernetes
 15939    name: ci-kubernetes-e2e-kops-aws-weave
 15940    spec:
 15941      containers:
 15942      - args:
 15943        - --timeout=140
 15944        - --bare
 15945        env:
 15946        - name: GOOGLE_APPLICATION_CREDENTIALS
 15947          value: /etc/service-account/service-account.json
 15948        - name: USER
 15949          value: prow
 15950        - name: JENKINS_AWS_CREDENTIALS_FILE
 15951          value: /etc/aws-cred/credentials
 15952        - name: JENKINS_AWS_SSH_PRIVATE_KEY_FILE
 15953          value: /etc/aws-ssh/aws-ssh-private
 15954        - name: JENKINS_AWS_SSH_PUBLIC_KEY_FILE
 15955          value: /etc/aws-ssh/aws-ssh-public
 15956        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 15957        volumeMounts:
 15958        - mountPath: /etc/service-account
 15959          name: service
 15960          readOnly: true
 15961        - mountPath: /etc/aws-ssh
 15962          name: aws-ssh
 15963          readOnly: true
 15964        - mountPath: /etc/aws-cred
 15965          name: aws-cred
 15966          readOnly: true
 15967      volumes:
 15968      - name: service
 15969        secret:
 15970          secretName: service-account
 15971      - name: aws-ssh
 15972        secret:
 15973          defaultMode: 256
 15974          secretName: aws-ssh-key-secret
 15975      - name: aws-cred
 15976        secret:
 15977          defaultMode: 256
 15978          secretName: aws-cred
 15979  
 15980  - interval: 30m
 15981    agent: kubernetes
 15982    name: ci-kubernetes-e2e-mlkube-gke
 15983    spec:
 15984      containers:
 15985      - args:
 15986        - --timeout=70
 15987        - --repo=github.com/foxish/mlkube.io
 15988        env:
 15989        - name: GOOGLE_APPLICATION_CREDENTIALS
 15990          value: /etc/service-account/service-account.json
 15991        - name: USER
 15992          value: prow
 15993        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 15994          value: /etc/ssh-key-secret/ssh-private
 15995        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 15996          value: /etc/ssh-key-secret/ssh-public
 15997        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 15998        volumeMounts:
 15999        - mountPath: /etc/service-account
 16000          name: service
 16001          readOnly: true
 16002        - mountPath: /etc/ssh-key-secret
 16003          name: ssh
 16004          readOnly: true
 16005      volumes:
 16006      - name: service
 16007        secret:
 16008          secretName: service-account
 16009      - name: ssh
 16010        secret:
 16011          defaultMode: 256
 16012          secretName: ssh-key-secret
 16013  
 16014  - name: ci-kubernetes-e2e-node-canary
 16015    interval: 1h
 16016    agent: kubernetes
 16017    spec:
 16018      containers:
 16019      - image: gcr.io/k8s-testimages/kubekins-e2e:latest-master
 16020        args:
 16021        - --repo=k8s.io/kubernetes=master
 16022        - --timeout=110
 16023        - --root=/go/src
 16024        env:
 16025        - name: GOOGLE_APPLICATION_CREDENTIALS
 16026          value: /etc/service-account/service-account.json
 16027        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 16028          value: /etc/ssh-key-secret/ssh-private
 16029        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 16030          value: /etc/ssh-key-secret/ssh-public
 16031        - name: USER
 16032          value: prow
 16033        - name: GOPATH
 16034          value: /go
 16035        volumeMounts:
 16036        - name: service
 16037          mountPath: /etc/service-account
 16038          readOnly: true
 16039        - name: ssh
 16040          mountPath: /etc/ssh-key-secret
 16041          readOnly: true
 16042      volumes:
 16043      - name: service
 16044        secret:
 16045          secretName: service-account
 16046      - name: ssh
 16047        secret:
 16048          secretName: ssh-key-secret
 16049          defaultMode: 0400
 16050  
 16051  - name: ci-kubernetes-e2e-prow-canary
 16052    interval: 1h
 16053    agent: kubernetes
 16054    spec:
 16055      containers:
 16056      - image: gcr.io/k8s-testimages/kubekins-e2e:latest-master
 16057        args:
 16058        - --bare
 16059        - --timeout=85
 16060        env:
 16061        - name: GOOGLE_APPLICATION_CREDENTIALS
 16062          value: /etc/service-account/service-account.json
 16063        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 16064          value: /etc/ssh-key-secret/ssh-private
 16065        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 16066          value: /etc/ssh-key-secret/ssh-public
 16067        - name: USER
 16068          value: prow
 16069        volumeMounts:
 16070        - name: service
 16071          mountPath: /etc/service-account
 16072          readOnly: true
 16073        - name: ssh
 16074          mountPath: /etc/ssh-key-secret
 16075          readOnly: true
 16076      volumes:
 16077      - name: service
 16078        secret:
 16079          secretName: service-account
 16080      - name: ssh
 16081        secret:
 16082          secretName: ssh-key-secret
 16083          defaultMode: 0400
 16084  
 16085  - tags:
 16086    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 16087    interval: 2h
 16088    agent: kubernetes
 16089    name: ci-kubernetes-e2enode-cosbeta-k8sdev-default
 16090    spec:
 16091      containers:
 16092      - args:
 16093        - --timeout=80
 16094        - --repo=k8s.io/kubernetes=master
 16095        - --root=/go/src
 16096        env:
 16097        - name: GOOGLE_APPLICATION_CREDENTIALS
 16098          value: /etc/service-account/service-account.json
 16099        - name: USER
 16100          value: prow
 16101        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 16102          value: /etc/ssh-key-secret/ssh-private
 16103        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 16104          value: /etc/ssh-key-secret/ssh-public
 16105        - name: GOPATH
 16106          value: /go
 16107        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 16108        volumeMounts:
 16109        - mountPath: /etc/service-account
 16110          name: service
 16111          readOnly: true
 16112        - mountPath: /etc/ssh-key-secret
 16113          name: ssh
 16114          readOnly: true
 16115      volumes:
 16116      - name: service
 16117        secret:
 16118          secretName: service-account
 16119      - name: ssh
 16120        secret:
 16121          defaultMode: 256
 16122          secretName: ssh-key-secret
 16123  
 16124  - tags:
 16125    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 16126    interval: 2h
 16127    agent: kubernetes
 16128    name: ci-kubernetes-e2enode-cosbeta-k8sdev-serial
 16129    spec:
 16130      containers:
 16131      - args:
 16132        - --timeout=200
 16133        - --repo=k8s.io/kubernetes=master
 16134        - --root=/go/src
 16135        env:
 16136        - name: GOOGLE_APPLICATION_CREDENTIALS
 16137          value: /etc/service-account/service-account.json
 16138        - name: USER
 16139          value: prow
 16140        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 16141          value: /etc/ssh-key-secret/ssh-private
 16142        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 16143          value: /etc/ssh-key-secret/ssh-public
 16144        - name: GOPATH
 16145          value: /go
 16146        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 16147        volumeMounts:
 16148        - mountPath: /etc/service-account
 16149          name: service
 16150          readOnly: true
 16151        - mountPath: /etc/ssh-key-secret
 16152          name: ssh
 16153          readOnly: true
 16154      volumes:
 16155      - name: service
 16156        secret:
 16157          secretName: service-account
 16158      - name: ssh
 16159        secret:
 16160          defaultMode: 256
 16161          secretName: ssh-key-secret
 16162  
 16163  - tags:
 16164    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 16165    interval: 2h
 16166    agent: kubernetes
 16167    name: ci-kubernetes-e2enode-cosstable1-k8sbeta-default
 16168    spec:
 16169      containers:
 16170      - args:
 16171        - --timeout=80
 16172        - --repo=k8s.io/kubernetes=master
 16173        - --root=/go/src
 16174        env:
 16175        - name: GOOGLE_APPLICATION_CREDENTIALS
 16176          value: /etc/service-account/service-account.json
 16177        - name: USER
 16178          value: prow
 16179        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 16180          value: /etc/ssh-key-secret/ssh-private
 16181        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 16182          value: /etc/ssh-key-secret/ssh-public
 16183        - name: GOPATH
 16184          value: /go
 16185        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 16186        volumeMounts:
 16187        - mountPath: /etc/service-account
 16188          name: service
 16189          readOnly: true
 16190        - mountPath: /etc/ssh-key-secret
 16191          name: ssh
 16192          readOnly: true
 16193      volumes:
 16194      - name: service
 16195        secret:
 16196          secretName: service-account
 16197      - name: ssh
 16198        secret:
 16199          defaultMode: 256
 16200          secretName: ssh-key-secret
 16201  
 16202  - tags:
 16203    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 16204    interval: 2h
 16205    agent: kubernetes
 16206    name: ci-kubernetes-e2enode-cosstable1-k8sbeta-serial
 16207    spec:
 16208      containers:
 16209      - args:
 16210        - --timeout=200
 16211        - --repo=k8s.io/kubernetes=master
 16212        - --root=/go/src
 16213        env:
 16214        - name: GOOGLE_APPLICATION_CREDENTIALS
 16215          value: /etc/service-account/service-account.json
 16216        - name: USER
 16217          value: prow
 16218        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 16219          value: /etc/ssh-key-secret/ssh-private
 16220        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 16221          value: /etc/ssh-key-secret/ssh-public
 16222        - name: GOPATH
 16223          value: /go
 16224        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 16225        volumeMounts:
 16226        - mountPath: /etc/service-account
 16227          name: service
 16228          readOnly: true
 16229        - mountPath: /etc/ssh-key-secret
 16230          name: ssh
 16231          readOnly: true
 16232      volumes:
 16233      - name: service
 16234        secret:
 16235          secretName: service-account
 16236      - name: ssh
 16237        secret:
 16238          defaultMode: 256
 16239          secretName: ssh-key-secret
 16240  
 16241  - tags:
 16242    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 16243    interval: 2h
 16244    agent: kubernetes
 16245    name: ci-kubernetes-e2enode-cosstable1-k8sdev-default
 16246    spec:
 16247      containers:
 16248      - args:
 16249        - --timeout=80
 16250        - --repo=k8s.io/kubernetes=master
 16251        - --root=/go/src
 16252        env:
 16253        - name: GOOGLE_APPLICATION_CREDENTIALS
 16254          value: /etc/service-account/service-account.json
 16255        - name: USER
 16256          value: prow
 16257        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 16258          value: /etc/ssh-key-secret/ssh-private
 16259        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 16260          value: /etc/ssh-key-secret/ssh-public
 16261        - name: GOPATH
 16262          value: /go
 16263        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 16264        volumeMounts:
 16265        - mountPath: /etc/service-account
 16266          name: service
 16267          readOnly: true
 16268        - mountPath: /etc/ssh-key-secret
 16269          name: ssh
 16270          readOnly: true
 16271      volumes:
 16272      - name: service
 16273        secret:
 16274          secretName: service-account
 16275      - name: ssh
 16276        secret:
 16277          defaultMode: 256
 16278          secretName: ssh-key-secret
 16279  
 16280  - tags:
 16281    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 16282    interval: 2h
 16283    agent: kubernetes
 16284    name: ci-kubernetes-e2enode-cosstable1-k8sdev-serial
 16285    spec:
 16286      containers:
 16287      - args:
 16288        - --timeout=200
 16289        - --repo=k8s.io/kubernetes=master
 16290        - --root=/go/src
 16291        env:
 16292        - name: GOOGLE_APPLICATION_CREDENTIALS
 16293          value: /etc/service-account/service-account.json
 16294        - name: USER
 16295          value: prow
 16296        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 16297          value: /etc/ssh-key-secret/ssh-private
 16298        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 16299          value: /etc/ssh-key-secret/ssh-public
 16300        - name: GOPATH
 16301          value: /go
 16302        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 16303        volumeMounts:
 16304        - mountPath: /etc/service-account
 16305          name: service
 16306          readOnly: true
 16307        - mountPath: /etc/ssh-key-secret
 16308          name: ssh
 16309          readOnly: true
 16310      volumes:
 16311      - name: service
 16312        secret:
 16313          secretName: service-account
 16314      - name: ssh
 16315        secret:
 16316          defaultMode: 256
 16317          secretName: ssh-key-secret
 16318  
 16319  - tags:
 16320    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 16321    interval: 2h
 16322    agent: kubernetes
 16323    name: ci-kubernetes-e2enode-cosstable1-k8sstable1-default
 16324    spec:
 16325      containers:
 16326      - args:
 16327        - --timeout=80
 16328        - --repo=k8s.io/kubernetes=release-1.8
 16329        - --root=/go/src
 16330        env:
 16331        - name: GOOGLE_APPLICATION_CREDENTIALS
 16332          value: /etc/service-account/service-account.json
 16333        - name: USER
 16334          value: prow
 16335        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 16336          value: /etc/ssh-key-secret/ssh-private
 16337        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 16338          value: /etc/ssh-key-secret/ssh-public
 16339        - name: GOPATH
 16340          value: /go
 16341        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 16342        volumeMounts:
 16343        - mountPath: /etc/service-account
 16344          name: service
 16345          readOnly: true
 16346        - mountPath: /etc/ssh-key-secret
 16347          name: ssh
 16348          readOnly: true
 16349      volumes:
 16350      - name: service
 16351        secret:
 16352          secretName: service-account
 16353      - name: ssh
 16354        secret:
 16355          defaultMode: 256
 16356          secretName: ssh-key-secret
 16357  
 16358  - tags:
 16359    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 16360    interval: 2h
 16361    agent: kubernetes
 16362    name: ci-kubernetes-e2enode-cosstable1-k8sstable1-serial
 16363    spec:
 16364      containers:
 16365      - args:
 16366        - --timeout=200
 16367        - --repo=k8s.io/kubernetes=release-1.8
 16368        - --root=/go/src
 16369        env:
 16370        - name: GOOGLE_APPLICATION_CREDENTIALS
 16371          value: /etc/service-account/service-account.json
 16372        - name: USER
 16373          value: prow
 16374        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 16375          value: /etc/ssh-key-secret/ssh-private
 16376        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 16377          value: /etc/ssh-key-secret/ssh-public
 16378        - name: GOPATH
 16379          value: /go
 16380        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 16381        volumeMounts:
 16382        - mountPath: /etc/service-account
 16383          name: service
 16384          readOnly: true
 16385        - mountPath: /etc/ssh-key-secret
 16386          name: ssh
 16387          readOnly: true
 16388      volumes:
 16389      - name: service
 16390        secret:
 16391          secretName: service-account
 16392      - name: ssh
 16393        secret:
 16394          defaultMode: 256
 16395          secretName: ssh-key-secret
 16396  
 16397  - tags:
 16398    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 16399    interval: 6h
 16400    agent: kubernetes
 16401    name: ci-kubernetes-e2enode-cosstable1-k8sstable2-default
 16402    spec:
 16403      containers:
 16404      - args:
 16405        - --timeout=80
 16406        - --repo=k8s.io/kubernetes=release-1.7
 16407        - --root=/go/src
 16408        env:
 16409        - name: GOOGLE_APPLICATION_CREDENTIALS
 16410          value: /etc/service-account/service-account.json
 16411        - name: USER
 16412          value: prow
 16413        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 16414          value: /etc/ssh-key-secret/ssh-private
 16415        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 16416          value: /etc/ssh-key-secret/ssh-public
 16417        - name: GOPATH
 16418          value: /go
 16419        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 16420        volumeMounts:
 16421        - mountPath: /etc/service-account
 16422          name: service
 16423          readOnly: true
 16424        - mountPath: /etc/ssh-key-secret
 16425          name: ssh
 16426          readOnly: true
 16427      volumes:
 16428      - name: service
 16429        secret:
 16430          secretName: service-account
 16431      - name: ssh
 16432        secret:
 16433          defaultMode: 256
 16434          secretName: ssh-key-secret
 16435  
 16436  - tags:
 16437    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 16438    interval: 6h
 16439    agent: kubernetes
 16440    name: ci-kubernetes-e2enode-cosstable1-k8sstable2-serial
 16441    spec:
 16442      containers:
 16443      - args:
 16444        - --timeout=200
 16445        - --repo=k8s.io/kubernetes=release-1.7
 16446        - --root=/go/src
 16447        env:
 16448        - name: GOOGLE_APPLICATION_CREDENTIALS
 16449          value: /etc/service-account/service-account.json
 16450        - name: USER
 16451          value: prow
 16452        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 16453          value: /etc/ssh-key-secret/ssh-private
 16454        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 16455          value: /etc/ssh-key-secret/ssh-public
 16456        - name: GOPATH
 16457          value: /go
 16458        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 16459        volumeMounts:
 16460        - mountPath: /etc/service-account
 16461          name: service
 16462          readOnly: true
 16463        - mountPath: /etc/ssh-key-secret
 16464          name: ssh
 16465          readOnly: true
 16466      volumes:
 16467      - name: service
 16468        secret:
 16469          secretName: service-account
 16470      - name: ssh
 16471        secret:
 16472          defaultMode: 256
 16473          secretName: ssh-key-secret
 16474  
 16475  - tags:
 16476    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 16477    interval: 6h
 16478    agent: kubernetes
 16479    name: ci-kubernetes-e2enode-cosstable1-k8sstable3-default
 16480    spec:
 16481      containers:
 16482      - args:
 16483        - --timeout=80
 16484        - --repo=k8s.io/kubernetes=release-1.6
 16485        - --root=/go/src
 16486        env:
 16487        - name: GOOGLE_APPLICATION_CREDENTIALS
 16488          value: /etc/service-account/service-account.json
 16489        - name: USER
 16490          value: prow
 16491        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 16492          value: /etc/ssh-key-secret/ssh-private
 16493        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 16494          value: /etc/ssh-key-secret/ssh-public
 16495        - name: GOPATH
 16496          value: /go
 16497        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 16498        volumeMounts:
 16499        - mountPath: /etc/service-account
 16500          name: service
 16501          readOnly: true
 16502        - mountPath: /etc/ssh-key-secret
 16503          name: ssh
 16504          readOnly: true
 16505      volumes:
 16506      - name: service
 16507        secret:
 16508          secretName: service-account
 16509      - name: ssh
 16510        secret:
 16511          defaultMode: 256
 16512          secretName: ssh-key-secret
 16513  
 16514  - tags:
 16515    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 16516    interval: 6h
 16517    agent: kubernetes
 16518    name: ci-kubernetes-e2enode-cosstable1-k8sstable3-serial
 16519    spec:
 16520      containers:
 16521      - args:
 16522        - --timeout=200
 16523        - --repo=k8s.io/kubernetes=release-1.6
 16524        - --root=/go/src
 16525        env:
 16526        - name: GOOGLE_APPLICATION_CREDENTIALS
 16527          value: /etc/service-account/service-account.json
 16528        - name: USER
 16529          value: prow
 16530        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 16531          value: /etc/ssh-key-secret/ssh-private
 16532        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 16533          value: /etc/ssh-key-secret/ssh-public
 16534        - name: GOPATH
 16535          value: /go
 16536        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 16537        volumeMounts:
 16538        - mountPath: /etc/service-account
 16539          name: service
 16540          readOnly: true
 16541        - mountPath: /etc/ssh-key-secret
 16542          name: ssh
 16543          readOnly: true
 16544      volumes:
 16545      - name: service
 16546        secret:
 16547          secretName: service-account
 16548      - name: ssh
 16549        secret:
 16550          defaultMode: 256
 16551          secretName: ssh-key-secret
 16552  
 16553  - tags:
 16554    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 16555    interval: 2h
 16556    agent: kubernetes
 16557    name: ci-kubernetes-e2enode-ubuntudev-k8sdev-gkespec
 16558    spec:
 16559      containers:
 16560      - args:
 16561        - --timeout=80
 16562        - --repo=k8s.io/kubernetes=master
 16563        - --root=/go/src
 16564        env:
 16565        - name: GOOGLE_APPLICATION_CREDENTIALS
 16566          value: /etc/service-account/service-account.json
 16567        - name: USER
 16568          value: prow
 16569        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 16570          value: /etc/ssh-key-secret/ssh-private
 16571        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 16572          value: /etc/ssh-key-secret/ssh-public
 16573        - name: GOPATH
 16574          value: /go
 16575        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 16576        volumeMounts:
 16577        - mountPath: /etc/service-account
 16578          name: service
 16579          readOnly: true
 16580        - mountPath: /etc/ssh-key-secret
 16581          name: ssh
 16582          readOnly: true
 16583      volumes:
 16584      - name: service
 16585        secret:
 16586          secretName: service-account
 16587      - name: ssh
 16588        secret:
 16589          defaultMode: 256
 16590          secretName: ssh-key-secret
 16591  
 16592  - tags:
 16593    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 16594    interval: 2h
 16595    agent: kubernetes
 16596    name: ci-kubernetes-e2enode-ubuntudev-k8sdev-serial
 16597    spec:
 16598      containers:
 16599      - args:
 16600        - --timeout=200
 16601        - --repo=k8s.io/kubernetes=master
 16602        - --root=/go/src
 16603        env:
 16604        - name: GOOGLE_APPLICATION_CREDENTIALS
 16605          value: /etc/service-account/service-account.json
 16606        - name: USER
 16607          value: prow
 16608        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 16609          value: /etc/ssh-key-secret/ssh-private
 16610        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 16611          value: /etc/ssh-key-secret/ssh-public
 16612        - name: GOPATH
 16613          value: /go
 16614        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 16615        volumeMounts:
 16616        - mountPath: /etc/service-account
 16617          name: service
 16618          readOnly: true
 16619        - mountPath: /etc/ssh-key-secret
 16620          name: ssh
 16621          readOnly: true
 16622      volumes:
 16623      - name: service
 16624        secret:
 16625          secretName: service-account
 16626      - name: ssh
 16627        secret:
 16628          defaultMode: 256
 16629          secretName: ssh-key-secret
 16630  
 16631  - tags:
 16632    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 16633    interval: 2h
 16634    agent: kubernetes
 16635    name: ci-kubernetes-e2enode-ubuntudev-k8sstable1-gkespec
 16636    spec:
 16637      containers:
 16638      - args:
 16639        - --timeout=80
 16640        - --repo=k8s.io/kubernetes=release-1.8
 16641        - --root=/go/src
 16642        env:
 16643        - name: GOOGLE_APPLICATION_CREDENTIALS
 16644          value: /etc/service-account/service-account.json
 16645        - name: USER
 16646          value: prow
 16647        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 16648          value: /etc/ssh-key-secret/ssh-private
 16649        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 16650          value: /etc/ssh-key-secret/ssh-public
 16651        - name: GOPATH
 16652          value: /go
 16653        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 16654        volumeMounts:
 16655        - mountPath: /etc/service-account
 16656          name: service
 16657          readOnly: true
 16658        - mountPath: /etc/ssh-key-secret
 16659          name: ssh
 16660          readOnly: true
 16661      volumes:
 16662      - name: service
 16663        secret:
 16664          secretName: service-account
 16665      - name: ssh
 16666        secret:
 16667          defaultMode: 256
 16668          secretName: ssh-key-secret
 16669  
 16670  - tags:
 16671    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 16672    interval: 2h
 16673    agent: kubernetes
 16674    name: ci-kubernetes-e2enode-ubuntudev-k8sstable1-serial
 16675    spec:
 16676      containers:
 16677      - args:
 16678        - --timeout=200
 16679        - --repo=k8s.io/kubernetes=release-1.8
 16680        - --root=/go/src
 16681        env:
 16682        - name: GOOGLE_APPLICATION_CREDENTIALS
 16683          value: /etc/service-account/service-account.json
 16684        - name: USER
 16685          value: prow
 16686        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 16687          value: /etc/ssh-key-secret/ssh-private
 16688        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 16689          value: /etc/ssh-key-secret/ssh-public
 16690        - name: GOPATH
 16691          value: /go
 16692        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 16693        volumeMounts:
 16694        - mountPath: /etc/service-account
 16695          name: service
 16696          readOnly: true
 16697        - mountPath: /etc/ssh-key-secret
 16698          name: ssh
 16699          readOnly: true
 16700      volumes:
 16701      - name: service
 16702        secret:
 16703          secretName: service-account
 16704      - name: ssh
 16705        secret:
 16706          defaultMode: 256
 16707          secretName: ssh-key-secret
 16708  
 16709  - tags:
 16710    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 16711    interval: 2h
 16712    agent: kubernetes
 16713    name: ci-kubernetes-e2enode-ubuntudev-k8sstable2-gkespec
 16714    spec:
 16715      containers:
 16716      - args:
 16717        - --timeout=80
 16718        - --repo=k8s.io/kubernetes=release-1.7
 16719        - --root=/go/src
 16720        env:
 16721        - name: GOOGLE_APPLICATION_CREDENTIALS
 16722          value: /etc/service-account/service-account.json
 16723        - name: USER
 16724          value: prow
 16725        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 16726          value: /etc/ssh-key-secret/ssh-private
 16727        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 16728          value: /etc/ssh-key-secret/ssh-public
 16729        - name: GOPATH
 16730          value: /go
 16731        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 16732        volumeMounts:
 16733        - mountPath: /etc/service-account
 16734          name: service
 16735          readOnly: true
 16736        - mountPath: /etc/ssh-key-secret
 16737          name: ssh
 16738          readOnly: true
 16739      volumes:
 16740      - name: service
 16741        secret:
 16742          secretName: service-account
 16743      - name: ssh
 16744        secret:
 16745          defaultMode: 256
 16746          secretName: ssh-key-secret
 16747  
 16748  - tags:
 16749    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 16750    interval: 2h
 16751    agent: kubernetes
 16752    name: ci-kubernetes-e2enode-ubuntudev-k8sstable2-serial
 16753    spec:
 16754      containers:
 16755      - args:
 16756        - --timeout=200
 16757        - --repo=k8s.io/kubernetes=release-1.7
 16758        - --root=/go/src
 16759        env:
 16760        - name: GOOGLE_APPLICATION_CREDENTIALS
 16761          value: /etc/service-account/service-account.json
 16762        - name: USER
 16763          value: prow
 16764        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 16765          value: /etc/ssh-key-secret/ssh-private
 16766        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 16767          value: /etc/ssh-key-secret/ssh-public
 16768        - name: GOPATH
 16769          value: /go
 16770        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 16771        volumeMounts:
 16772        - mountPath: /etc/service-account
 16773          name: service
 16774          readOnly: true
 16775        - mountPath: /etc/ssh-key-secret
 16776          name: ssh
 16777          readOnly: true
 16778      volumes:
 16779      - name: service
 16780        secret:
 16781          secretName: service-account
 16782      - name: ssh
 16783        secret:
 16784          defaultMode: 256
 16785          secretName: ssh-key-secret
 16786  
 16787  - tags:
 16788    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 16789    interval: 2h
 16790    agent: kubernetes
 16791    name: ci-kubernetes-e2enode-ubuntustable1-k8sdev-gkespec
 16792    spec:
 16793      containers:
 16794      - args:
 16795        - --timeout=80
 16796        - --repo=k8s.io/kubernetes=master
 16797        - --root=/go/src
 16798        env:
 16799        - name: GOOGLE_APPLICATION_CREDENTIALS
 16800          value: /etc/service-account/service-account.json
 16801        - name: USER
 16802          value: prow
 16803        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 16804          value: /etc/ssh-key-secret/ssh-private
 16805        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 16806          value: /etc/ssh-key-secret/ssh-public
 16807        - name: GOPATH
 16808          value: /go
 16809        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 16810        volumeMounts:
 16811        - mountPath: /etc/service-account
 16812          name: service
 16813          readOnly: true
 16814        - mountPath: /etc/ssh-key-secret
 16815          name: ssh
 16816          readOnly: true
 16817      volumes:
 16818      - name: service
 16819        secret:
 16820          secretName: service-account
 16821      - name: ssh
 16822        secret:
 16823          defaultMode: 256
 16824          secretName: ssh-key-secret
 16825  
 16826  - tags:
 16827    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 16828    interval: 2h
 16829    agent: kubernetes
 16830    name: ci-kubernetes-e2enode-ubuntustable1-k8sdev-serial
 16831    spec:
 16832      containers:
 16833      - args:
 16834        - --timeout=200
 16835        - --repo=k8s.io/kubernetes=master
 16836        - --root=/go/src
 16837        env:
 16838        - name: GOOGLE_APPLICATION_CREDENTIALS
 16839          value: /etc/service-account/service-account.json
 16840        - name: USER
 16841          value: prow
 16842        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 16843          value: /etc/ssh-key-secret/ssh-private
 16844        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 16845          value: /etc/ssh-key-secret/ssh-public
 16846        - name: GOPATH
 16847          value: /go
 16848        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 16849        volumeMounts:
 16850        - mountPath: /etc/service-account
 16851          name: service
 16852          readOnly: true
 16853        - mountPath: /etc/ssh-key-secret
 16854          name: ssh
 16855          readOnly: true
 16856      volumes:
 16857      - name: service
 16858        secret:
 16859          secretName: service-account
 16860      - name: ssh
 16861        secret:
 16862          defaultMode: 256
 16863          secretName: ssh-key-secret
 16864  
 16865  - tags:
 16866    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 16867    interval: 2h
 16868    agent: kubernetes
 16869    name: ci-kubernetes-e2enode-ubuntustable1-k8sstable1-gkespec
 16870    spec:
 16871      containers:
 16872      - args:
 16873        - --timeout=80
 16874        - --repo=k8s.io/kubernetes=release-1.8
 16875        - --root=/go/src
 16876        env:
 16877        - name: GOOGLE_APPLICATION_CREDENTIALS
 16878          value: /etc/service-account/service-account.json
 16879        - name: USER
 16880          value: prow
 16881        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 16882          value: /etc/ssh-key-secret/ssh-private
 16883        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 16884          value: /etc/ssh-key-secret/ssh-public
 16885        - name: GOPATH
 16886          value: /go
 16887        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 16888        volumeMounts:
 16889        - mountPath: /etc/service-account
 16890          name: service
 16891          readOnly: true
 16892        - mountPath: /etc/ssh-key-secret
 16893          name: ssh
 16894          readOnly: true
 16895      volumes:
 16896      - name: service
 16897        secret:
 16898          secretName: service-account
 16899      - name: ssh
 16900        secret:
 16901          defaultMode: 256
 16902          secretName: ssh-key-secret
 16903  
 16904  - tags:
 16905    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 16906    interval: 2h
 16907    agent: kubernetes
 16908    name: ci-kubernetes-e2enode-ubuntustable1-k8sstable1-serial
 16909    spec:
 16910      containers:
 16911      - args:
 16912        - --timeout=200
 16913        - --repo=k8s.io/kubernetes=release-1.8
 16914        - --root=/go/src
 16915        env:
 16916        - name: GOOGLE_APPLICATION_CREDENTIALS
 16917          value: /etc/service-account/service-account.json
 16918        - name: USER
 16919          value: prow
 16920        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 16921          value: /etc/ssh-key-secret/ssh-private
 16922        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 16923          value: /etc/ssh-key-secret/ssh-public
 16924        - name: GOPATH
 16925          value: /go
 16926        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 16927        volumeMounts:
 16928        - mountPath: /etc/service-account
 16929          name: service
 16930          readOnly: true
 16931        - mountPath: /etc/ssh-key-secret
 16932          name: ssh
 16933          readOnly: true
 16934      volumes:
 16935      - name: service
 16936        secret:
 16937          secretName: service-account
 16938      - name: ssh
 16939        secret:
 16940          defaultMode: 256
 16941          secretName: ssh-key-secret
 16942  
 16943  - tags:
 16944    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 16945    interval: 2h
 16946    agent: kubernetes
 16947    name: ci-kubernetes-e2enode-ubuntustable1-k8sstable2-gkespec
 16948    spec:
 16949      containers:
 16950      - args:
 16951        - --timeout=80
 16952        - --repo=k8s.io/kubernetes=release-1.7
 16953        - --root=/go/src
 16954        env:
 16955        - name: GOOGLE_APPLICATION_CREDENTIALS
 16956          value: /etc/service-account/service-account.json
 16957        - name: USER
 16958          value: prow
 16959        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 16960          value: /etc/ssh-key-secret/ssh-private
 16961        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 16962          value: /etc/ssh-key-secret/ssh-public
 16963        - name: GOPATH
 16964          value: /go
 16965        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 16966        volumeMounts:
 16967        - mountPath: /etc/service-account
 16968          name: service
 16969          readOnly: true
 16970        - mountPath: /etc/ssh-key-secret
 16971          name: ssh
 16972          readOnly: true
 16973      volumes:
 16974      - name: service
 16975        secret:
 16976          secretName: service-account
 16977      - name: ssh
 16978        secret:
 16979          defaultMode: 256
 16980          secretName: ssh-key-secret
 16981  
 16982  - tags:
 16983    - generated   # AUTO-GENERATED by experiment/generate_tests.py - DO NOT EDIT!
 16984    interval: 2h
 16985    agent: kubernetes
 16986    name: ci-kubernetes-e2enode-ubuntustable1-k8sstable2-serial
 16987    spec:
 16988      containers:
 16989      - args:
 16990        - --timeout=200
 16991        - --repo=k8s.io/kubernetes=release-1.7
 16992        - --root=/go/src
 16993        env:
 16994        - name: GOOGLE_APPLICATION_CREDENTIALS
 16995          value: /etc/service-account/service-account.json
 16996        - name: USER
 16997          value: prow
 16998        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 16999          value: /etc/ssh-key-secret/ssh-private
 17000        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 17001          value: /etc/ssh-key-secret/ssh-public
 17002        - name: GOPATH
 17003          value: /go
 17004        image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 17005        volumeMounts:
 17006        - mountPath: /etc/service-account
 17007          name: service
 17008          readOnly: true
 17009        - mountPath: /etc/ssh-key-secret
 17010          name: ssh
 17011          readOnly: true
 17012      volumes:
 17013      - name: service
 17014        secret:
 17015          secretName: service-account
 17016      - name: ssh
 17017        secret:
 17018          defaultMode: 256
 17019          secretName: ssh-key-secret
 17020  
 17021  - name: ci-kubernetes-node-kubelet
 17022    interval: 1h
 17023    agent: kubernetes
 17024    spec:
 17025      containers:
 17026      - image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 17027        args:
 17028        - --repo=k8s.io/kubernetes=master
 17029        - --timeout=90
 17030        - --root=/go/src
 17031        env:
 17032        - name: GOOGLE_APPLICATION_CREDENTIALS
 17033          value: /etc/service-account/service-account.json
 17034        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 17035          value: /etc/ssh-key-secret/ssh-private
 17036        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 17037          value: /etc/ssh-key-secret/ssh-public
 17038        - name: USER
 17039          value: prow
 17040        - name: GOPATH
 17041          value: /go
 17042        volumeMounts:
 17043        - name: service
 17044          mountPath: /etc/service-account
 17045          readOnly: true
 17046        - name: ssh
 17047          mountPath: /etc/ssh-key-secret
 17048          readOnly: true
 17049      volumes:
 17050      - name: service
 17051        secret:
 17052          secretName: service-account
 17053      - name: ssh
 17054        secret:
 17055          secretName: ssh-key-secret
 17056          defaultMode: 0400
 17057  
 17058  - name: ci-kubernetes-node-kubelet-benchmark
 17059    interval: 2h
 17060    agent: kubernetes
 17061    spec:
 17062      containers:
 17063      - image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 17064        args:
 17065        - --repo=k8s.io/kubernetes=master
 17066        - --timeout=90
 17067        - --root=/go/src
 17068        env:
 17069        - name: GOOGLE_APPLICATION_CREDENTIALS
 17070          value: /etc/service-account/service-account.json
 17071        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 17072          value: /etc/ssh-key-secret/ssh-private
 17073        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 17074          value: /etc/ssh-key-secret/ssh-public
 17075        - name: USER
 17076          value: prow
 17077        - name: GOPATH
 17078          value: /go
 17079        volumeMounts:
 17080        - name: service
 17081          mountPath: /etc/service-account
 17082          readOnly: true
 17083        - name: ssh
 17084          mountPath: /etc/ssh-key-secret
 17085          readOnly: true
 17086      volumes:
 17087      - name: service
 17088        secret:
 17089          secretName: service-account
 17090      - name: ssh
 17091        secret:
 17092          secretName: ssh-key-secret
 17093          defaultMode: 0400
 17094  
 17095  - name: ci-kubernetes-node-kubelet-conformance
 17096    interval: 2h
 17097    agent: kubernetes
 17098    spec:
 17099      containers:
 17100      - image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 17101        args:
 17102        - --repo=k8s.io/kubernetes=master
 17103        - --timeout=90
 17104        - --root=/go/src
 17105        env:
 17106        - name: GOOGLE_APPLICATION_CREDENTIALS
 17107          value: /etc/service-account/service-account.json
 17108        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 17109          value: /etc/ssh-key-secret/ssh-private
 17110        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 17111          value: /etc/ssh-key-secret/ssh-public
 17112        - name: USER
 17113          value: prow
 17114        - name: GOPATH
 17115          value: /go
 17116        volumeMounts:
 17117        - name: service
 17118          mountPath: /etc/service-account
 17119          readOnly: true
 17120        - name: ssh
 17121          mountPath: /etc/ssh-key-secret
 17122          readOnly: true
 17123      volumes:
 17124      - name: service
 17125        secret:
 17126          secretName: service-account
 17127      - name: ssh
 17128        secret:
 17129          secretName: ssh-key-secret
 17130          defaultMode: 0400
 17131  
 17132  - name: ci-kubernetes-node-kubelet-flaky
 17133    interval: 2h
 17134    agent: kubernetes
 17135    spec:
 17136      containers:
 17137      - image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 17138        args:
 17139        - --repo=k8s.io/kubernetes=master
 17140        - --timeout=90
 17141        - --root=/go/src
 17142        env:
 17143        - name: GOOGLE_APPLICATION_CREDENTIALS
 17144          value: /etc/service-account/service-account.json
 17145        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 17146          value: /etc/ssh-key-secret/ssh-private
 17147        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 17148          value: /etc/ssh-key-secret/ssh-public
 17149        - name: USER
 17150          value: prow
 17151        - name: GOPATH
 17152          value: /go
 17153        volumeMounts:
 17154        - name: service
 17155          mountPath: /etc/service-account
 17156          readOnly: true
 17157        - name: ssh
 17158          mountPath: /etc/ssh-key-secret
 17159          readOnly: true
 17160      volumes:
 17161      - name: service
 17162        secret:
 17163          secretName: service-account
 17164      - name: ssh
 17165        secret:
 17166          secretName: ssh-key-secret
 17167          defaultMode: 0400
 17168  
 17169  - name: ci-kubernetes-node-kubelet-serial
 17170    interval: 4h
 17171    agent: kubernetes
 17172    spec:
 17173      containers:
 17174      - image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 17175        args:
 17176        - --repo=k8s.io/kubernetes=master
 17177        - --timeout=240
 17178        - --root=/go/src
 17179        env:
 17180        - name: GOOGLE_APPLICATION_CREDENTIALS
 17181          value: /etc/service-account/service-account.json
 17182        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 17183          value: /etc/ssh-key-secret/ssh-private
 17184        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 17185          value: /etc/ssh-key-secret/ssh-public
 17186        - name: USER
 17187          value: prow
 17188        - name: GOPATH
 17189          value: /go
 17190        volumeMounts:
 17191        - name: service
 17192          mountPath: /etc/service-account
 17193          readOnly: true
 17194        - name: ssh
 17195          mountPath: /etc/ssh-key-secret
 17196          readOnly: true
 17197      volumes:
 17198      - name: service
 17199        secret:
 17200          secretName: service-account
 17201      - name: ssh
 17202        secret:
 17203          secretName: ssh-key-secret
 17204          defaultMode: 0400
 17205  
 17206  - name: ci-perf-tests-e2e-gce-clusterloader
 17207    interval: 2h
 17208    agent: kubernetes
 17209    spec:
 17210      containers:
 17211      - image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 17212        args:
 17213        - "--repo=k8s.io/kubernetes=master"
 17214        - "--repo=k8s.io/perf-tests=master"
 17215        - "--root=/go/src"
 17216        - "--timeout=60"
 17217        env:
 17218        - name: GOOGLE_APPLICATION_CREDENTIALS
 17219          value: /etc/service-account/service-account.json
 17220        - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 17221          value: /etc/ssh-key-secret/ssh-private
 17222        - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 17223          value: /etc/ssh-key-secret/ssh-public
 17224        - name: USER
 17225          value: prow
 17226        volumeMounts:
 17227        - name: service
 17228          mountPath: /etc/service-account
 17229          readOnly: true
 17230        - name: ssh
 17231          mountPath: /etc/ssh-key-secret
 17232          readOnly: true
 17233      volumes:
 17234      - name: service
 17235        secret:
 17236          secretName: service-account
 17237      - name: ssh
 17238        secret:
 17239          secretName: ssh-key-secret
 17240          defaultMode: 0400
 17241  
 17242  - name: ci-perf-tests-kubemark-100-benchmark
 17243    interval: 2h
 17244    agent: kubernetes
 17245    spec:
 17246      containers:
 17247      - image: gcr.io/k8s-testimages/kubekins-e2e:v20171002-aae4252c
 17248        args:
 17249        - "--repo=k8s.io/perf-tests=master"
 17250        - "--root=/go/src"
 17251        - "--timeout=10"
 17252        env:
 17253        - name: GOOGLE_APPLICATION_CREDENTIALS
 17254          value: /etc/service-account/service-account.json
 17255        - name: USER
 17256          value: prow
 17257        volumeMounts:
 17258        - name: service
 17259          mountPath: /etc/service-account
 17260          readOnly: true
 17261      volumes:
 17262      - name: service
 17263        secret:
 17264          secretName: service-account
 17265  
 17266  - name: ci-test-infra-bazel
 17267    interval: 1h
 17268    agent: kubernetes
 17269    spec:
 17270      containers:
 17271      - image: gcr.io/k8s-testimages/bazelbuild:v20171005-2f37588f-0.6.1
 17272        args:
 17273        - "--clean"
 17274        - "--git-cache=/root/.cache/git"
 17275        - "--job=$(JOB_NAME)"
 17276        - "--repo=k8s.io/test-infra=master"
 17277        - "--service-account=/etc/service-account/service-account.json"
 17278        - "--upload=gs://kubernetes-jenkins/logs"
 17279        env:
 17280        - name: TEST_TMPDIR
 17281          value: /root/.cache/bazel
 17282        # Bazel needs privileged mode in order to sandbox builds.
 17283        securityContext:
 17284          privileged: true
 17285        volumeMounts:
 17286        - name: service
 17287          mountPath: /etc/service-account
 17288          readOnly: true
 17289        - name: cache-ssd
 17290          mountPath: /root/.cache
 17291        ports:
 17292        - containerPort: 9999
 17293          hostPort: 9999
 17294      volumes:
 17295      - name: service
 17296        secret:
 17297          secretName: service-account
 17298      - name: cache-ssd
 17299        hostPath:
 17300          path: /mnt/disks/ssd0
 17301  
 17302  - name: ci-test-infra-triage
 17303    interval: 1h
 17304    agent: kubernetes
 17305    spec:
 17306      containers:
 17307      - image: gcr.io/k8s-testimages/triage:latest
 17308        imagePullPolicy: Always
 17309        env:
 17310        - name: GOOGLE_APPLICATION_CREDENTIALS
 17311          value: /etc/service-account/service-account.json
 17312        volumeMounts:
 17313        - name: service
 17314          mountPath: /etc/service-account
 17315          readOnly: true
 17316      volumes:
 17317      - name: service
 17318        secret:
 17319          secretName: triage-service-account
 17320  
 17321  - name: issue-creator
 17322    agent: kubernetes
 17323    interval: 24h
 17324    spec:
 17325      containers:
 17326      - image: gcr.io/k8s-testimages/issue-creator:v20170907-5240cca5
 17327        args:
 17328        - --dry-run=false
 17329        - --alsologtostderr
 17330        - --org=kubernetes
 17331        - --project=kubernetes
 17332        - --token-file=/etc/token/bot-github-token
 17333        - --test-owners-csv=/test_owners.csv
 17334        - --triage-window=1
 17335        - --triage-count=10
 17336        - --flakyjob-count=3
 17337        volumeMounts:
 17338        - name: token
 17339          mountPath: /etc/token
 17340      volumes:
 17341      - name: token
 17342        secret:
 17343          secretName: fejta-bot-token
 17344  
 17345  - interval: 1h
 17346    agent: kubernetes
 17347    name: maintenance-ci-aws-janitor
 17348    spec:
 17349      containers:
 17350      - args:
 17351        - --bare
 17352        - --timeout=30
 17353        - --service-account=/etc/service-account/service-account.json
 17354        - --upload=gs://kubernetes-jenkins/logs
 17355        env:
 17356        - name: GOOGLE_APPLICATION_CREDENTIALS
 17357          value: /etc/service-account/service-account.json
 17358        - name: AWS_SHARED_CREDENTIALS_FILE
 17359          value: /workspace/.aws/credentials
 17360        image: gcr.io/k8s-test-infra-aws/aws-janitor:0.3
 17361        volumeMounts:
 17362        - mountPath: /etc/service-account
 17363          name: service
 17364          readOnly: true
 17365        - mountPath: /workspace/.aws
 17366          name: aws-cred
 17367          readOnly: true
 17368      volumes:
 17369      - name: service
 17370        secret:
 17371          secretName: service-account
 17372      - name: aws-cred
 17373        secret:
 17374          defaultMode: 256
 17375          secretName: aws-cred
 17376  
 17377  - interval: 24h
 17378    agent: kubernetes
 17379    name: maintenance-ci-janitor
 17380    spec:
 17381      containers:
 17382      - args:
 17383        - --bare
 17384        - --timeout=600
 17385        - --service-account=/etc/service-account/service-account.json
 17386        - --upload=gs://kubernetes-jenkins/logs
 17387        env:
 17388        - name: GOOGLE_APPLICATION_CREDENTIALS
 17389          value: /etc/service-account/service-account.json
 17390        image: gcr.io/k8s-testimages/gcloud-in-go:0.4
 17391        volumeMounts:
 17392        - mountPath: /etc/service-account
 17393          name: service
 17394          readOnly: true
 17395      volumes:
 17396      - name: service
 17397        secret:
 17398          secretName: service-account
 17399  
 17400  - interval: 1h
 17401    agent: kubernetes
 17402    name: maintenance-pull-janitor
 17403    spec:
 17404      containers:
 17405      - args:
 17406        - --bare
 17407        - --timeout=30
 17408        - --service-account=/etc/service-account/service-account.json
 17409        - --upload=gs://kubernetes-jenkins/logs
 17410        env:
 17411        - name: GOOGLE_APPLICATION_CREDENTIALS
 17412          value: /etc/service-account/service-account.json
 17413        image: gcr.io/k8s-testimages/gcloud-in-go:0.4
 17414        volumeMounts:
 17415        - mountPath: /etc/service-account
 17416          name: service
 17417          readOnly: true
 17418      volumes:
 17419      - name: service
 17420        secret:
 17421          secretName: service-account
 17422  
 17423  - name: metrics-bigquery
 17424    interval: 24h
 17425    agent: kubernetes
 17426    spec:
 17427      containers:
 17428      - image: gcr.io/k8s-testimages/bigquery:v20170911-5aa1975d
 17429        env:
 17430        - name: GOOGLE_APPLICATION_CREDENTIALS
 17431          value: /etc/service-account/service-account.json
 17432        - name: VELODROME_INFLUXDB_CONFIG
 17433          value: /etc/velodrome-influxdb/config.json
 17434        volumeMounts:
 17435        - name: service
 17436          mountPath: /etc/service-account
 17437          readOnly: true
 17438        - name: influxdb
 17439          mountPath: /etc/velodrome-influxdb
 17440          readOnly: true
 17441      volumes:
 17442      - name: service
 17443        secret:
 17444          secretName: triage-service-account
 17445      - name: influxdb
 17446        secret:
 17447          secretName: velodrome-influxdb
 17448  
 17449  - name: periodic-kubernetes-bazel-build-1-6
 17450    interval: 2h
 17451    agent: kubernetes
 17452    spec:
 17453      containers:
 17454      - image: gcr.io/k8s-testimages/bazelbuild:v20170925-e6088edc  # https://github.com/kubernetes/kubernetes/issues/51571
 17455        args:
 17456        - "--clean"
 17457        - "--git-cache=/root/.cache/git"
 17458        - "--job=$(JOB_NAME)"
 17459        - "--repo=k8s.io/kubernetes=release-1.6"
 17460        - "--service-account=/etc/service-account/service-account.json"
 17461        - "--upload=gs://kubernetes-jenkins/logs"
 17462        env:
 17463        - name: TEST_TMPDIR
 17464          value: /root/.cache/bazel
 17465        # Bazel needs privileged mode in order to sandbox builds.
 17466        securityContext:
 17467          privileged: true
 17468        volumeMounts:
 17469        - name: service
 17470          mountPath: /etc/service-account
 17471          readOnly: true
 17472        - name: cache-ssd
 17473          mountPath: /root/.cache
 17474        ports:
 17475        - containerPort: 9999
 17476          hostPort: 9999
 17477      volumes:
 17478      - name: service
 17479        secret:
 17480          secretName: service-account
 17481      - name: cache-ssd
 17482        hostPath:
 17483          path: /mnt/disks/ssd0
 17484    run_after_success:
 17485    - name: periodic-kubernetes-bazel-test-1-6
 17486      agent: kubernetes
 17487      spec:
 17488        containers:
 17489        - image: gcr.io/k8s-testimages/bazelbuild:v20170925-e6088edc  # https://github.com/kubernetes/kubernetes/issues/51571
 17490          args:
 17491          - "--clean"
 17492          - "--git-cache=/root/.cache/git"
 17493          - "--job=$(JOB_NAME)"
 17494          - "--repo=k8s.io/kubernetes=release-1.6"
 17495          - "--service-account=/etc/service-account/service-account.json"
 17496          - "--upload=gs://kubernetes-jenkins/logs"
 17497          env:
 17498          - name: TEST_TMPDIR
 17499            value: /root/.cache/bazel
 17500          securityContext:
 17501            privileged: true
 17502          volumeMounts:
 17503          - name: service
 17504            mountPath: /etc/service-account
 17505            readOnly: true
 17506          - name: cache-ssd
 17507            mountPath: /root/.cache
 17508          ports:
 17509          - containerPort: 9999
 17510            hostPort: 9999
 17511        volumes:
 17512        - name: service
 17513          secret:
 17514            secretName: service-account
 17515        - name: cache-ssd
 17516          hostPath:
 17517            path: /mnt/disks/ssd0
 17518    - name: periodic-kubernetes-e2e-kubeadm-gce-1-6
 17519      agent: kubernetes
 17520      spec:
 17521        containers:
 17522        - image: gcr.io/k8s-testimages/e2e-kubeadm:v20171003-d61471c6
 17523          args:
 17524          - "--repo=k8s.io/kubernetes=release-1.6"
 17525          - "--clean"
 17526          - "--git-cache=/root/.cache/git"
 17527          - "--timeout=320"
 17528          - "--upload=gs://kubernetes-jenkins/logs"
 17529          env:
 17530          - name: USER
 17531            value: prow
 17532          - name: REPO_NAME
 17533            value: kubernetes=release-1.6
 17534          - name: GOOGLE_APPLICATION_CREDENTIALS
 17535            value: /etc/service-account/service-account.json
 17536          - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 17537            value: /etc/ssh-key-secret/ssh-private
 17538          - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 17539            value: /etc/ssh-key-secret/ssh-public
 17540          volumeMounts:
 17541          - name: service
 17542            mountPath: /etc/service-account
 17543            readOnly: true
 17544          - name: ssh
 17545            mountPath: /etc/ssh-key-secret
 17546            readOnly: true
 17547          - name: cache-ssd
 17548            mountPath: /root/.cache
 17549          ports:
 17550          - containerPort: 9999
 17551            hostPort: 9999
 17552        volumes:
 17553        - name: service
 17554          secret:
 17555            secretName: service-account
 17556        - name: ssh
 17557          secret:
 17558            secretName: ssh-key-secret
 17559            defaultMode: 0400
 17560        - name: cache-ssd
 17561          hostPath:
 17562            path: /mnt/disks/ssd0
 17563  
 17564  - name: periodic-kubernetes-bazel-build-1-7
 17565    interval: 2h
 17566    agent: kubernetes
 17567    spec:
 17568      containers:
 17569      - image: gcr.io/k8s-testimages/bazelbuild:v20170925-2204c0cb
 17570        args:
 17571        - "--clean"
 17572        - "--git-cache=/root/.cache/git"
 17573        - "--job=$(JOB_NAME)"
 17574        - "--repo=k8s.io/kubernetes=release-1.7"
 17575        - "--service-account=/etc/service-account/service-account.json"
 17576        - "--upload=gs://kubernetes-jenkins/logs"
 17577        # Bazel needs privileged mode in order to sandbox builds.
 17578        securityContext:
 17579          privileged: true
 17580        env:
 17581        # Make Bazel use shared cache for its root
 17582        # https://docs.bazel.build/versions/master/output_directories.html#documentation-of-the-current-bazel-output-directory-layout
 17583        - name: TEST_TMPDIR
 17584          value: /root/.cache/bazel
 17585        volumeMounts:
 17586        - name: service
 17587          mountPath: /etc/service-account
 17588          readOnly: true
 17589        - name: cache-ssd
 17590          mountPath: /root/.cache
 17591        ports:
 17592        - containerPort: 9999
 17593          hostPort: 9999
 17594      volumes:
 17595      - name: service
 17596        secret:
 17597          secretName: service-account
 17598      - name: cache-ssd
 17599        hostPath:
 17600          path: /mnt/disks/ssd0
 17601    run_after_success:
 17602    - name: periodic-kubernetes-bazel-test-1-7
 17603      agent: kubernetes
 17604      spec:
 17605        containers:
 17606        - image: gcr.io/k8s-testimages/bazelbuild:v20170925-2204c0cb
 17607          args:
 17608          - "--clean"
 17609          - "--git-cache=/root/.cache/git"
 17610          - "--job=$(JOB_NAME)"
 17611          - "--repo=k8s.io/kubernetes=release-1.7"
 17612          - "--service-account=/etc/service-account/service-account.json"
 17613          - "--upload=gs://kubernetes-jenkins/logs"
 17614          securityContext:
 17615            privileged: true
 17616          env:
 17617          # Make Bazel use shared cache for its root
 17618          # https://docs.bazel.build/versions/master/output_directories.html#documentation-of-the-current-bazel-output-directory-layout
 17619          - name: TEST_TMPDIR
 17620            value: /root/.cache/bazel
 17621          volumeMounts:
 17622          - name: service
 17623            mountPath: /etc/service-account
 17624            readOnly: true
 17625          - name: cache-ssd
 17626            mountPath: /root/.cache
 17627          ports:
 17628          - containerPort: 9999
 17629            hostPort: 9999
 17630        volumes:
 17631        - name: service
 17632          secret:
 17633            secretName: service-account
 17634        - name: cache-ssd
 17635          hostPath:
 17636            path: /mnt/disks/ssd0
 17637    - name: periodic-kubernetes-e2e-kubeadm-gce-1-7
 17638      agent: kubernetes
 17639      spec:
 17640        containers:
 17641        - image: gcr.io/k8s-testimages/e2e-kubeadm:v20171003-d61471c6
 17642          args:
 17643          - "--repo=k8s.io/kubernetes=release-1.7"
 17644          - "--clean"
 17645          - "--git-cache=/root/.cache/git"
 17646          - "--timeout=320"
 17647          - "--upload=gs://kubernetes-jenkins/logs"
 17648          env:
 17649          - name: USER
 17650            value: prow
 17651          - name: REPO_NAME
 17652            value: kubernetes=release-1.7
 17653          - name: GOOGLE_APPLICATION_CREDENTIALS
 17654            value: /etc/service-account/service-account.json
 17655          - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 17656            value: /etc/ssh-key-secret/ssh-private
 17657          - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 17658            value: /etc/ssh-key-secret/ssh-public
 17659          volumeMounts:
 17660          - name: service
 17661            mountPath: /etc/service-account
 17662            readOnly: true
 17663          - name: ssh
 17664            mountPath: /etc/ssh-key-secret
 17665            readOnly: true
 17666          - name: cache-ssd
 17667            mountPath: /root/.cache
 17668          ports:
 17669          - containerPort: 9999
 17670            hostPort: 9999
 17671        volumes:
 17672        - name: service
 17673          secret:
 17674            secretName: service-account
 17675        - name: ssh
 17676          secret:
 17677            secretName: ssh-key-secret
 17678            defaultMode: 0400
 17679        - name: cache-ssd
 17680          hostPath:
 17681            path: /mnt/disks/ssd0
 17682    - name: periodic-kubernetes-e2e-kubeadm-gce-upgrade-1-6-1-7
 17683      agent: kubernetes
 17684      spec:
 17685        containers:
 17686        - image: gcr.io/k8s-testimages/e2e-kubeadm:v20171003-d61471c6
 17687          args:
 17688          - "--repo=k8s.io/kubernetes=release-1.7"
 17689          - "--clean"
 17690          - "--git-cache=/root/.cache/git"
 17691          - "--timeout=320"
 17692          - "--upload=gs://kubernetes-jenkins/logs"
 17693          env:
 17694          - name: USER
 17695            value: prow
 17696          - name: GOOGLE_APPLICATION_CREDENTIALS
 17697            value: /etc/service-account/service-account.json
 17698          - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 17699            value: /etc/ssh-key-secret/ssh-private
 17700          - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 17701            value: /etc/ssh-key-secret/ssh-public
 17702          volumeMounts:
 17703          - name: service
 17704            mountPath: /etc/service-account
 17705            readOnly: true
 17706          - name: ssh
 17707            mountPath: /etc/ssh-key-secret
 17708            readOnly: true
 17709          - name: cache-ssd
 17710            mountPath: /root/.cache
 17711          ports:
 17712          - containerPort: 9999
 17713            hostPort: 9999
 17714        volumes:
 17715        - name: service
 17716          secret:
 17717            secretName: service-account
 17718        - name: ssh
 17719          secret:
 17720            secretName: ssh-key-secret
 17721            defaultMode: 0400
 17722        - name: cache-ssd
 17723          hostPath:
 17724            path: /mnt/disks/ssd0
 17725  
 17726  - name: periodic-kubernetes-bazel-build-1-8
 17727    interval: 2h
 17728    agent: kubernetes
 17729    spec:
 17730      containers:
 17731      - image: gcr.io/k8s-testimages/bazelbuild:v20170925-2204c0cb
 17732        args:
 17733        - "--clean"
 17734        - "--git-cache=/root/.cache/git"
 17735        - "--job=$(JOB_NAME)"
 17736        - "--repo=k8s.io/kubernetes=release-1.8"
 17737        - "--service-account=/etc/service-account/service-account.json"
 17738        - "--upload=gs://kubernetes-jenkins/logs"
 17739        # Bazel needs privileged mode in order to sandbox builds.
 17740        securityContext:
 17741          privileged: true
 17742        env:
 17743        # Make Bazel use shared cache for its root
 17744        # https://docs.bazel.build/versions/master/output_directories.html#documentation-of-the-current-bazel-output-directory-layout
 17745        - name: TEST_TMPDIR
 17746          value: /root/.cache/bazel
 17747        volumeMounts:
 17748        - name: service
 17749          mountPath: /etc/service-account
 17750          readOnly: true
 17751        - name: cache-ssd
 17752          mountPath: /root/.cache
 17753        ports:
 17754        - containerPort: 9999
 17755          hostPort: 9999
 17756      volumes:
 17757      - name: service
 17758        secret:
 17759          secretName: service-account
 17760      - name: cache-ssd
 17761        hostPath:
 17762          path: /mnt/disks/ssd0
 17763    run_after_success:
 17764    - name: periodic-kubernetes-bazel-test-1-8
 17765      agent: kubernetes
 17766      spec:
 17767        containers:
 17768        - image: gcr.io/k8s-testimages/bazelbuild:v20170925-2204c0cb
 17769          args:
 17770          - "--clean"
 17771          - "--git-cache=/root/.cache/git"
 17772          - "--job=$(JOB_NAME)"
 17773          - "--repo=k8s.io/kubernetes=release-1.8"
 17774          - "--service-account=/etc/service-account/service-account.json"
 17775          - "--upload=gs://kubernetes-jenkins/logs"
 17776          securityContext:
 17777            privileged: true
 17778          env:
 17779          # Make Bazel use shared cache for its root
 17780          # https://docs.bazel.build/versions/master/output_directories.html#documentation-of-the-current-bazel-output-directory-layout
 17781          - name: TEST_TMPDIR
 17782            value: /root/.cache/bazel
 17783          volumeMounts:
 17784          - name: service
 17785            mountPath: /etc/service-account
 17786            readOnly: true
 17787          - name: cache-ssd
 17788            mountPath: /root/.cache
 17789          ports:
 17790          - containerPort: 9999
 17791            hostPort: 9999
 17792        volumes:
 17793        - name: service
 17794          secret:
 17795            secretName: service-account
 17796        - name: cache-ssd
 17797          hostPath:
 17798            path: /mnt/disks/ssd0
 17799    - name: periodic-kubernetes-e2e-kubeadm-gce-1-8
 17800      agent: kubernetes
 17801      spec:
 17802        containers:
 17803        - image: gcr.io/k8s-testimages/e2e-kubeadm:v20171003-d61471c6
 17804          args:
 17805          - "--repo=k8s.io/kubernetes=release-1.8"
 17806          - "--clean"
 17807          - "--git-cache=/root/.cache/git"
 17808          - "--timeout=320"
 17809          - "--upload=gs://kubernetes-jenkins/logs"
 17810          env:
 17811          - name: USER
 17812            value: prow
 17813          - name: REPO_NAME
 17814            value: kubernetes=release-1.8
 17815          - name: GOOGLE_APPLICATION_CREDENTIALS
 17816            value: /etc/service-account/service-account.json
 17817          - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 17818            value: /etc/ssh-key-secret/ssh-private
 17819          - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 17820            value: /etc/ssh-key-secret/ssh-public
 17821          volumeMounts:
 17822          - name: service
 17823            mountPath: /etc/service-account
 17824            readOnly: true
 17825          - name: ssh
 17826            mountPath: /etc/ssh-key-secret
 17827            readOnly: true
 17828          - name: cache-ssd
 17829            mountPath: /root/.cache
 17830          ports:
 17831          - containerPort: 9999
 17832            hostPort: 9999
 17833        volumes:
 17834        - name: service
 17835          secret:
 17836            secretName: service-account
 17837        - name: ssh
 17838          secret:
 17839            secretName: ssh-key-secret
 17840            defaultMode: 0400
 17841        - name: cache-ssd
 17842          hostPath:
 17843            path: /mnt/disks/ssd0
 17844    - name: periodic-kubernetes-e2e-kubeadm-gce-upgrade-1-7-1-8
 17845      agent: kubernetes
 17846      spec:
 17847        containers:
 17848        - image: gcr.io/k8s-testimages/e2e-kubeadm:v20171003-d61471c6
 17849          args:
 17850          - "--repo=k8s.io/kubernetes=release-1.8"
 17851          - "--clean"
 17852          - "--git-cache=/root/.cache/git"
 17853          - "--timeout=320"
 17854          - "--upload=gs://kubernetes-jenkins/logs"
 17855          env:
 17856          - name: USER
 17857            value: prow
 17858          - name: GOOGLE_APPLICATION_CREDENTIALS
 17859            value: /etc/service-account/service-account.json
 17860          - name: JENKINS_GCE_SSH_PRIVATE_KEY_FILE
 17861            value: /etc/ssh-key-secret/ssh-private
 17862          - name: JENKINS_GCE_SSH_PUBLIC_KEY_FILE
 17863            value: /etc/ssh-key-secret/ssh-public
 17864          volumeMounts:
 17865          - name: service
 17866            mountPath: /etc/service-account
 17867            readOnly: true
 17868          - name: ssh
 17869            mountPath: /etc/ssh-key-secret
 17870            readOnly: true
 17871          - name: cache-ssd
 17872            mountPath: /root/.cache
 17873          ports:
 17874          - containerPort: 9999
 17875            hostPort: 9999
 17876        volumes:
 17877        - name: service
 17878          secret:
 17879            secretName: service-account
 17880        - name: ssh
 17881          secret:
 17882            secretName: ssh-key-secret
 17883            defaultMode: 0400
 17884        - name: cache-ssd
 17885          hostPath:
 17886            path: /mnt/disks/ssd0
 17887  
 17888  - name: periodic-test-infra-retester
 17889    interval: 20m  # Retest at most 1 PR per 20m, which should not DOS the queue.
 17890    agent: kubernetes
 17891    spec:
 17892      containers:
 17893      - image: gcr.io/k8s-testimages/commenter:v20170808-abf66782
 17894        args:
 17895        - |-
 17896          --query=is:pr
 17897          -label:do-not-merge
 17898          -label:do-not-merge/blocked-paths
 17899          -label:do-not-merge/cherry-pick-not-approved
 17900          -label:do-not-merge/hold
 17901          -label:do-not-merge/release-note-label-needed
 17902          -label:do-not-merge/work-in-progress
 17903          label:lgtm
 17904          label:approved
 17905          status:failure
 17906          -label:needs-rebase
 17907          -label:needs-ok-to-test
 17908          -label:"cncf-cla: no"
 17909          repo:kubernetes/kubernetes
 17910        - --token=/etc/token/bot-github-token
 17911        - |-
 17912          --comment=/retest
 17913          This bot automatically retries jobs that failed/flaked on approved PRs (send feedback to `@fejta`).
 17914  
 17915          Review the [full test history](https://k8s-gubernator.appspot.com/pr/{{.Number}}) for this PR.
 17916  
 17917        - --template
 17918        - --ceiling=1
 17919        - --confirm
 17920        volumeMounts:
 17921        - name: token
 17922          mountPath: /etc/token
 17923      volumes:
 17924      - name: token
 17925        secret:
 17926          secretName: fejta-bot-token