Allow more customization for CDash reporter

Add new command line arguments to `spack install` that allow users
to set the build name, site name, and track in their CDash report.
This commit is contained in:
Zack Galbreath
2018-10-19 15:14:15 -04:00
committed by Todd Gamblin
parent 0bae6626a4
commit 738d2bd77a
8 changed files with 65 additions and 26 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Site BuildName="{{ install_command }}"
<Site BuildName="{{ buildname }}"
BuildStamp="{{ buildstamp }}"
Name="{{ hostname }}"
Name="{{ site }}"
OSName="{{ osname }}"
>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<Update>
<Site>{{ hostname }}</Site>
<BuildName>{{ install_command }}</BuildName>
<Site>{{ site }}</Site>
<BuildName>{{ buildname }}</BuildName>
<BuildStamp>{{ buildstamp }}</BuildStamp>
<StartTime>{{ starttime }}</StartTime>
<EndTime>{{ endtime }}</EndTime>