-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
[tune] Fix and enable SigOpt tests #12877
Conversation
FYI Travis won't inject secrets to PR environment |
Looks like the sigopt tests were skipped |
Ah thanks, I remember reading that somewhere. There's a couple of things here to fix, I'll get to that tomorrow and disable skip tests when SIGOPT_KEY is not found in the environment. Unfortunately that means we won't see if the tests pass on travis until we merged. (The SigOpt tests specifically pass locally, though). |
Ah awesome, thanks! |
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.
Looks good now!
(will wait one last time for tests to pass) |
The one failing test is unrelated to this PR - should be ready to merge! |
Why are these changes needed?
Related issue number
Checks
scripts/format.sh
to lint the changes in this PR.