spack.reporters package¶
Submodules¶
spack.reporters.cdash module¶
-
class
spack.reporters.cdash.CDash(args)¶ ベースクラス:
spack.reporter.ReporterGenerate reports of spec installations for CDash.
To use this reporter, pass the
--cdash-upload-urlargument 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.
-
build_report(directory_name, input_data)¶
-
concretization_report(directory_name, msg)¶
-
initialize_report(directory_name)¶
-
print_cdash_link()¶
-
report_for_package(directory_name, package, duration)¶
-
upload(filename)¶
-
spack.reporters.junit module¶
-
class
spack.reporters.junit.JUnit(args)¶ ベースクラス:
spack.reporter.ReporterGenerate reports of spec installations for JUnit.
-
build_report(filename, report_data)¶
-