From: Ian Jackson Date: Mon, 21 May 2018 14:20:20 +0000 (+0100) Subject: cr-daily-branch: When reporting, always compare to real flights X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=a4d2365260663cd4efcb040697c1519d9ef6286b;p=people%2Froyger%2Fosstest.git cr-daily-branch: When reporting, always compare to real flights When we're running sg-report-flight, at the end of the flight, we shouldn't try to compare it to play flights, but real ones (if any). play flights might contain junk (which might even cause sg-report-flight to crash). CC: Wei Liu Signed-off-by: Ian Jackson --- diff --git a/cr-daily-branch b/cr-daily-branch index a06d5a4..9b51627 100755 --- a/cr-daily-branch +++ b/cr-daily-branch @@ -75,7 +75,7 @@ case $branch in treeurl=`./ap-print-url $branch`;; esac -blessings_arg=--blessings=${DAILY_BRANCH_TESTED_BLESSING:-$OSSTEST_BLESSING} +blessings_arg=--blessings=${DAILY_BRANCH_TESTED_BLESSING:-real} sgr_args+=" $blessings_arg" force_baseline='' # Non-empty = indication why we are forcing baseline.