Index: site/dev/contrib/cqkeywords.md |
diff --git a/site/dev/contrib/cqkeywords.md b/site/dev/contrib/cqkeywords.md |
index 9dd69430f40171469c0f698e2c522a5c2de84c29..50271dd0cc74ee709cfde15f71f8cf2e1d153f38 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: |