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

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

Issue 2652923003: Enable linux_chromium_tsan_rel_ng on CQ for realz. (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 9
10 rietveld { 10 rietveld {
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 builders { name: "linux_chromium_chromeos_ozone_rel_ng" } 49 builders { name: "linux_chromium_chromeos_ozone_rel_ng" }
50 builders { name: "linux_chromium_chromeos_rel_ng" } 50 builders { name: "linux_chromium_chromeos_rel_ng" }
51 # TODO(dpranke): reenable ASAP; see crbug.com/669297. 51 # TODO(dpranke): reenable ASAP; see crbug.com/669297.
52 #builders { name: "linux_chromium_clobber_rel_ng" } 52 #builders { name: "linux_chromium_clobber_rel_ng" }
53 builders { name: "linux_chromium_compile_dbg_ng" } 53 builders { name: "linux_chromium_compile_dbg_ng" }
54 builders { 54 builders {
55 name: "linux_chromium_headless_rel" 55 name: "linux_chromium_headless_rel"
56 experiment_percentage: 100 56 experiment_percentage: 100
57 } 57 }
58 builders { name: "linux_chromium_rel_ng" } 58 builders { name: "linux_chromium_rel_ng" }
59 builders { 59 builders { name: "linux_chromium_tsan_rel_ng" }
60 name: "linux_chromium_tsan_rel_ng"
61 experiment_percentage: 100
62 }
63 } 60 }
64 buckets { 61 buckets {
65 name: "master.tryserver.chromium.mac" 62 name: "master.tryserver.chromium.mac"
66 builders { name: "ios-device" } 63 builders { name: "ios-device" }
67 builders { name: "ios-device-xcode-clang" } 64 builders { name: "ios-device-xcode-clang" }
68 builders { name: "ios-simulator" } 65 builders { name: "ios-simulator" }
69 builders { name: "ios-simulator-xcode-clang" } 66 builders { name: "ios-simulator-xcode-clang" }
70 builders { name: "mac_chromium_compile_dbg_ng" } 67 builders { name: "mac_chromium_compile_dbg_ng" }
71 builders { name: "mac_chromium_rel_ng" } 68 builders { name: "mac_chromium_rel_ng" }
72 builders { 69 builders {
(...skipping 13 matching lines...) Expand all
86 builders { name: "win_clang" } 83 builders { name: "win_clang" }
87 } 84 }
88 } 85 }
89 86
90 # NOTE: when adding new configs to the commit queue, please contact 87 # NOTE: when adding new configs to the commit queue, please contact
91 # chrome-eng-review per 88 # chrome-eng-review per
92 # 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 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 90
94 sign_cla {} 91 sign_cla {}
95 } 92 }
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