cmake: Set `CTEST_NIGHTLY_START_TIME` for CDash Nightly pipelines
What changed, and why it matters
This commit adds a single configuration line telling CDash (a test-results dashboard) what time to consider the start of a 'nightly' test run. It has no effect on Bitcoin Core's code, network behavior, or user security.
No security action needed; this is a benign CI/dashboard configuration change.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The change sets CTEST_NIGHTLY_START_TIME to ‘00:00:00 UTC’ in CTestConfig.cmake. This variable only controls scheduling semantics for CDash nightly pipeline submissions and does not alter build logic, runtime code, or any security-sensitive settings.
Changed components
CTestConfig.cmakeInspect captured patch +1 / −0
diff --git a/CTestConfig.cmake b/CTestConfig.cmake
index 0eca9bf1..539a37d2 100644
--- a/CTestConfig.cmake
+++ b/CTestConfig.cmake
@@ -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")
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.