[Dart] different track names and ctest -D

David Blado dblado at decarta.com
Tue Oct 3 17:38:07 EDT 2006


Hi,

 

I'm having a problem getting CTest to send results to Dart when I use
custom track names:

 

Run ctest command: ~/cmake-2.4.3-Linux-i386/bin/ctest -D langlibStart -D
langlibBuild -D langlibSubmit --track langlib

CTest -D called with incorrect option: langlibStart

Available options are:

  ctest -D Continuous

  ctest -D Continuous(Start|Update|Configure|Build)

 

This works just fine when I use the canned track names (Nightly,
Experimental, etc).

 

I saw this from Jim Miller and what caught my eye is or whatever you
want:

<clip>

To have each subproject show up as a separate track:
 
1. Edit Project.xml for your Dashboard.  Go to the track manager section
and define the tracks you want.  The defaults are Nightly, Continuous, 
Experimental,  Weekly.  You can replace these with vtkCSCS-Nightly, 
vtkCSCS-Continuout, VTK-Nightly, VTK-Continuous, or whatever you want.
Tracks appear on the Dashboard in the order they are specified unless
the <Priority> tag.  You might also want to look at the <DefaultSortBy>
and <DefaultOrder> tags for each track. These are discussed on page 30
of
the manual (pdf page 38).
 
2. When you run ctest, add the --track argument:
 
ctest -D Nightly --track vtkCSCS-Nightly
 
ctest -D Continuous --track vtkCSCS-Continuous
 
etc.
</clip>
 
Is it possible for me to use -D langlibStart??
 
TIA,

David
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/dart/attachments/20061003/556fba71/attachment.htm


More information about the Dart mailing list