Merge pull request #39666 from zdover23/wip-doc-dev-t8y-rerunning-tests-rewrite-2021-Feb-24

doc/dev: rewrite t8y "re-running tests"

Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Neha Ojha <nojha@redhat.com>
This commit is contained in:
Neha Ojha 2021-02-25 17:14:59 -08:00 committed by GitHub
commit 731c20fe49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -238,10 +238,13 @@ example, for the above test ID, the link is - http://pulpito.front.sepia.ceph.co
Re-running Tests
----------------
You can pass ``--rerun`` option, with test ID as an argument to it, to
``teuthology-suite`` command. Generally, this is useful in cases where teuthology test
batch has some failed/dead jobs that we might want to retrigger. We can trigger
jobs based on their status using::
The ``teuthology-suite`` command has a ``--rerun`` option, which allows you to
re-run tests. This is handy when your test has failed or is dead. The
``--rerun`` option takes the name of a teuthology run as an argument, as you
can see in the example below:
.. prompt:: bash $
teuthology-suite -v \
-m smithi \
@ -251,8 +254,8 @@ jobs based on their status using::
-R fail,dead,queued,running \
-e $CEPH_QA_MAIL
The meaning of the rest the options is already covered in `Triggering Tests`_
section.
The meaning and function of the other options is covered in the table in the
`Triggering Tests`_ section.
Naming the ceph-ci branch
-------------------------