mirror of https://github.com/kubernetes/kops.git
The image pushing postsubmit job [0] is one step closer to succeeding. It currently fails because when the builder image uploads the kops directory to GCS for to be consumed by GCB, it excludes the .git directory [1]. This causes the job to fail because `make kops-controller-push` uses bazel which runs get_workspace_status.sh which aborts if the git commands fail. The prow job doesnt contain much output but the GCB logs can be seen in GCS [2]. This PR removes the dependency on git commands. I dont think any of the logic in the script will change because we already set VERSION [3] which is the only variable in get_workspace_status.sh that depends on git commands and is used to build and push the kops controller image. [0] https://testgrid.k8s.io/sig-cluster-lifecycle-kops#kops-postsubmit-push-to-staging [1] |
||
---|---|---|
.. | ||
BUILD.bazel | ||
bazel.rc | ||
get_workspace_status.sh | ||
gzip.bzl | ||
hashes.bzl | ||
sha1 | ||
sha256 |