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

Side by Side Diff: testing/buildbot/chromium_trybot.json

Issue 506273005: Add the other Windows builders to filter_compile_builders. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 { 1 {
2 "compile_targets": [ 2 "compile_targets": [
3 "all" 3 "all"
4 ], 4 ],
5 "gtest_tests": [ 5 "gtest_tests": [
6 "accessibility_unittests", 6 "accessibility_unittests",
7 "app_list_unittests", 7 "app_list_unittests",
8 { 8 {
9 "test": "base_unittests", 9 "test": "base_unittests",
10 "swarming": { 10 "swarming": {
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 } 201 }
202 ], 202 ],
203 203
204 "non_filter_builders": [ 204 "non_filter_builders": [
205 ], 205 ],
206 206
207 "non_filter_tests_builders": [ 207 "non_filter_tests_builders": [
208 ], 208 ],
209 209
210 "filter_compile_builders": [ 210 "filter_compile_builders": [
211 "win_chromium_compile_dbg",
211 "win_chromium_rel_swarming", 212 "win_chromium_rel_swarming",
212 "win_chromium_x64_rel_swarming" 213 "win_chromium_x64_rel_swarming",
214 "win8_chromium_rel"
213 ] 215 ]
214 } 216 }
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