<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Jun 22, 2012, at 2:09 AM, NoRulez wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div><div>Hello Richard,<br><br>&gt;&gt; What is the configured cutoff time for Nightly runs?<br>Did you mean the nightly build time?<br></div></div></blockquote><div><br></div><div>I mean this value (for example in CTestConfig.cmake)</div><div>such as:</div><div><br></div><span class="Apple-style-span" style="font-family: monospace; font-size: 12px; white-space: pre; ">set(CTEST_NIGHTLY_START_TIME&nbsp;"21:00:00&nbsp;EDT")</span></div><div><span class="Apple-style-span" style="font-family: monospace; font-size: 12px; white-space: pre; ">or</span></div><div><span class="Apple-style-span" style="font-family: monospace; font-size: 12px; white-space: pre; ">set(CTEST_NIGHTLY_START_TIME&nbsp;"1:00:00&nbsp;UTC")</span></div><div><span class="Apple-style-span" style="font-family: monospace; font-size: 12px; white-space: pre; "><br></span></div><div><span class="Apple-style-span" style="font-family: monospace; font-size: 12px; white-space: pre; ">But let's be certain that we both are talking about the consistent times, namely UTC.</span></div><div><font class="Apple-style-span" face="monospace"><span class="Apple-style-span" style="font-size: 12px; white-space: pre;"><br></span></font></div><div><blockquote type="cite"><div><div>&gt;&gt; During which hours does the "continuous" builder run?<br>Between 6 am and 10 pm<br></div></div></blockquote>&nbsp;(UTC ?)</div><div><br>(Note A) See below<br><br><blockquote type="cite"><div><div>&gt;&gt; When does the "nightly" builder run?<br>Nightly build time is configured for 23:00 UTC (11 pm)<br><br>&gt;&gt; Which builds do you expect to be posted to "continuous"?<br>At 10 pm and at 6 pm in the morning (next day) the commit should be e.g. 48<br></div></div></blockquote><div><br></div><div>I interpret (Note A) to indicate that you should expect the following runs:</div><div>5, 6, 7, ... , 21, 30 - 45, 54 - 69, etc.</div><div>Commit 5 is processed when the builder restarts at 6 AM.</div><div>Commit 6 is processed shortly after 6:15 AM</div><div>The builder shuts down for the night before Commit 22 is posted at 10:15 PM</div><br><blockquote type="cite"><div><div>&gt;&gt; Which builds do you expect to be posted to "nightly"?<br>At 11 pm the commit should be e.g. 48 (HEAD revision) which means the last commit from the current day<br></div></div></blockquote><div><br></div><div>At 11 PM, the last commit was the one made at 10:15 PM, namely 22, 46, 70, ...</div><br><blockquote type="cite"><div><div>e.g.: If the last commit from the 21.06.2012 is at 12:30 am </div></div></blockquote><div><br></div><div>I don't know how you expect 12:30 AM to be the last commit of the day. The day started only 30 minutes earlier.</div><div><br></div><blockquote type="cite"><div><div>and has the commit 32, then the nightly build from the 21.06.2012 at 23:00 (11 pm) has (should have) the commit 32 too.<br></div></div></blockquote><div><br></div>This doesn't make sense. (And please follow my assumptions -- all of the commits in my scenario occur at 15 minutes past the hour. There are no commits made at 12:30 am)</div><div><br></div><div>Please draw your timeline, mark all of the actions and revise your expectations.</div><div><br><blockquote type="cite"><div><div>The only difference is that the nightly builds starts from an empty build directory (the directory content are removed).<br></div></div></blockquote><div><br></div>A typical distinction.</div><div><br><blockquote type="cite"><div><div>Thanks in advance<br><br>Best Regards<br><br></div><div><br>Am 21. Jun 2012 um 20:20 schrieb Richard Wackerbarth &lt;<a href="mailto:richard@NFSNet.org">richard@NFSNet.org</a>&gt;:<br><br><div><blockquote type="cite"><div class="msg-quote"><div class="_stretch">From reading this, I get the distinct impression that your are not interpreting the meaning of "nightly" in the same way that the rest of us are doing so.<br> <br> Let's assume the following:<br> <br> At 15 minutes past each hour, a new commit is added to the repository.<br> <br> For the sake of description, the "zeroth" commit happens at 12:15 AM on June 21<br> Commit #1 is at 1:15 AM,<br> ...<br> Commit #18 is at 6:15 PM,<br> ...<br> Commit #22 is at 10:15 PM,<br> Commit #23 is at 11:15 PM,<br> Commit #24 is at 12:15 AM on June 22<br> ...<br> Commit #47 is at 11:15 PM,<br> Commit #48 is at 12:15 AM on June 23<br> ...<br> <br> etc.<br> <br> Further, assume that a build requires 5 minutes to run.<br> <br> ===<br> <br> Now it terms of those assumptions,<br> please tell me:<br> <br> What is the configured cutoff time for Nightly runs?<br> During which hours does the "continuous" builder run?<br> When does the "nightly" builder run?<br> <br> Which builds do you expect to be posted to "continuous"?<br> Which builds do you expect to be posted to "nightly"?<br> <br> ===<br> <br> With those answers, perhaps I will be able to understand what you expect and help explain how you might achieve it.<br> <br> Richard<br> <br> On Jun 21, 2012, at 1:29 AM, NoRulez wrote:<br> <br> &gt; Has no one an idea on how to do so or is such functionality missing?<br> &gt; <br> &gt; Thanks in advance<br> &gt; <br> &gt; Best Regards<br> &gt; <br> &gt; <br> &gt; Am 15. Jun 2012 um 08:38 schrieb NoRulez &lt;<a href="mailto:norulez@me.com" data-mce-href="mailto:norulez@me.com">norulez@me.com</a>&gt;:<br> &gt; <br> &gt;&gt; Hello David,<br> &gt;&gt; <br> &gt;&gt; but the problem is, that the timestamp is one day behind, so this doesn't work and I get previous revisions. (Our nightly build starts at 23:00 and not at 1 am)<br> &gt;&gt; However is there a way to update to the HEAD revision?<br> &gt;&gt; <br> &gt;&gt; Best Regards<br> <br></div></div></blockquote></div></div></div>--<br><br>Powered by <a href="http://www.kitware.com">www.kitware.com</a><br><br>Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><br><br>Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ">http://www.cmake.org/Wiki/CMake_FAQ</a><br><br>Follow this link to subscribe/unsubscribe:<br><a href="http://www.cmake.org/mailman/listinfo/cmake">http://www.cmake.org/mailman/listinfo/cmake</a></blockquote></div><br></body></html>