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

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

Issue 2550063003: Promote ios-device-xcode-clang, ios-simulator-xcode-clang to the commit queue (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 # 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 hide_ref_in_committed_msg: true 7 hide_ref_in_committed_msg: true
8 commit_burst_delay: 60 8 commit_burst_delay: 60
9 max_commit_burst: 2 9 max_commit_burst: 2
10 target_ref: "refs/pending/heads/master" 10 target_ref: "refs/pending/heads/master"
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 builders { name: "linux_chromium_compile_dbg_ng" } 55 builders { name: "linux_chromium_compile_dbg_ng" }
56 builders { 56 builders {
57 name: "linux_chromium_headless_rel" 57 name: "linux_chromium_headless_rel"
58 experiment_percentage: 10 58 experiment_percentage: 10
59 } 59 }
60 builders { name: "linux_chromium_rel_ng" } 60 builders { name: "linux_chromium_rel_ng" }
61 } 61 }
62 buckets { 62 buckets {
63 name: "master.tryserver.chromium.mac" 63 name: "master.tryserver.chromium.mac"
64 builders { name: "ios-device" } 64 builders { name: "ios-device" }
65 builders { 65 builders { name: "ios-device-xcode-clang" }
66 name: "ios-device-xcode-clang"
67 experiment_percentage: 50
68 }
69 builders { name: "ios-simulator" } 66 builders { name: "ios-simulator" }
70 builders { 67 builders { name: "ios-simulator-xcode-clang" }
71 name: "ios-simulator-xcode-clang"
72 experiment_percentage: 50
73 }
74 builders { name: "mac_chromium_compile_dbg_ng" } 68 builders { name: "mac_chromium_compile_dbg_ng" }
75 builders { name: "mac_chromium_rel_ng" } 69 builders { name: "mac_chromium_rel_ng" }
76 builders { 70 builders {
77 name: "mac_chromium_10.10_rel_ng" 71 name: "mac_chromium_10.10_rel_ng"
78 experiment_percentage: 10 72 experiment_percentage: 10
79 } 73 }
80 } 74 }
81 buckets { 75 buckets {
82 name: "master.tryserver.chromium.win" 76 name: "master.tryserver.chromium.win"
83 builders { 77 builders {
84 name: "win10_chromium_x64_rel_ng_exp" 78 name: "win10_chromium_x64_rel_ng_exp"
85 experiment_percentage: 10 79 experiment_percentage: 10
86 } 80 }
87 builders { name: "win_chromium_compile_dbg_ng" } 81 builders { name: "win_chromium_compile_dbg_ng" }
88 builders { name: "win_chromium_rel_ng" } 82 builders { name: "win_chromium_rel_ng" }
89 builders { name: "win_chromium_x64_rel_ng" } 83 builders { name: "win_chromium_x64_rel_ng" }
90 builders { name: "win_clang" } 84 builders { name: "win_clang" }
91 } 85 }
92 } 86 }
93 87
94 # NOTE: when adding new configs to the commit queue, please contact 88 # NOTE: when adding new configs to the commit queue, please contact
95 # chrome-eng-review per 89 # chrome-eng-review per
96 # 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 90 # 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
97 91
98 sign_cla {} 92 sign_cla {}
99 } 93 }
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