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

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

Issue 2617823004: Up TSAN bot CQ experiment to 50% (Closed)
Patch Set: Created 3 years, 11 months 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 commit_burst_delay: 60 7 commit_burst_delay: 60
8 max_commit_burst: 2 8 max_commit_burst: 2
9 target_ref: "refs/pending/heads/master" 9 target_ref: "refs/pending/heads/master"
10 10
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 # TODO(dpranke): reenable ASAP; see crbug.com/669297. 52 # TODO(dpranke): reenable ASAP; see crbug.com/669297.
53 #builders { name: "linux_chromium_clobber_rel_ng" } 53 #builders { name: "linux_chromium_clobber_rel_ng" }
54 builders { name: "linux_chromium_compile_dbg_ng" } 54 builders { name: "linux_chromium_compile_dbg_ng" }
55 builders { 55 builders {
56 name: "linux_chromium_headless_rel" 56 name: "linux_chromium_headless_rel"
57 experiment_percentage: 100 57 experiment_percentage: 100
58 } 58 }
59 builders { name: "linux_chromium_rel_ng" } 59 builders { name: "linux_chromium_rel_ng" }
60 builders { 60 builders {
61 name: "linux_chromium_tsan_rel_ng" 61 name: "linux_chromium_tsan_rel_ng"
62 experiment_percentage: 10 62 experiment_percentage: 50
63 } 63 }
64 } 64 }
65 buckets { 65 buckets {
66 name: "master.tryserver.chromium.mac" 66 name: "master.tryserver.chromium.mac"
67 builders { name: "ios-device" } 67 builders { name: "ios-device" }
68 builders { name: "ios-device-xcode-clang" } 68 builders { name: "ios-device-xcode-clang" }
69 builders { name: "ios-simulator" } 69 builders { name: "ios-simulator" }
70 builders { name: "ios-simulator-xcode-clang" } 70 builders { name: "ios-simulator-xcode-clang" }
71 builders { name: "mac_chromium_compile_dbg_ng" } 71 builders { name: "mac_chromium_compile_dbg_ng" }
72 builders { name: "mac_chromium_rel_ng" } 72 builders { name: "mac_chromium_rel_ng" }
(...skipping 14 matching lines...) Expand all
87 builders { name: "win_clang" } 87 builders { name: "win_clang" }
88 } 88 }
89 } 89 }
90 90
91 # NOTE: when adding new configs to the commit queue, please contact 91 # NOTE: when adding new configs to the commit queue, please contact
92 # chrome-eng-review per 92 # chrome-eng-review per
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 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
94 94
95 sign_cla {} 95 sign_cla {}
96 } 96 }
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