Jenkins PEP8 Gate for Horizon Broken
Bug #1021513 reported by
Gabriel Hurley
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Core Infrastructure |
Fix Released
|
Medium
|
Monty Taylor |
Bug Description
Note the output here:
https:/
It's finding violations but returning a successful response for some reason.
Changed in openstack-ci: | |
milestone: | none → folsom |
assignee: | nobody → Monty Taylor (mordred) |
importance: | Undecided → Medium |
status: | New → Fix Released |
To post a comment you must log in.
This is a bug in horizon's pep8.txt. The jenkins job template for pep8 expects to tee stdout into pep8.txt. But horizon's script is trying to do that for it. So they're clobbering each other and we wind up with fail.