splitting test groups #3436
-
|
Sorry, me again. I might not properly understand how ctest/cdash shall be used. In the overview all stages are grouped by group. I'd like to have a special group for tests and changed I did more experiments. I seems that always the --group from ctest -D ExperimentalStart is used and other --group in the sequence are ignored. Am I right, could I do it different or do I simply misunderstand how it should be done/used? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi @Fabian188, all components of a single "build" (update, configure, build, test, etc) should be submitted to the same build group and will show up as a single row on the dashboard. Build groups are for...well...grouping entire builds. For example, CMake has "Nightly Expected", "merge-requests", and "continuous" build groups, amongst other things. What are you trying to accomplish with CDash? Understanding what you're trying to do would help me suggest a better CDash configuration for you. |
Beta Was this translation helpful? Give feedback.
Hi @Fabian188, all components of a single "build" (update, configure, build, test, etc) should be submitted to the same build group and will show up as a single row on the dashboard. Build groups are for...well...grouping entire builds. For example, CMake has "Nightly Expected", "merge-requests", and "continuous" build groups, amongst other things.
What are you trying to accomplish with CDash? Understanding what you're trying to do would help me suggest a better CDash configuration for you.