aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/dev/contrib
diff options
context:
space:
mode:
authorGravatar borenet <borenet@google.com>2015-05-13 06:14:57 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-05-13 06:14:57 -0700
commit0c3f58773e475d581fa973a5d3a4636277160a29 (patch)
tree8bcc5bbbcbf4933e5f0748c68e67503468610370 /site/dev/contrib
parent8f827fe44aad3c93638bc0f5dec32812c9ba2c98 (diff)
Document NO_MERGE_BUILDS keyword
BUG=skia:3584 NOTRY=true DOCS_PREVIEW= https://skia.org/?cl=1135313004 Review URL: https://codereview.chromium.org/1135313004
Diffstat (limited to 'site/dev/contrib')
-rw-r--r--site/dev/contrib/cqkeywords.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/site/dev/contrib/cqkeywords.md b/site/dev/contrib/cqkeywords.md
index 352cdf62ff..80faf2543f 100644
--- a/site/dev/contrib/cqkeywords.md
+++ b/site/dev/contrib/cqkeywords.md
@@ -96,3 +96,12 @@ If you cannot wait for the try job results, you can add the following line to th
NOTRY=true
The CQ will then not run any try jobs for your change and will commit the CL as soon as the tree is open, assuming the presubmit check passes.
+
+NO_MERGE_BUILDS
+---------------
+
+This keyword prevents the Skia build masters from building this commit with others. Use it when your
+commit may have effects that you don't want mis-attributed to other commits. Just include the keyword
+somewhere in the commit message:
+
+ NO_MERGE_BUILDS