run-pep8.sh usage now being output
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Core Infrastructure |
In Progress
|
Critical
|
Jeremy Stanley |
Bug Description
Seems like some new usage output from run-pep8.sh is causing gate commits to fail.
2014-08-11 03:39:57.287 | [gate-taskflow-
2014-08-11 03:39:57.293 | + /usr/local/
2014-08-11 03:39:57.297 | + org=
2014-08-11 03:39:57.297 | + project=
2014-08-11 03:39:57.297 | + source /usr/local/
2014-08-11 03:39:57.298 | + check_variable_
2014-08-11 03:39:57.298 | + org=
2014-08-11 03:39:57.298 | + project=
2014-08-11 03:39:57.298 | + filename=
2014-08-11 03:39:57.298 | + [[ -z '' ]]
2014-08-11 03:39:57.298 | + echo 'Usage: /usr/local/
2014-08-11 03:39:57.298 | Usage: /usr/local/
2014-08-11 03:39:57.298 | + echo
2014-08-11 03:39:57.299 |
2014-08-11 03:39:57.299 | + echo 'ORG: The project organization (eg '\''openstack'\'')'
2014-08-11 03:39:57.299 | ORG: The project organization (eg 'openstack')
2014-08-11 03:39:57.299 | + echo 'PROJECT: The project name (eg '\''nova'\'')'
2014-08-11 03:39:57.299 | PROJECT: The project name (eg 'nova')
2014-08-11 03:39:57.299 | + exit 1
See http://
This seems like a new change that wasn't occurring previously?
This looks like a stale nodepool image somewhere which doesn't have the prerequisite slave script changes for the recent ORG parameter removal in our jobs. I'll figure out where it's cropping up and get it updated.