After numerous test submissions here is what I have come up with:<br><br>The build tag is what determines if a submission overwrites another previously made. For experimental builds, the build tag is the time that ctest is started. For nightly, the build tag is constructed from the CTEST_NIGHTLY_START_TIME variable. The problem I was having in my scripts is that I was EXEC_PROGRAM'ing the date command, and saving it as the nightly start time. <br>
<br>so now all our submissions do what we want<br><br>Thanks for the great tool!<br>-Ben<br><br><div class="gmail_quote">On Fri, Sep 4, 2009 at 11:41 AM, Ben Ratzlaff <span dir="ltr"><<a href="mailto:cdash@daishiva.com">cdash@daishiva.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">We build our software from a number of different platforms. Each submission from the script run by cron shows up on its own line.<br>
<br>When we come in at the start of the day, we find that something has broken so we run the same build script by hand. Sometimes the resulting submission will overwrite the previous nightly entry (resulting in no new rows on the dashboard) and sometimes a new line is made (resulting in many new rows if we dont get it right fairly quickly).<br>

<br>My question is what causes this behavior? We would prefer to only see the most recent submission for a machine on the dashboard. Did I forget to set a nightly_tag variable?<br><br>Thanks<br><font color="#888888">-Ben<br>

</font></blockquote></div><br>