From 8d0872083c6ed2024b5a23112ea19345c29b323a Mon Sep 17 00:00:00 2001 From: Zack Galbreath Date: Fri, 26 Oct 2018 12:05:26 -0400 Subject: Report current git commit of Spack to CDash When using the CDash reporter, upload a Update.xml file that indicates the hash of Spack's current git commit. --- share/spack/templates/reports/cdash/Update.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'share') diff --git a/share/spack/templates/reports/cdash/Update.xml b/share/spack/templates/reports/cdash/Update.xml index 2ef5de347d..97d5ed81f3 100644 --- a/share/spack/templates/reports/cdash/Update.xml +++ b/share/spack/templates/reports/cdash/Update.xml @@ -3,9 +3,12 @@ {{ site }} {{ buildname }} {{ buildstamp }} - {{ starttime }} - {{ endtime }} -{% if msg %} - {{ msg }} + {{ update.starttime }} + + GIT + {{ update.revision }} + {{ update.endtime }} +{% if update.log %} + {{ update.log }} {% endif %} -- cgit v1.2.3-60-g2f50