From 5e08a0d71ecacc9641e1e23a4dfcb8089466408b Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Sat, 18 Jan 2014 10:25:22 -0500 Subject: [PATCH] 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 --- devstack-vm-gate.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/devstack-vm-gate.sh b/devstack-vm-gate.sh index 4421220b..ca6069e3 100755 --- a/devstack-vm-gate.sh +++ b/devstack-vm-gate.sh @@ -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