| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |