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

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

Issue 2596533002: Add linux_chromium_tsan_rel_ng to 10% of CQs. (Closed)
Patch Set: rebase 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 builders { name: "linux_chromium_chromeos_ozone_rel_ng" } 50 builders { name: "linux_chromium_chromeos_ozone_rel_ng" }
51 builders { name: "linux_chromium_chromeos_rel_ng" } 51 builders { name: "linux_chromium_chromeos_rel_ng" }
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 {
61 name: "linux_chromium_tsan_rel_ng"
62 experiment_percentage: 10
63 }
60 } 64 }
61 buckets { 65 buckets {
62 name: "master.tryserver.chromium.mac" 66 name: "master.tryserver.chromium.mac"
63 builders { name: "ios-device" } 67 builders { name: "ios-device" }
64 builders { name: "ios-device-xcode-clang" } 68 builders { name: "ios-device-xcode-clang" }
65 builders { name: "ios-simulator" } 69 builders { name: "ios-simulator" }
66 builders { name: "ios-simulator-xcode-clang" } 70 builders { name: "ios-simulator-xcode-clang" }
67 builders { name: "mac_chromium_compile_dbg_ng" } 71 builders { name: "mac_chromium_compile_dbg_ng" }
68 builders { name: "mac_chromium_rel_ng" } 72 builders { name: "mac_chromium_rel_ng" }
69 builders { 73 builders {
(...skipping 13 matching lines...) Expand all
83 builders { name: "win_clang" } 87 builders { name: "win_clang" }
84 } 88 }
85 } 89 }
86 90
87 # NOTE: when adding new configs to the commit queue, please contact 91 # NOTE: when adding new configs to the commit queue, please contact
88 # chrome-eng-review per 92 # chrome-eng-review per
89 # 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
90 94
91 sign_cla {} 95 sign_cla {}
92 } 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