You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should be creating build-log.txt with stdout/stderr from the test.
Ideally we should capture output of bootstrap.py as well. We can probably just add a logging handler
that appends logs of bootstrap.py and runner.py to a file.
The text was updated successfully, but these errors were encountered:
Add a python lint check
Partial fix to #53
Capture stdout/stderr of the test and upload to GCS so we have a proper build log that outlives the pod lifetime.
Fixes#82
* Run autopep8 on all py files.
* Fix python lint issues
* pylintrc was copied from kuberntes/test-infra
* Disable import-error message since some py files run inside containers
which will have different libraries then the machine running the lint check.
See GCS Layout
We should be creating build-log.txt with stdout/stderr from the test.
Ideally we should capture output of bootstrap.py as well. We can probably just add a logging handler
that appends logs of bootstrap.py and runner.py to a file.
The text was updated successfully, but these errors were encountered: