-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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
[autoscaler] Lint code that we forgot to lint in #4537 #4584
[autoscaler] Lint code that we forgot to lint in #4537 #4584
Conversation
Can one of the admins verify this patch? |
Hi @hartikainen, is the following case failure produced by #4537 ?
This is the CI result I met: https://travis-ci.com/ray-project/ray/jobs/191124885 |
@jovany-wang @hartikainen Yes, it looks like |
Test FAILed. |
f4cc9fe
to
cc4e42f
Compare
55e1cdb should fix the test error as well. The problem was that the way we setup some of the autoscaler tests, the setup command merge was not called, and thus some of the commands were not run. I reverted the changes related to the setup command merge. @richardliaw do you mind taking a look (55e1cdb)? |
Test FAILed. |
Test FAILed. |
jenkins retest this please |
Test FAILed. |
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.
LGTM. I restarted the failed Travis tests. I will merge this PR once the tests finish.
@guoyuhong Don't merge this yet. I think there's still something off with my latest |
I just pushed a fix for this. Tested on GCP and everything looks good. |
@hartikainen That is to say I can merge this PR if the test passed, right? |
@guoyuhong Yep! |
@hartikainen OK, I will keep an eye on it. This PR is better to get merged as soon as possible to unblock other PRs. |
Test FAILed. |
Test FAILed. |
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 good. I will merge it.
Ah, thanks for fixing. Next time, we can merge hotfixes such as this immediately. |
I merged #4537 without linting. This fixes the lint errors.