Skip to content

Commit

Permalink
Merge pull request #17672 from spiffxp/drop-latest-green
Browse files Browse the repository at this point in the history
Stop publishing latest-green.txt and migrate to k8s-infra-prow-build
  • Loading branch information
k8s-ci-robot authored May 21, 2020
2 parents 352a30b + f5e3940 commit f34d23c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/jobs/kubernetes/sig-cloud-provider/gcp/gcp-gce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ presubmits:
periodics:
- interval: 30m
name: ci-kubernetes-e2e-gci-gce
cluster: k8s-infra-prow-build
labels:
preset-service-account: "true"
preset-k8s-ssh: "true"
Expand All @@ -314,14 +315,13 @@ periodics:
- --check-leaked-resources
- --env=ENABLE_POD_SECURITY_POLICY=true
- --extract=ci/latest
- --gcp-project-type=k8s-infra-gce-project
- --gcp-master-image=gci
- --gcp-node-image=gci
- --gcp-nodes=4
- --gcp-zone=us-west1-b
- --ginkgo-parallel=30
- --provider=gce
# TODO: cannot migrate over to k8s-infra-prow-build until this writes to another bucket
- --publish=gs://kubernetes-release-dev/ci/latest-green.txt
- --test_args=--ginkgo.skip=\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\] --minStartupPods=8
- --timeout=50m
image: gcr.io/k8s-testimages/kubekins-e2e:v20200520-95b3c72-master
Expand Down

0 comments on commit f34d23c

Please sign in to comment.