MantisBT - CDash
View Issue Details
0008592CDashpublic2009-02-24 01:322009-03-30 15:02
Roscoe A. Bartlett 
Julien Jomier 
normalminoralways
closedfixed 
 
1.4 
0008592: CDash Dev: Main project/subproject page should be able to filter only Nightly tests
The main project/subproject page at:

    http://trilinos-dev.sandia.gov/cdash/index.php?project=Trilinos [^]

is a very helpful overview of your project and subprojects. However, it would be very helpful to be able to filter only 'Nightly' builds and not include 'Experimental' builds. The problem with always including 'Experimental' builds is that a developer can do a bunch of sloppy broken experimental builds and make it look like your project or subprojects are in trouble when they are really not.

The same goes for continuous integration builds.

This issue is not as high of a priority as other issues but I just wanted to get this issue reported.
No tags attached.
Issue History
2009-02-24 01:32Roscoe A. BartlettNew Issue
2009-02-24 09:50Bill HoffmanStatusnew => assigned
2009-02-24 09:50Bill HoffmanAssigned To => Julien Jomier
2009-03-03 14:24Roscoe A. BartlettNote Added: 0015519
2009-03-09 19:15Julien JomierStatusassigned => resolved
2009-03-09 19:15Julien JomierFixed in Version => 1.4
2009-03-09 19:15Julien JomierResolutionopen => fixed
2009-03-30 15:02Julien JomierStatusresolved => closed

Notes
(0015519)
Roscoe A. Bartlett   
2009-03-03 14:24   
Speeking with Brent, the importance if this issue may be higher than I once thought. The problem is that people doing experimental builds will mess up the project/subproject dashboard. For exmaple, at:

    http://trilinos-dev.sandia.gov/cdash/index.php?project=Trilinos&date=2009-03-04 [^]

right now (12:18 PM MST) you see the row for Teuchos:


    Teuchos 1 0 6 1 1 5 0 1 252 2009-03-03 17:09:34

All of our builds for Teuchos were totally clean.

Consider the subproject dashboard by clicking on Teuchos from the page above which takes you to:

    http://trilinos-dev.sandia.gov/cdash/index.php?project=Trilinos&subproject=Teuchos&date=2009-03-04 [^]

The one configure error was from:

    damogran.kitwarein.com exp-1-davidcole Notesctest2.7-20090303
    0 0 1 0 0 0 0 3.7 2009-03-03T09:22:28 MST Teuchos

That was declared as a 'Nightly' build so I guess it should show up as an error on the main project/subproject page. However, the build error shown for Teuchos was for an 'Experimental' build in the build:

    damogran.kitwarein.com exp-2-davidcole Notesctest2.7-20090303info
    0 0 0 0 0.1 16 0 1.2 0 0 49 0.3 2009-03-03T10:08:15 MST Teuchos

So this case is where the problem lies. People should be able to do any experimental build they want and it should not polute the overall project/subproject dashboard page.

I would like to add this as a priorty item above rolled up build results.