-
Notifications
You must be signed in to change notification settings - Fork 699
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add proper error handling for deploying the tests. #642
Conversation
* Add retries for ksonnet errors because it looks like with 0.11 we start having problems because GPU and non GPU tests both try to add the environment * If the ksonnet environment already exists this will cause an error; we should keep going. Fix kubeflow#640
* Fix lint
/assign @gaocegege |
What do the yaml files do? Are they checked-in on intentionally? |
@ankushagarwal Removed the YAML files; Looks like they were spurious; probably the result of updating the test app in another branch. |
/lgtm Thanks for fixing this! |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ankushagarwal, jlewi The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* Add proper error handling for deploying the tests. * Add retries for ksonnet errors because it looks like with 0.11 we start having problems because GPU and non GPU tests both try to add the environment * If the ksonnet environment already exists this will cause an error; we should keep going. Fix kubeflow#640 * * Add retries to test_runner * Fix lint * Fix lint. * Remove YAML files.
* Add proper error handling for deploying the tests. * Add retries for ksonnet errors because it looks like with 0.11 we start having problems because GPU and non GPU tests both try to add the environment * If the ksonnet environment already exists this will cause an error; we should keep going. Fix kubeflow#640 * * Add retries to test_runner * Fix lint * Fix lint. * Remove YAML files.
Add retries for ksonnet errors because it looks like with 0.11 we start
having problems because GPU and non GPU tests both try to add the environment
If the ksonnet environment already exists this will cause an error;
we should keep going.
Use kubeflow/testing/py/util.py rather than the util module in tf-operator
In waiting for pod deletes; don't print an error when pods not found because that's expected and the error just causes confusion.
Fix #640
This change is