aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/dev/contrib
diff options
context:
space:
mode:
authorGravatar rmistry <rmistry@google.com>2015-07-23 08:02:13 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-07-23 08:02:13 -0700
commit6d600af80a3a80ffbc2f0445cb5f8841d89e7ec7 (patch)
tree0c089d8f444da3dec1fa78279793bc08b2c8be4b /site/dev/contrib
parent150714fb16f8afd8a5fc91772ceed77728107473 (diff)
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
Diffstat (limited to 'site/dev/contrib')
-rw-r--r--site/dev/contrib/cqkeywords.md18
1 files changed, 13 insertions, 5 deletions
diff --git a/site/dev/contrib/cqkeywords.md b/site/dev/contrib/cqkeywords.md
index 9dd69430f4..50271dd0cc 100644
--- a/site/dev/contrib/cqkeywords.md
+++ b/site/dev/contrib/cqkeywords.md
@@ -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: