mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 21:30:01 -05:00
Merge topic 'ctest_submit-inactivity-timeout'
5d178fcc53 CTest: Add CTEST_SUBMIT_INACTIVITY_TIMEOUT variable
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !6584
This commit is contained in:
@@ -665,6 +665,7 @@ Variables for CTest
|
||||
/variable/CTEST_SCP_COMMAND
|
||||
/variable/CTEST_SCRIPT_DIRECTORY
|
||||
/variable/CTEST_SITE
|
||||
/variable/CTEST_SUBMIT_INACTIVITY_TIMEOUT
|
||||
/variable/CTEST_SUBMIT_URL
|
||||
/variable/CTEST_SOURCE_DIRECTORY
|
||||
/variable/CTEST_SVN_COMMAND
|
||||
|
||||
@@ -1349,6 +1349,13 @@ Configuration settings include:
|
||||
* :module:`CTest` module variable: ``SUBMIT_URL`` if set,
|
||||
else ``CTEST_SUBMIT_URL``
|
||||
|
||||
``SubmitInactivityTimeout``
|
||||
The time to wait for the submission after which it is canceled
|
||||
if not completed. Specify a zero value to disable timeout.
|
||||
|
||||
* `CTest Script`_ variable: :variable:`CTEST_SUBMIT_INACTIVITY_TIMEOUT`
|
||||
* :module:`CTest` module variable: ``CTEST_SUBMIT_INACTIVITY_TIMEOUT``
|
||||
|
||||
``TriggerSite``
|
||||
Legacy option. Not used.
|
||||
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
ctest_submit-inactivity-timeout
|
||||
-------------------------------
|
||||
|
||||
* :manual:`ctest(1)` gained a new :variable:`CTEST_SUBMIT_INACTIVITY_TIMEOUT`
|
||||
variable, which can be used to specify a timeout for submission inactivity.
|
||||
@@ -0,0 +1,5 @@
|
||||
CTEST_SUBMIT_INACTIVITY_TIMEOUT
|
||||
-------------------------------
|
||||
|
||||
Specify the CTest ``SubmitInactivityTimeout`` setting
|
||||
in a :manual:`ctest(1)` dashboard client script.
|
||||
Reference in New Issue
Block a user