MantisBT - CDash
View Issue Details
0011805CDash(No Category)public2011-02-05 07:582012-01-26 10:20
Nils Gladitz 
Julien Jomier 
normalminoralways
assignedopen 
1.8 
 
0011805: BuildType does not change after first executed build
When e.g. first scheduling a "Nightly" build and then later scheduling an "Experimental" build on the same host for the same project the results of the second build are also submitted under "Nightly".
No tags attached.
Issue History
2011-02-05 07:58Nils GladitzNew Issue
2012-01-26 09:48Julien JomierAssigned To => Julien Jomier
2012-01-26 09:48Julien JomierStatusnew => assigned
2012-01-26 09:53Julien JomierNote Added: 0028408
2012-01-26 09:53Julien JomierStatusassigned => feedback
2012-01-26 10:09Nils GladitzNote Added: 0028409
2012-01-26 10:09Nils GladitzStatusfeedback => assigned
2012-01-26 10:20Julien JomierNote Added: 0028410

Notes
(0028408)
Julien Jomier   
2012-01-26 09:53   
Can you make sure that your host is not marked as expected and moved in the Nightly section.
(0028409)
Nils Gladitz   
2012-01-26 10:09   
It has been a while but I was the only user so I'm sure there was noone marking or moving anything.

As far as I can remember I fixed this by removing the build directory (ctest_empty_binary_directory) before doing anything else in the client script.

The client script as it was default generated by CDash reused the build directory between jobs and I'm guessing the build type is not being overridden by subsequent build jobs?
(0028410)
Julien Jomier   
2012-01-26 10:20   
Thanks a lot for the feedback, this is probably the issue. I'll try to put a fix soon.