disable error log enforcement
error log enforcement is a good goal, however given how long this was off, we've got a few new errors that crept in, like the nova-conductor race to set up topics (which shouldn't actually be an error, as it actually is fine). for now, let's do no harm. Change-Id: Ic2f22afb6cd5a1ddeb858fe39b180d39d347242e
This commit is contained in:
@@ -351,8 +351,12 @@ if [ "$DEVSTACK_GATE_TEMPEST" -eq "1" ]; then
|
||||
tools/check_logs.py -d $BASE/new/screen-logs
|
||||
res2=$?
|
||||
fi
|
||||
[[ $res -eq 0 && $res2 -eq 0 ]]
|
||||
exit $?
|
||||
# TODO(sdague): post icehouse-2 we can talk about turning
|
||||
# this back on, but right now it is violating the do no harm
|
||||
# principle.
|
||||
# [[ $res -eq 0 && $res2 -eq 0 ]]
|
||||
# exit $?
|
||||
exit $res
|
||||
|
||||
else
|
||||
# Jenkins expects at least one nosetests file. If we're not running
|
||||
|
||||
Reference in New Issue
Block a user