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

Side by Side Diff: testing/buildbot/chromium.mojo.json

Issue 1873863003: Update browser_tests on chromium.mojo.fyi bot (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | testing/buildbot/gn_isolate_map.pyl » ('j') | testing/buildbot/gn_isolate_map.pyl » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Chromium Mojo Android": { 2 "Chromium Mojo Android": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "mash:all" 4 "mash:all"
5 ], 5 ],
6 "scripts": [ 6 "scripts": [
7 { 7 {
8 "name": "mojo_apptests", 8 "name": "mojo_apptests",
9 "script": "mojo_apptests.py" 9 "script": "mojo_apptests.py"
10 } 10 }
11 ] 11 ]
12 }, 12 },
13 "Chromium Mojo Linux": { 13 "Chromium Mojo Linux": {
14 "additional_compile_targets": [ 14 "additional_compile_targets": [
15 "mash:all" 15 "mash:all"
16 ], 16 ],
17 "gtest_tests": [ 17 "gtest_tests": [
18 { 18 {
19 "override_compile_targets": [ 19 "args": [
20 "mash_browser_tests" 20 "--override-use-gl-with-osmesa-for-tests",
21 "--run-in-mash",
22 "--test-launcher-filter-file=src/testing/buildbot/filters/mojo.fyi.bro wser_tests.filter"
21 ], 23 ],
22 "swarming": { 24 "test": "browser_tests"
23 "can_use_on_swarming_builders": true
24 },
25 "test": "mash_browser_tests"
26 }, 25 },
27 { 26 {
28 "test": "mus_ws_unittests" 27 "test": "mus_ws_unittests"
29 }, 28 },
30 { 29 {
31 "test": "views_mus_unittests" 30 "test": "views_mus_unittests"
32 } 31 }
33 ], 32 ],
34 "scripts": [ 33 "scripts": [
35 { 34 {
(...skipping 23 matching lines...) Expand all
59 } 58 }
60 ], 59 ],
61 "scripts": [ 60 "scripts": [
62 { 61 {
63 "name": "mojo_apptests", 62 "name": "mojo_apptests",
64 "script": "mojo_apptests.py" 63 "script": "mojo_apptests.py"
65 } 64 }
66 ] 65 ]
67 } 66 }
68 } 67 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/gn_isolate_map.pyl » ('j') | testing/buildbot/gn_isolate_map.pyl » ('J')

Powered by Google App Engine
This is Rietveld 408576698