Merge bitcoin/bitcoin#35241: cmake: Set CTEST_NIGHTLY_START_TIME for CDash Nightly pipelines

4defc466a2 cmake: Set `CTEST_NIGHTLY_START_TIME` for CDash Nightly pipelines (Hennadii Stepanov)

Pull request description:

  This PR follows up on https://github.com/bitcoin/bitcoin/pull/35222.

  According to the [CMake documentation](https://cmake.org/cmake/help/latest/variable/CTEST_NIGHTLY_START_TIME.html) for `CTEST_NIGHTLY_START_TIME`:
  > ... this variable must always be set for a nightly build in a dashboard script.

  Examples of nightly build reports utilizing this configuration can be found on the [Bitcoin Core CDash board](https://my.cdash.org/index.php?project=bitcoin-core), based on [this commit](98aad4f72f).

ACKs for top commit:
  ferminquant:
    ACK 4defc466a2
  purpleKarrot:
    ACK 4defc466a2

Tree-SHA512: 7d3f5dc9f9f1336fc03f565d36750c66bdbae5a3916dabf4ab02c3c2584fc7135a8839e94d7fa08bcbb530913cf0eea31fc402dbdc1c22e207402c991dac044d
This commit is contained in:
Hennadii Stepanov
2026-05-10 10:01:15 +02:00

View File

@@ -1 +1,2 @@
set(CTEST_SUBMIT_URL "https://my.cdash.org/submit.php?project=bitcoin-core")
set(CTEST_NIGHTLY_START_TIME "00:00:00 UTC")