summaryrefslogtreecommitdiffstats
path: root/Help/dev/review.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-03-07 15:36:20 (GMT)
committerBrad King <brad.king@kitware.com>2017-03-07 16:05:57 (GMT)
commit2927e437e0f6001270783958b5c3e447339e3cc7 (patch)
tree1c4b2b6ee72d662783bcd9e9f0885baa3d5ee42f /Help/dev/review.rst
parentb55e19dd1f6a4d679d36ba9f006a10c291f6b5db (diff)
downloadCMake-2927e437e0f6001270783958b5c3e447339e3cc7.zip
CMake-2927e437e0f6001270783958b5c3e447339e3cc7.tar.gz
CMake-2927e437e0f6001270783958b5c3e447339e3cc7.tar.bz2
Help/dev: Document the CMake Testing Process
Diffstat (limited to 'Help/dev/review.rst')
-rw-r--r--Help/dev/review.rst18
1 files changed, 10 insertions, 8 deletions
diff --git a/Help/dev/review.rst b/Help/dev/review.rst
index ca64b95..e23c0fb 100644
--- a/Help/dev/review.rst
+++ b/Help/dev/review.rst
@@ -198,14 +198,14 @@ Integration Testing
The above `topic testing`_ tests the MR topic independent of other
merge requests and on only a few key platforms and configurations.
-CMake also has a large number of testing machines provided by Kitware
-and generous volunteers that cover nearly all supported platforms,
-generators, and configurations. In order to avoid overwhelming these
-resources, they do not test every MR individually. Instead, these
-machines follow an *integration branch*, run tests on a nightly basis
-(or continuously during the day), and post to the `CMake CDash Page`_.
-Some follow ``master``. Most follow a special integration branch,
-the *topic stage*.
+The `CMake Testing Process`_ also has a large number of machines
+provided by Kitware and generous volunteers that cover nearly all
+supported platforms, generators, and configurations. In order to
+avoid overwhelming these resources, they do not test every MR
+individually. Instead, these machines follow an *integration branch*,
+run tests on a nightly basis (or continuously during the day), and
+post to the `CMake CDash Page`_. Some follow ``master``. Most follow
+a special integration branch, the *topic stage*.
The topic stage is a special branch maintained by the "Kitware Robot"
(``@kwrobot``). It consists of the head of the MR target integration
@@ -241,6 +241,8 @@ until one of the following occurs:
Once a MR has been removed from the topic stage a new ``Do: stage``
command is needed to stage it again.
+.. _`CMake Testing Process`: testing.rst
+
Resolve
=======