[vtk-developers] open.cdash.org updated

Zack Galbreath zack.galbreath at kitware.com
Fri Mar 10 13:40:16 EST 2017


On Thu, Mar 9, 2017 at 1:27 PM, Sean McBride <sean at rogue-research.com>
wrote:

> On Tue, 21 Feb 2017 09:57:31 -0500, Zack Galbreath said:
>
> >I just upgraded open.cdash.org.  The most visible change you'll notice is
> >that the Update column now shows the commit that was built rather than the
> >number of files that changed.
>
> I notice it doesn't show this for my cppcheck VTK dashboards.  Is that a
> cdash bug, or something about the way I submit the results?  Would be nice
> to have it there...
>

You need to call ctest_update() to generate this info for CDash.  If some
other process is already responsible for doing the git pull, you can tell
CTest to do a "version only" update like so:

set(CTEST_UPDATE_VERSION_ONLY 1)
ctest_update()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20170310/96800dd3/attachment.html>


More information about the vtk-developers mailing list