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:

committed by
Todd Gamblin

parent
0bae6626a4
commit
738d2bd77a
@@ -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 }}"
|
||||
>
|
||||
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user