TriBITS
TriBITS copied to clipboard
TriBITS: Tribal Build, Integrate, and Test System,
This story is a follow-on to story #278. This story is to update the `TRIBITS_CTEST_DRIVER()` function to correctly report clone and update failures for the extra repos and then to...
A problem that we are having with the ATDM Trilinos builds is that when the configure failures in the first ctest -S invocation that does the configure and build the...
Currently if a build run with the TriBITS Dashbaord Driver system times-out (due to the CTest `TIMEOUT` property on the test that runs `ctest -S ...`), then it aborts all...
Raw CMake accepts CamelCase names for 'Debug', 'Release', 'RelWithDebInfo' and 'MinSizeRel' as well as empty '' for `CMAKE_BUILD_TYPE` as described here: https://cmake.org/cmake/help/v3.0/variable/CMAKE_BUILD_TYPE.html However, raw CMake applies the build options specified...
Currently, the tool `cdash_analyze_and_report.py` will error our if there are duplicate test results. In theory this should never happen. But in practice, this can happen because of problems with the...
See https://github.com/TriBITSPub/TriBITS/blob/de606e5c5adfdff290df02c2e9137539300e9999/tribits/core/package_arch/TribitsAdjustPackageEnables.cmake#L727 (lines 727, 729, 737, 738). It looks harmless since consistent.
Currently, the documentation for gitdist tells the user how to manually run gitdist to create a RepoVersion.txt file that can be used with the `--dist-version-file=` argument. That is sloppy and...
**Blocked By:** ??? **Description:** Since TriBITS archives `RepoVersion.txt` files with every CI and Nighty on CDash it was easy enough to manually go back in history and reproduce any build...
**Description:** This story will track the creation of a new TriBITS tutorial. ToDo: Fill in more scope ... @fryeguy52 will primarily work on this as part of learning TriBITS.