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

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

Issue 2813813002: Attempt to fix ash_mus_unittests on chromium.fyi:Mojo ChromiumOS. (Closed)
Patch Set: Created 3 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') | 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 "Android Asan Builder Tests (dbg)": { 2 "Android Asan Builder Tests (dbg)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "args": [ 5 "args": [
6 "--tool=asan" 6 "--tool=asan"
7 ], 7 ],
8 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": false 9 "can_use_on_swarming_builders": false
10 }, 10 },
(...skipping 11770 matching lines...) Expand 10 before | Expand all | Expand 10 after
11781 "Mojo ChromiumOS": { 11781 "Mojo ChromiumOS": {
11782 "additional_compile_targets": [ 11782 "additional_compile_targets": [
11783 "mash:all" 11783 "mash:all"
11784 ], 11784 ],
11785 "gtest_tests": [ 11785 "gtest_tests": [
11786 { 11786 {
11787 "args": [ 11787 "args": [
11788 "--mus", 11788 "--mus",
11789 "--test-launcher-filter-file=../../testing/buildbot/filters/ash_mus_un ittests.filter" 11789 "--test-launcher-filter-file=../../testing/buildbot/filters/ash_mus_un ittests.filter"
11790 ], 11790 ],
11791 "name": "ash_mus_unittests",
11792 "override_isolate_target": "ash_unittests",
11791 "swarming": { 11793 "swarming": {
11792 "can_use_on_swarming_builders": true 11794 "can_use_on_swarming_builders": true
11793 }, 11795 },
11794 "test": "ash_mus_unittests" 11796 "test": "ash_unittests"
11795 }, 11797 },
11796 { 11798 {
11797 "args": [ 11799 "args": [
11798 "--override-use-software-gl-for-tests", 11800 "--override-use-software-gl-for-tests",
11799 "--test-launcher-filter-file=../../testing/buildbot/filters/mojo.fyi.b rowser_tests.filter" 11801 "--test-launcher-filter-file=../../testing/buildbot/filters/mojo.fyi.b rowser_tests.filter"
11800 ], 11802 ],
11801 "hard_timeout": 60, 11803 "hard_timeout": 60,
11802 "swarming": { 11804 "swarming": {
11803 "can_use_on_swarming_builders": true 11805 "can_use_on_swarming_builders": true
11804 }, 11806 },
(...skipping 1386 matching lines...) Expand 10 before | Expand all | Expand 10 after
13191 }, 13193 },
13192 { 13194 {
13193 "swarming": { 13195 "swarming": {
13194 "can_use_on_swarming_builders": false 13196 "can_use_on_swarming_builders": false
13195 }, 13197 },
13196 "test": "views_unittests" 13198 "test": "views_unittests"
13197 } 13199 }
13198 ] 13200 ]
13199 } 13201 }
13200 } 13202 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698