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

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

Issue 2739183002: Run Mus Demo and WS tests on Ozone Linux bot (Closed)
Patch Set: s/Linux Ozone/Ozone Linux/ Created 3 years, 9 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 | tools/mb/mb_config.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 11404 matching lines...) Expand 10 before | Expand all | Expand 10 after
11415 "test": "mus_ws_unittests" 11415 "test": "mus_ws_unittests"
11416 }, 11416 },
11417 { 11417 {
11418 "swarming": { 11418 "swarming": {
11419 "can_use_on_swarming_builders": false 11419 "can_use_on_swarming_builders": false
11420 }, 11420 },
11421 "test": "views_mus_interactive_ui_tests" 11421 "test": "views_mus_interactive_ui_tests"
11422 } 11422 }
11423 ] 11423 ]
11424 }, 11424 },
11425 "Ozone Linux": {
11426 "gtest_tests": [
11427 {
11428 "swarming": {
11429 "can_use_on_swarming_builders": true
11430 },
11431 "test": "mus_demo_unittests"
11432 },
11433 {
11434 "swarming": {
11435 "can_use_on_swarming_builders": true
11436 },
11437 "test": "mus_ws_unittests"
11438 }
11439 ]
11440 },
11425 "Site Isolation Android": { 11441 "Site Isolation Android": {
11426 "gtest_tests": [ 11442 "gtest_tests": [
11427 { 11443 {
11428 "override_isolate_target": "content_browsertests", 11444 "override_isolate_target": "content_browsertests",
11429 "swarming": { 11445 "swarming": {
11430 "can_use_on_swarming_builders": true, 11446 "can_use_on_swarming_builders": true,
11431 "dimension_sets": [ 11447 "dimension_sets": [
11432 { 11448 {
11433 "android_devices": "4", 11449 "android_devices": "4",
11434 "device_type": "bullhead" 11450 "device_type": "bullhead"
(...skipping 1315 matching lines...) Expand 10 before | Expand all | Expand 10 after
12750 }, 12766 },
12751 { 12767 {
12752 "swarming": { 12768 "swarming": {
12753 "can_use_on_swarming_builders": false 12769 "can_use_on_swarming_builders": false
12754 }, 12770 },
12755 "test": "views_unittests" 12771 "test": "views_unittests"
12756 } 12772 }
12757 ] 12773 ]
12758 } 12774 }
12759 } 12775 }
OLDNEW
« no previous file with comments | « no previous file | tools/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698