| OLD | NEW |
| 1 # See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the | 1 # See http://luci-config.appspot.com/schemas/projects/refs:cq.cfg for the |
| 2 # documentation of this file format. | 2 # documentation of this file format. |
| 3 | 3 |
| 4 version: 1 | 4 version: 1 |
| 5 cq_name: "chromium" | 5 cq_name: "chromium" |
| 6 cq_status_url: "https://chromium-cq-status.appspot.com" | 6 cq_status_url: "https://chromium-cq-status.appspot.com" |
| 7 git_repo_url: "https://chromium.googlesource.com/chromium/src" | 7 git_repo_url: "https://chromium.googlesource.com/chromium/src" |
| 8 commit_burst_delay: 60 | 8 commit_burst_delay: 60 |
| 9 max_commit_burst: 2 | 9 max_commit_burst: 2 |
| 10 | 10 |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 } | 71 } |
| 72 } | 72 } |
| 73 buckets { | 73 buckets { |
| 74 name: "master.tryserver.chromium.mac" | 74 name: "master.tryserver.chromium.mac" |
| 75 builders { name: "ios-device" } | 75 builders { name: "ios-device" } |
| 76 builders { name: "ios-device-xcode-clang" } | 76 builders { name: "ios-device-xcode-clang" } |
| 77 builders { name: "ios-simulator" } | 77 builders { name: "ios-simulator" } |
| 78 builders { name: "ios-simulator-xcode-clang" } | 78 builders { name: "ios-simulator-xcode-clang" } |
| 79 builders { name: "mac_chromium_compile_dbg_ng" } | 79 builders { name: "mac_chromium_compile_dbg_ng" } |
| 80 builders { name: "mac_chromium_rel_ng" } | 80 builders { name: "mac_chromium_rel_ng" } |
| 81 builders { | |
| 82 name: "mac_chromium_10.10_rel_ng" | |
| 83 experiment_percentage: 10 | |
| 84 } | |
| 85 } | 81 } |
| 86 buckets { | 82 buckets { |
| 87 name: "master.tryserver.chromium.win" | 83 name: "master.tryserver.chromium.win" |
| 88 builders { name: "win_chromium_compile_dbg_ng" } | 84 builders { name: "win_chromium_compile_dbg_ng" } |
| 89 builders { name: "win_chromium_rel_ng" } | 85 builders { name: "win_chromium_rel_ng" } |
| 90 builders { name: "win_chromium_x64_rel_ng" } | 86 builders { name: "win_chromium_x64_rel_ng" } |
| 91 builders { name: "win_clang" } | 87 builders { name: "win_clang" } |
| 92 } | 88 } |
| 93 } | 89 } |
| 94 | 90 |
| 95 # NOTE: when adding new configs to the commit queue, please contact | 91 # NOTE: when adding new configs to the commit queue, please contact |
| 96 # chrome-eng-review per | 92 # chrome-eng-review per |
| 97 # https://sites.google.com/a/chromium.org/dev/developers/testing/chromium-build-
infrastructure/tour-of-the-chromium-buildbot?pli=1#TOC-Adding-new-build-configur
ations-and-tests-to-the-main-Chromium-waterfall-Commit-Queue | 93 # https://sites.google.com/a/chromium.org/dev/developers/testing/chromium-build-
infrastructure/tour-of-the-chromium-buildbot?pli=1#TOC-Adding-new-build-configur
ations-and-tests-to-the-main-Chromium-waterfall-Commit-Queue |
| 98 | 94 |
| 99 sign_cla {} | 95 sign_cla {} |
| 100 } | 96 } |
| OLD | NEW |