diff options
author | rmistry <rmistry@google.com> | 2015-07-15 04:40:54 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-07-15 04:40:54 -0700 |
commit | 7e797dff24f3a256fc6e5b5d0a366fb90c93ff18 (patch) | |
tree | 914dc18de606cf2e0b1fe1eb7db8dae7f7c7d0af /site | |
parent | 02b5aa3cacf9a288043029300b988d7b4b26ba5a (diff) |
Document new CQ keyword
BUG=skia:
NOTRY=true
DOCS_PREVIEW= https://skia.org/?cl=1237693005
TBR=jcgregorio
Review URL: https://codereview.chromium.org/1237693005
Diffstat (limited to 'site')
-rw-r--r-- | site/dev/contrib/cqkeywords.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/site/dev/contrib/cqkeywords.md b/site/dev/contrib/cqkeywords.md index 80faf2543f..5c23a60dad 100644 --- a/site/dev/contrib/cqkeywords.md +++ b/site/dev/contrib/cqkeywords.md @@ -14,6 +14,10 @@ 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_CHECK=true + +The CQ rejects patchsets with open dependencies. You can skip this check with this keyword. + CQ_INCLUDE_TRYBOTS Allows you to add arbitrary trybots to the CQ's list of default trybots. |