Commit Graph

10 Commits

Author SHA1 Message Date
Chen Sun eb5702ab39
chore(test): create test cluster in us-west1-b (#8821) 2023-02-07 11:53:56 -08:00
Connor McCarthy 2a99dbfcef
chore(test): add test infra mysql run cleanup script (#7979) 2022-07-11 23:07:30 +00:00
James Liu 17a9bd7cca
test: Remove upgrade command in project_cleaner (#6227)
* fix(test): Remove upgrade command in project_cleaner

* Use shell

* remove
2021-08-04 02:30:41 -07:00
James Liu 14667758c6
chore(test): Automatic clean up periodic persistent disk. Fix #2523 (#6136)
* chore(test): Clean up periodic persistent disk

* delete disk

* address comment

* filter flag

* update licenses

* package

* tidy go mod

* chop elf license

* revert root directory change
2021-08-03 01:56:11 -07:00
Alexey Volkov cc83e1089b
Assigned copyright to the project authors (#5587) 2021-05-05 13:53:22 +08:00
Yuan (Bob) Gong 3d40bba9a3
chore(backend): clean up backend code generation (#5116)
* chore(backend): tidy go.mod and update tools.go

* go install, instead of go get

* fix problems reported by go vet

* simplify some ide reported redundant syntax

* license is not required for generated code

* remove licenses for generated code

* cleanup

* remove license more

* rm unused BUILD.bazel files

* fixed generate_api.sh

* reimport error.proto
2021-02-09 07:10:57 -08:00
Yuan (Bob) Gong 5f858ccf44
[Testing] Recycle upgrade- clusters and reduce time lapse (#3282) 2020-03-15 23:52:36 -07:00
IronPan bbfe5e09cc move pipeline runner service account to backend (#1988)
* move pipeline runner service account to backend

* revert swf change

* revert swf change

* update tests

* update tests

* Update compiler.py

revert python change for backward compatibility

* Update compiler.py

revert python change for backward compatibility
2019-08-29 16:03:14 -07:00
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