]> xenbits.xensource.com Git - osstest.git/commitdiff
cri-args-hostlists: Add some calls to date(1)
authorIan Jackson <ian.jackson@eu.citrix.com>
Tue, 4 Aug 2020 11:43:44 +0000 (12:43 +0100)
committerIan Jackson <ian.jackson@eu.citrix.com>
Thu, 6 Aug 2020 09:23:19 +0000 (10:23 +0100)
This will make it easier to see perf changes etc.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
cri-args-hostlists

index 28d576db8a8e583d4c40f68182cc12eff272ea61..61572c2d6d875ad99bc3063919afdee2038741a5 100644 (file)
@@ -117,17 +117,25 @@ start_email () {
 
        globallockdir=`getconfig GlobalLockDir`
 
+       date >&2
+
        with-lock-ex -w $globallockdir/report-lock \
          ./sg-report-job-history --html-dir=$job_html_dir --flight=$flight
 
+       date >&2
+
        ./sg-report-flight --html-dir=$flight_html_dir/$flight/ \
                --allow=allow.all --allow=allow.$branch \
                $sgr_args $flight >tmp/$flight.report
        ./cr-fold-long-lines tmp/$flight.report
 
+       date >&2
+
        mkdir -p $host_html_dir
        with-lock-ex -w $globallockdir/report-lock \
          ./sg-report-host-history --html-dir=$host_html_dir flight:$flight
+
+       date >&2
 }
 
 publish_send_email () {