Commit Graph

2 Commits

Author SHA1 Message Date
dushyanthsc a3a174b91e test/project-cleanup - fix (#1964)
This change fixes the missing packages issue in project-cleanup job.

Issue: project cleanup job runs in Prow and uses kubekins-e2e image, which
in turn uses go-1.12 version and enlists the source in $GOPATH/src
directory, the packages specified in go.mod file are not discovered.
The fix is to install the packages using go-get, and has been tested
using the kubekins-e2e image.

The change also has some minor logging fixes to the project-cleanup
tool.
2019-08-27 16:47:10 -07:00
dushyanthsc 4c5d34fe71 test/project-cleanup: Support to cleanup gke-clusters in test project (#1857)
Change to add base framework for cleaning up resources in a GCP project.
The resource specification is specified declaratively using a YAML file.

As per current requirements this change only adds cleaning up of GKE
clusters.
2019-08-19 18:57:32 -07:00