-
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 python lint check to travis and fix python lint issues #91
Conversation
pylint on Travis complains about missing config file.
/test all |
@krzyzacy The prow job is reported as failed but the data in Gubernator indicates success. How does Prow determine success? Is it determined by the exit code of the prow job? I will try fixing #82 so that we get actual logs. My guess is there's a problem with running the lint check I added in this PR. |
/retest |
the build log is missing though, that might be the failure |
|
@krzyzacy Thanks. |
* runner.py should reuse py/util rather than redefining run.
/test tf-k8s-presubmit |
/test all |
/test all |
5 similar comments
/test all |
/test all |
/test all |
/test all |
/test all |
which will have different libraries then the machine running the lint check.
/test all |
Add a python lint check
Capture stdout/stderr of the test and upload to GCS so we have a proper build log that outlives the pod lifetime.
runner.py should reuse the run commands in py/util.py rather than duplicating code.