eeef91ab1e | ||
---|---|---|
.. | ||
github-actions/ci | ||
nightly_test_scripts | ||
spack_integration_tests | ||
README.md |
README.md
Two things reside in this directory:
scheduled nightly and weekly test builds
These run tests of QMCPACK on various machines automatically. Users should run ctest directly, as described in the manual.
These scripts are designed to be called from cron to execute the various nightly, weekly tests of QMCPACK. They are custom to particular machines, file systems, and users.
A copy of these scripts should be used for automation. At every update check for unsafe operations ("rm *") or script actions that can go awry e.g. if a filesystem is full or unavailable.
Note that if you are copying/reusing these files, they might not correspond to exactly those used in production, since these are sometimes tweaked for runtime, minor software version updates etc.
CI configuration
See github-actions subdirectory and <QMCPACK_ROOT>/.github/workflows/