forked from kubeflow/pipelines
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix cleanup_ci.py - fix cleanup of argo workflows and IAM policy bind…
…ings (kubeflow#359) * Fix cleanup_ci.py - cleaning of Argo and service account binding * Add logging to make it easier to monitor progress. * Print out stack traces on errors. * cleanup_workflows needs to get GKE credentials. * The project might be different from the project where KF is deployed. Related to kubeflow#358 cleanup ci not cleaning up Argo workflows Related to kubeflow#357 cleanup ci not cleaning up IAM policies. * Fix bug in cleaning up Argo workflows; we should not break out of loop. * Don't exit if delete of Workflow fails; it looks like there might be some race conditions. * Update the docker image to use google-api-python-client library 1.7.0 instead of 1.6.5. It looks like using 1.6.5 gives us an error when getting IAM policy. * Prune the OWNERs file - remove approvers who haven't been very active. * Fix lint.
- Loading branch information
1 parent
5c78690
commit 92ffdd0
Showing
5 changed files
with
69 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,7 @@ | ||
# TODO(jlewi): We should probably have OWNERs files in subdirectories that | ||
# list approvers for individual components (e.g. Seldon folks for Seldon component) | ||
approvers: | ||
- DjangoPeng | ||
- gaocegege | ||
- jlewi | ||
- lluunn | ||
- pdmack | ||
- ScorpioCPH | ||
- kunmingg | ||
- richardsliu | ||
reviewers: | ||
- DjangoPeng | ||
- gaocegege | ||
- Jimexist | ||
- jlewi | ||
- lluunn | ||
- ScorpioCPH | ||
- wbuchwalter | ||
- zjj2wry | ||
- kunmingg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters