Framework: Trilinos packages/subprojects ordering incorrect in Trilinos PR builds #10979
Labels
DO_NOT_AUTOCLOSE
This issue should be exempt from auto-closing by the GitHub Actions bot.
PA: Framework
Issues that fall under the Trilinos Framework Product Area
type: bug
The primary issue is a bug in Trilinos code or tests
Bug Report
@trilinos/framework
Internal Issues
Description
The Trilinos PR builds show the package/subproject ordering incorrectly on CDash. They appear to be shown in alphabetical order instead of package dependency order (as listed in the Trilinos/PackagesList.cmake file). For example, the recent PR build:
showed:
As a contract correct order is produced by the tribits_ctest_driver() function like shown here:
which showed:
The order is important to maintain so that you can see how errors in upstream packages (like MueLu) may prorogate to downstream packages (like Panzer). The is difficult to see if the ordering is not correct.
Steps to Reproduce
Run a PR build and look on CDash? There are no externally documented instructions for reproducing Trilinos ctest -S driver runs not on Jenkins.
The text was updated successfully, but these errors were encountered: