CDash icon indicating copy to clipboard operation
CDash copied to clipboard

Support multiple update submissions

Open mathstuf opened this issue 8 years ago • 5 comments
trafficstars

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.

mathstuf avatar Apr 13 '17 11:04 mathstuf

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

zackgalbreath avatar Apr 14 '17 18:04 zackgalbreath

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

prwolfe avatar Jul 11 '18 17:07 prwolfe

Hi, I'm really interested in this feature, has it been implemented yet ?

Laurent

ldouville avatar Aug 20 '18 12:08 ldouville

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().

dinkelacker avatar Oct 12 '20 07:10 dinkelacker

Still on the backlog, unfortunately. Thanks for the bump, though.

zackgalbreath avatar Nov 13 '20 14:11 zackgalbreath