buildtest¶
This documentation was rebuilt on Mar 07, 2023 and is intended for version 1.3.
If you are working off the latest release please see https://buildtest.readthedocs.io/en/latest/ for documentation. If you are working off the devel branch then please refer to https://buildtest.readthedocs.io/en/devel/ which references the devel branch.
Useful Links¶
Source Code: https://github.com/buildtesters/buildtest
Documentation: http://buildtest.rtfd.io/
Schema Docs: https://buildtesters.github.io/buildtest/
ReadTheDocs: https://readthedocs.org/projects/buildtest/
Slack Channel: http://hpcbuildtest.slack.com
Slack Invite: https://communityinviter.com/apps/hpcbuildtest/buildtest-slack-invitation
CodeFactor: https://www.codefactor.io/repository/github/buildtesters/buildtest
NERSC Test Repository: https://github.com/buildtesters/buildtest-nersc
Description¶
buildtest is a testing framework to help HPC sites write test for their system as part of their routine acceptance and regression testing. Buildtest provides a YAML interface to write tests which buildtest can validate and then use to generate shell scripts that run on your HPC system. The test template (YAML) is called a buildspec which can define one or more test instances and is validated by a json schema. Buildtest supports the following batch schedulers: IBM Spectrum LSF, Slurm, PBS and Cobalt. We publish the schema documentation, json schemas, and schema examples at https://buildtesters.github.io/buildtest/ which is useful when you are writing buildspecs.
To get started with buildtest, please see Installing buildtest and Getting Started Guide.
A spin-off project called lmodule is a Python API for Lmod. The buildtest module features were deprecated and moved to lmodule with the main objective is to automate module load testing. For more details on lmodule see https://github.com/buildtesters/lmodule
Background
Getting Started
Explanation
Reference
- Buildtest Command Line Reference
- Writing Buildspecs
- Additional Features
- Accessing build history (
buildtest history
) - Buildtest Info (
buildtest info
) - Accessing buildtest documentation
- Enabling colored output for table entries
- Listing available color options (
buildtest --helpcolor
) - Disabling Colored Output
- CDASH Integration (
buildtest cdash
) - Cleaning buildtest files (
buildtest clean
) - Changing Directories (
buildtest cd
) - Get Path for Test (
buildtest path
) - Test Statistics (
buildtest stats
) - Buildtest Debug Report (
buildtest debugreport
) - Command Line Interface to buildtest configuration (
buildtest config
)
- Accessing build history (
- Buildtest Schemas
- Facility Test Examples
- buildtest API Reference
- Buildtest Command Reference
- Conference and Publications
Development Guide
Useful Links
License¶
buildtest is released under the MIT license