[Dart] different track names and ctest -D

Miller, James V (GE, Research) millerjv at crd.ge.com
Tue Oct 10 14:00:41 EDT 2006


David,
 
I think the syntax would be
 
ctest -D Nightly --track langlib
 
or 
 
ctest -D NightlyStart  --track langlib
ctest -D NightlyUpdate --track langlib
ctest -D NightlySubmit --track langlib
 
If you wanted to Nightly and Continuous builds, then you probably want
unique track names, maybe langlib-Nightly and langlib-Continous. Then
the commands would be
 
ctest -D Nightly --track langlib-Nightly
 
The part after "--track" is where the information will appear on the
Dashboard.  The part after "-D" is what type of build to perform
(Nighly, Continuous, Experimental), which changes how updates are
performed.
 
Jim
 

  _____  

From: dart-bounces+millerjv=crd.ge.com at public.kitware.com
[mailto:dart-bounces+millerjv=crd.ge.com at public.kitware.com] On Behalf
Of David Blado
Sent: Tuesday, October 03, 2006 5:38 PM
To: dart at public.kitware.com
Subject: [Dart] different track names and ctest -D



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/20061010/5d38b317/attachment.html


More information about the Dart mailing list