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

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

Issue 2445853002: Add components_*tests and blimp_unittests to Site Isolation Android bot. (Closed)
Patch Set: Created 4 years, 1 month 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 "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 11418 matching lines...) Expand 10 before | Expand all | Expand 10 after
11429 "swarming": { 11429 "swarming": {
11430 "can_use_on_swarming_builders": true, 11430 "can_use_on_swarming_builders": true,
11431 "dimension_sets": [ 11431 "dimension_sets": [
11432 { 11432 {
11433 "android_devices": "4", 11433 "android_devices": "4",
11434 "device_type": "bullhead" 11434 "device_type": "bullhead"
11435 } 11435 }
11436 ] 11436 ]
11437 }, 11437 },
11438 "test": "content_unittests" 11438 "test": "content_unittests"
11439 },
11440 {
11441 "args": [
11442 "--test-arguments=--site-per-process"
11443 ],
11444 "name": "site_per_process_blimp_unittests",
11445 "override_isolate_target": "blimp_unittests",
11446 "swarming": {
11447 "can_use_on_swarming_builders": true,
11448 "dimension_sets": [
11449 {
11450 "android_devices": "4",
11451 "device_type": "bullhead"
11452 }
11453 ]
11454 },
11455 "test": "blimp_unittests"
11456 },
11457 {
11458 "args": [
11459 "--test-arguments=--site-per-process"
11460 ],
11461 "name": "site_per_process_components_browsertests",
11462 "override_isolate_target": "components_browsertests",
11463 "swarming": {
11464 "can_use_on_swarming_builders": true,
11465 "dimension_sets": [
11466 {
11467 "android_devices": "4",
11468 "device_type": "bullhead"
11469 }
11470 ]
11471 },
11472 "test": "components_browsertests"
11473 },
11474 {
11475 "args": [
11476 "--test-arguments=--site-per-process"
11477 ],
11478 "name": "site_per_process_components_unittests",
11479 "override_isolate_target": "components_unittests",
11480 "swarming": {
11481 "can_use_on_swarming_builders": true,
11482 "dimension_sets": [
11483 {
11484 "android_devices": "4",
11485 "device_type": "bullhead"
11486 }
11487 ]
11488 },
11489 "test": "components_unittests"
11439 } 11490 }
11440 ] 11491 ]
11441 }, 11492 },
11442 "Site Isolation Linux": { 11493 "Site Isolation Linux": {
11443 "gtest_tests": [ 11494 "gtest_tests": [
11444 { 11495 {
11445 "args": [ 11496 "args": [
11446 "--site-per-process" 11497 "--site-per-process"
11447 ], 11498 ],
11448 "swarming": { 11499 "swarming": {
(...skipping 1165 matching lines...) Expand 10 before | Expand all | Expand 10 after
12614 }, 12665 },
12615 { 12666 {
12616 "swarming": { 12667 "swarming": {
12617 "can_use_on_swarming_builders": true 12668 "can_use_on_swarming_builders": true
12618 }, 12669 },
12619 "test": "views_unittests" 12670 "test": "views_unittests"
12620 } 12671 }
12621 ] 12672 ]
12622 } 12673 }
12623 } 12674 }
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