]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/dev: added the other four tests 37305/head
authorZac Dover <zac.dover@gmail.com>
Wed, 23 Sep 2020 23:49:36 +0000 (09:49 +1000)
committerZac Dover <zac.dover@gmail.com>
Wed, 23 Sep 2020 23:49:36 +0000 (09:49 +1000)
This PR adds a list of tests that are performed
when a PR hits Github.

Signed-off-by: Zac Dover <zac.dover@gmail.com>
doc/dev/developer_guide/basic-workflow.rst

index 46f6e2a42a973e70c910fec13e48fd7fff98e55e..1d2f32ea12f48aa501ca50297ca9ac93f83830df 100644 (file)
@@ -207,11 +207,10 @@ Automated PR validation
 When your PR hits GitHub, the Ceph project's `Continuous Integration (CI)
 <https://en.wikipedia.org/wiki/Continuous_integration>`_
 infrastructure will test it automatically. At the time of this writing
-(September 2020), the automated CI testing included a test to check that the
-commits in the PR are properly signed (see :ref:`submitting-patches`) and a
-:ref:`make-check` test.
+(September 2020), the automated CI testing included five tests to check that the
+commits in the PR are properly signed (see :ref:`submitting-patches`), to check that the documentation builds, to check that the submodules are unmodified, to check that the API is in order,  and a :ref:`make-check` test.
 
-The latter, :ref:`make-check`, builds the PR and runs it through a battery of
+The :ref:`make-check`, builds the PR and runs it through a battery of
 tests. These tests run on machines operated by the Ceph Continuous
 Integration (CI) team. When the tests complete, the result will be shown
 on GitHub in the pull request itself.