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

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

Issue 2431793002: Add --site-per-process flavor of //content tests to Site Isolation Android bot. (Closed)
Patch Set: content/test/BUILD.gn - including the filter file on android builds. Created 4 years, 2 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 | « content/test/BUILD.gn ('k') | 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 11371 matching lines...) Expand 10 before | Expand all | Expand 10 after
11382 { 11382 {
11383 "android_devices": "4", 11383 "android_devices": "4",
11384 "device_type": "bullhead" 11384 "device_type": "bullhead"
11385 } 11385 }
11386 ], 11386 ],
11387 "hard_timeout": 960 11387 "hard_timeout": 960
11388 }, 11388 },
11389 "test": "content_browsertests" 11389 "test": "content_browsertests"
11390 }, 11390 },
11391 { 11391 {
11392 "args": [
11393 "--gtest-filter-file=../../testing/buildbot/filters/site-per-process.c ontent_browsertests.filter",
11394 "--test-arguments=--site-per-process"
11395 ],
11396 "name": "site_per_process_content_browsertests",
11397 "override_isolate_target": "content_browsertests",
11398 "swarming": {
11399 "can_use_on_swarming_builders": true,
11400 "dimension_sets": [
11401 {
11402 "android_devices": "4",
11403 "device_type": "bullhead"
11404 }
11405 ],
11406 "hard_timeout": 960
11407 },
11408 "test": "content_browsertests"
11409 },
11410 {
11392 "override_isolate_target": "content_unittests", 11411 "override_isolate_target": "content_unittests",
11393 "swarming": { 11412 "swarming": {
11394 "can_use_on_swarming_builders": true, 11413 "can_use_on_swarming_builders": true,
11414 "dimension_sets": [
11415 {
11416 "android_devices": "4",
11417 "device_type": "bullhead"
11418 }
11419 ]
11420 },
11421 "test": "content_unittests"
11422 },
11423 {
11424 "args": [
11425 "--test-arguments=--site-per-process"
11426 ],
11427 "name": "site_per_process_content_unittests",
11428 "override_isolate_target": "content_unittests",
11429 "swarming": {
11430 "can_use_on_swarming_builders": true,
11395 "dimension_sets": [ 11431 "dimension_sets": [
11396 { 11432 {
11397 "android_devices": "4", 11433 "android_devices": "4",
11398 "device_type": "bullhead" 11434 "device_type": "bullhead"
11399 } 11435 }
11400 ] 11436 ]
11401 }, 11437 },
11402 "test": "content_unittests" 11438 "test": "content_unittests"
11403 } 11439 }
11404 ] 11440 ]
(...skipping 1173 matching lines...) Expand 10 before | Expand all | Expand 10 after
12578 }, 12614 },
12579 { 12615 {
12580 "swarming": { 12616 "swarming": {
12581 "can_use_on_swarming_builders": true 12617 "can_use_on_swarming_builders": true
12582 }, 12618 },
12583 "test": "views_unittests" 12619 "test": "views_unittests"
12584 } 12620 }
12585 ] 12621 ]
12586 } 12622 }
12587 } 12623 }
OLDNEW
« no previous file with comments | « content/test/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698