-
Notifications
You must be signed in to change notification settings - Fork 280
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
Try to fix CI #649
Try to fix CI #649
Conversation
``` YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. parsed = yaml.load(rendered) ```
Test PASSed. |
Jenkins test this please |
Test PASSed. |
Jenkins test this please |
Test PASSed. |
@simon-mo : Please review this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great. Thanks for doing this.
* Add a timer to multi_tenancy_test * Fix the following YAML warning ``` YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. parsed = yaml.load(rendered) ``` * Add a timer to kubernetes_namespace * Check redis's status after deploying it
* Add a timer to multi_tenancy_test * Fix the following YAML warning ``` YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. parsed = yaml.load(rendered) ``` * Add a timer to kubernetes_namespace * Check redis's status after deploying it
* Add a timer to multi_tenancy_test * Fix the following YAML warning ``` YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. parsed = yaml.load(rendered) ``` * Add a timer to kubernetes_namespace * Check redis's status after deploying it
I tried to fix CI because it is too unstable now.
read_namespaced_deployment_status
ofread_namespaced_deployment
(Refer to Kubernetes model deployment permissions issue #597)