From 5985eb9413bfa61c9cdb41b096075e3aa8e138fd Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Thu, 24 Sep 2020 09:49:36 +1000 Subject: [PATCH] doc/dev: added the other four tests This PR adds a list of tests that are performed when a PR hits Github. Signed-off-by: Zac Dover --- doc/dev/developer_guide/basic-workflow.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/dev/developer_guide/basic-workflow.rst b/doc/dev/developer_guide/basic-workflow.rst index 46f6e2a42a973..1d2f32ea12f48 100644 --- a/doc/dev/developer_guide/basic-workflow.rst +++ b/doc/dev/developer_guide/basic-workflow.rst @@ -207,11 +207,10 @@ Automated PR validation When your PR hits GitHub, the Ceph project's `Continuous Integration (CI) `_ 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. -- 2.39.5