Skip to content

Commit

Permalink
Stop publishing latest-green.txt and migrate to k8s-infra-prow-build
Browse files Browse the repository at this point in the history
This migrates ci-kubernetes-e2e-gci-gce over to the k8s-infra owned
prow build cluster. The release branch variants of this job have
already been moved over. What was preventing this from moving over
was the --publish flag, implying that this job needed write access
to a bucket that won't allow non-google.com access.

I have looked using cs.k8s.io and can't find any code that actually
relies on the existence of latest-green.txt. I could have sworn that
it was at one time used by tooling in kubernetes/release (eg: as part
of find_green_build), but I haven't found it in history there either.

I've looked in this repo's history, and publishing to this path has
been present since inception, but I still can't find what might actually
be looking for this file.

It's referenced in docs in a few places, which I will PR to remove if
those are the only references.
  • Loading branch information
spiffxp committed May 21, 2020
1 parent 2905fd2 commit f5e3940
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:v20200519-d13d3ca-master
Expand Down

0 comments on commit f5e3940

Please sign in to comment.