summaryrefslogtreecommitdiffstats
path: root/infra
diff options
context:
space:
mode:
authorjam <jam@chromium.org>2015-08-31 08:21:52 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-31 15:22:31 +0000
commit6a53179e6a06d12a659274e7bb68e36545bdcecd (patch)
tree983bf1b4e1663b0c0361294e40c682df4b9471d5 /infra
parent64883bfcc6088e2cc7b447aa419d972d8346884f (diff)
downloadchromium_src-6a53179e6a06d12a659274e7bb68e36545bdcecd.zip
chromium_src-6a53179e6a06d12a659274e7bb68e36545bdcecd.tar.gz
chromium_src-6a53179e6a06d12a659274e7bb68e36545bdcecd.tar.bz2
Add note to chromium cq config to get sign-off from chrome-eng-review per wiki.
We couldn't put this note in the config file when it was json because there was no support for comments. Review URL: https://codereview.chromium.org/1274183004 Cr-Commit-Position: refs/heads/master@{#346387}
Diffstat (limited to 'infra')
-rw-r--r--infra/config/cq.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/infra/config/cq.cfg b/infra/config/cq.cfg
index 1876b5a..160a504 100644
--- a/infra/config/cq.cfg
+++ b/infra/config/cq.cfg
@@ -22,6 +22,9 @@ verifiers {
tree_status_url: "https://chromium-status.appspot.com"
}
+# NOTE: when adding new configs to the commit queue, please contact
+# chrome-eng-review per
+# https://sites.google.com/a/chromium.org/dev/developers/testing/chromium-build-infrastructure/tour-of-the-chromium-buildbot?pli=1#TOC-Adding-new-build-configurations-and-tests-to-the-main-Chromium-waterfall-Commit-Queue
try_job {
buckets {
name: "tryserver.chromium.linux"
@@ -80,5 +83,9 @@ verifiers {
}
}
+# NOTE: when adding new configs to the commit queue, please contact
+# chrome-eng-review per
+# https://sites.google.com/a/chromium.org/dev/developers/testing/chromium-build-infrastructure/tour-of-the-chromium-buildbot?pli=1#TOC-Adding-new-build-configurations-and-tests-to-the-main-Chromium-waterfall-Commit-Queue
+
sign_cla {}
}