CDash
CDash copied to clipboard
Support multiple update submissions
Some projects have multiple repositories and recording all revisions in CDash would be nice. Would require changes in CTest to support ctest_update(APPEND).
For backwards compatibility, the revision query should probably match any of them.
This would be nice. We have to proceed carefully though. There's a number of places in CDash were we implicitly assume one revision per build. Off the top of my head:
- The Update column on index.php
- Showing what code changes occurred since the last build on viewUpdate.php
- Linking to the source code viewer from viewBuildError.php
We need this as well for 2 projects we use. I looked at this from a different angle and found that the sql specification had only one repository viewer per project (which I'm sure feeds into all the items you mentioned.)
Paul
Hi, I'm really interested in this feature, has it been implemented yet ?
Laurent
Hi, any update on this? I noticed an "Add repository" button in the project settings (v2.6) but I cannot find anything related in the documentation of ctest_update().
Still on the backlog, unfortunately. Thanks for the bump, though.