From 18fd1960d556eb63259014a4ae462bdc29f5e290 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 17 Jun 2015 17:41:49 +0100 Subject: [PATCH] cri-args-hostlists: Run sg-report-host-history Signed-off-by: Ian Jackson Acked-by: Ian Campbell --- cri-args-hostlists | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cri-args-hostlists b/cri-args-hostlists index 08e733d..a4e57b3 100644 --- a/cri-args-hostlists +++ b/cri-args-hostlists @@ -108,6 +108,7 @@ start_email () { local flight_html_dir=$OSSTEST_HTMLPUB_DIR/ local job_html_dir=$OSSTEST_HTML_DIR/ + local host_html_dir=$OSSTEST_HTML_DIR/host/ globallockdir=`getconfig GlobalLockDir` @@ -117,6 +118,10 @@ start_email () { ./sg-report-flight --html-dir=$flight_html_dir/$flight/ \ --allow=allow.all --allow=allow.$branch \ $sgr_args $flight + + mkdir -p $host_html_dir + with-lock-ex -w $globallockdir/report-lock \ + ./sg-report-host-history --html-dir=$host_html_dir flight:$flight } publish_send_email () { -- 2.39.5