spack.reporters package¶
Submodules¶
spack.reporters.cdash module¶
- class spack.reporters.cdash.CDash(args)[source]¶
Bases:
spack.reporter.Reporter
Generate reports of spec installations for CDash.
To use this reporter, pass the
--cdash-upload-url
argument tospack install
:spack install --cdash-upload-url=\ https://mydomain.com/cdash/submit.php?project=Spack <spec>
In this example, results will be uploaded to the Spack project on the CDash instance hosted at https://mydomain.com/cdash.