Fix formatting in the CQ keywords markdown

BUG=skia:
NOTRY=true
DOCS_PREVIEW= https://skia.org/?cl=1247323002
TBR=jcgregorio

Review URL: https://codereview.chromium.org/1247323002
This commit is contained in:
rmistry 2015-07-23 08:02:13 -07:00 committed by Commit bot
parent 150714fb16
commit 6d600af80a

View File

@ -14,12 +14,16 @@ To do a dry run through the CQ please use Rietveld's [dry run](https://groups.go
The CQ will run through its list of verifiers (reviewer check, trybots, tree check,
presubmit check), and will close the issue instead of committing it.
NO_DEPENDENCY_CHECKS
--------------------
NO_DEPENDENCY_CHECKS=true
The CQ rejects patchsets with open dependencies. An open dependency exists when a CL
depends on another CL that is not yet closed. You can skip this check with this keyword.
CQ_INCLUDE_TRYBOTS
CQ_INCLUDE_TRYBOTS
------------------
Allows you to add arbitrary trybots to the CQ's list of default trybots.
The CQ will block till these tryjobs pass just like the default list of tryjobs.
@ -34,7 +38,8 @@ Here are some real world examples:
CQ_INCLUDE_TRYBOTS=tryserver.skia:Build-Mac10.9-Clang-x86_64-Debug
CQ_EXCLUDE_TRYBOTS
CQ_EXCLUDE_TRYBOTS
------------------
Allows you to remove trybots from the CQ's list of default trybots. Should only be
used when particular builders are failing for reasons unrelated to your code changes.
@ -49,7 +54,8 @@ Here are some real world examples:
CQ_EXCLUDE_TRYBOTS=tryserver.skia:Build-Win7-VS2010-x86-Debug-Trybot
CQ_TRYBOTS
CQ_TRYBOTS
----------
Allows you to list every trybot that you want to run for your CL.
@ -77,7 +83,8 @@ Example:
TBR=rmistry@google.com
NOTREECHECKS
NOTREECHECKS
------------
If you want to skip the tree status checks, to make the CQ commit a CL even if the tree is closed,
you can add the following line to the CL description:
@ -87,7 +94,8 @@ you can add the following line to the CL description:
This is discouraged, since the tree is closed for a reason. However, in rare cases this is acceptable,
primarily to fix build breakages (i.e., your CL will help in reopening the tree).
NOPRESUBMIT
NOPRESUBMIT
-----------
If you want to skip the presubmit checks, add the following line to the CL description: