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

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

Issue 1934213002: Set enable_app_list=1 now only on ChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@20160429-AppList0
Patch Set: fix ash_test_resources Created 4 years, 7 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 | « testing/buildbot/chromium.win.json ('k') | testing/buildbot/client.v8.fyi.json » ('j') | 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 "filter_compile_builders": [ 5 "filter_compile_builders": [
6 "win_chromium_compile_dbg", 6 "win_chromium_compile_dbg",
7 "win_chromium_rel_swarming", 7 "win_chromium_rel_swarming",
8 "win_chromium_x64_rel_swarming", 8 "win_chromium_x64_rel_swarming",
9 "win8_chromium_rel" 9 "win8_chromium_rel"
10 ], 10 ],
11 "gtest_tests": [ 11 "gtest_tests": [
12 { 12 {
13 "swarming": { 13 "swarming": {
14 "can_use_on_swarming_builders": true 14 "can_use_on_swarming_builders": true
15 }, 15 },
16 "test": "accessibility_unittests" 16 "test": "accessibility_unittests"
17 }, 17 },
18 { 18 {
19 "chromium_configs": [
20 "chromium_chromeos",
21 "chromium_chromeos_clang",
22 "chromium_chromeos_ozone"
23 ],
Dirk Pranke 2016/05/18 15:49:21 I'm guessing you added these lines because they're
tapted 2016/05/18 22:01:36 Done.
19 "swarming": { 24 "swarming": {
20 "can_use_on_swarming_builders": true 25 "can_use_on_swarming_builders": true
21 }, 26 },
22 "test": "app_list_unittests" 27 "test": "app_list_unittests"
23 }, 28 },
24 { 29 {
30 "chromium_configs": [
31 "chromium_chromeos",
32 "chromium_chromeos_clang",
33 "chromium_chromeos_ozone"
34 ],
25 "swarming": { 35 "swarming": {
26 "can_use_on_swarming_builders": true 36 "can_use_on_swarming_builders": true
27 }, 37 },
28 "test": "app_list_presenter_unittests" 38 "test": "app_list_presenter_unittests"
29 }, 39 },
30 { 40 {
31 "chromium_configs": [ 41 "chromium_configs": [
32 "chromium_chromeos", 42 "chromium_chromeos",
33 "chromium_chromeos_clang", 43 "chromium_chromeos_clang",
34 "chromium_chromeos_ozone" 44 "chromium_chromeos_ozone"
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
410 ], 420 ],
411 "platforms": [ 421 "platforms": [
412 "linux" 422 "linux"
413 ], 423 ],
414 "test": "ozone_unittests" 424 "test": "ozone_unittests"
415 } 425 }
416 ], 426 ],
417 "non_filter_builders": [], 427 "non_filter_builders": [],
418 "non_filter_tests_builders": [] 428 "non_filter_tests_builders": []
419 } 429 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | testing/buildbot/client.v8.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698