spack.reporters package

Submodules

spack.reporters.cdash module

class spack.reporters.cdash.CDash(args)

Bases: spack.reporter.Reporter

Generate reports of spec installations for CDash.

To use this reporter, pass the --cdash-upload-url argument to spack 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.

build_report(directory_name, input_data)
concretization_report(directory_name, msg)
initialize_report(directory_name)
report_for_package(directory_name, package, duration)
upload(filename)

spack.reporters.junit module

class spack.reporters.junit.JUnit(args)

Bases: spack.reporter.Reporter

Generate reports of spec installations for JUnit.

build_report(filename, report_data)

Module contents