Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(186)

Side by Side Diff: syzygy/infra/config/cq.cfg

Issue 2531223002: Add master. prefix to CQ config (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 Google Inc. All Rights Reserved. 1 # Copyright 2015 Google Inc. All Rights Reserved.
2 # 2 #
3 # Licensed under the Apache License, Version 2.0 (the "License"); 3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License. 4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at 5 # You may obtain a copy of the License at
6 # 6 #
7 # http://www.apache.org/licenses/LICENSE-2.0 7 # http://www.apache.org/licenses/LICENSE-2.0
8 # 8 #
9 # Unless required by applicable law or agreed to in writing, software 9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS, 10 # distributed under the License is distributed on an "AS IS" BASIS,
(...skipping 13 matching lines...) Expand all
24 url: "https://codereview.chromium.org" 24 url: "https://codereview.chromium.org"
25 } 25 }
26 26
27 verifiers { 27 verifiers {
28 reviewer_lgtm { 28 reviewer_lgtm {
29 committer_list: "project-syzygy-committers" 29 committer_list: "project-syzygy-committers"
30 } 30 }
31 31
32 try_job { 32 try_job {
33 buckets { 33 buckets {
34 name: "tryserver.client.syzygy" 34 name: "master.tryserver.client.syzygy"
35 builders { name: "win_rel_try" } 35 builders { name: "win_rel_try" }
36 builders { name: "win_dbg_try" } 36 builders { name: "win_dbg_try" }
37 builders { name: "win_x64_dbg_try" } 37 builders { name: "win_x64_dbg_try" }
38 builders { name: "win_x64_rel_try" } 38 builders { name: "win_x64_rel_try" }
39 } 39 }
40 } 40 }
41 } 41 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698