diff options
author | Brad King <brad.king@kitware.com> | 2017-03-07 15:36:20 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-03-07 16:05:57 (GMT) |
commit | 2927e437e0f6001270783958b5c3e447339e3cc7 (patch) | |
tree | 1c4b2b6ee72d662783bcd9e9f0885baa3d5ee42f /Help/dev/review.rst | |
parent | b55e19dd1f6a4d679d36ba9f006a10c291f6b5db (diff) | |
download | CMake-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.rst | 18 |
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 ======= |