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

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

Issue 2927703002: chromium.fyi: Run Layout Tests on Swarming (on Linux bots). (Closed)
Patch Set: Created 3 years, 6 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 | 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 10876 matching lines...) Expand 10 before | Expand all | Expand 10 after
10887 { 10887 {
10888 "args": [ 10888 "args": [
10889 "--jobs=1" 10889 "--jobs=1"
10890 ], 10890 ],
10891 "isolate_name": "telemetry_unittests", 10891 "isolate_name": "telemetry_unittests",
10892 "name": "telemetry_unittests", 10892 "name": "telemetry_unittests",
10893 "swarming": { 10893 "swarming": {
10894 "can_use_on_swarming_builders": true, 10894 "can_use_on_swarming_builders": true,
10895 "shards": 4 10895 "shards": 4
10896 } 10896 }
10897 },
10898 {
10899 "isolate_name": "webkit_layout_tests_exparchive",
10900 "merge": {
10901 "args": [
10902 "--verbose",
10903 "--results-json-override-with-build-property",
10904 "build_number",
10905 "buildnumber",
10906 "--results-json-override-with-build-property",
10907 "builder_name",
10908 "buildername",
10909 "--results-json-override-with-build-property",
10910 "chromium_revision",
10911 "got_revision_cp"
10912 ],
10913 "script": "//third_party/WebKit/Tools/Scripts/merge-layout-test-result s"
10914 },
10915 "name": "webkit_layout_tests",
10916 "results_handler": "layout tests",
10917 "swarming": {
10918 "can_use_on_swarming_builders": true,
10919 "dimension_sets": [
10920 {
10921 "os": "Ubuntu-14.04"
mithro 2017/06/07 01:55:01 Does this need an extra restriction for make it ru
10922 }
10923 ],
10924 "shards": 6
10925 }
10897 } 10926 }
10898 ], 10927 ],
10899 "scripts": [ 10928 "scripts": [
10900 { 10929 {
10901 "name": "nacl_integration", 10930 "name": "nacl_integration",
10902 "script": "nacl_integration.py" 10931 "script": "nacl_integration.py"
10903 } 10932 }
10904 ] 10933 ]
10905 }, 10934 },
10906 "Linux Trusty (32)": { 10935 "Linux Trusty (32)": {
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
11410 }, 11439 },
11411 { 11440 {
11412 "swarming": { 11441 "swarming": {
11413 "can_use_on_swarming_builders": true 11442 "can_use_on_swarming_builders": true
11414 }, 11443 },
11415 "test": "wm_unittests" 11444 "test": "wm_unittests"
11416 } 11445 }
11417 ], 11446 ],
11418 "isolated_scripts": [ 11447 "isolated_scripts": [
11419 { 11448 {
11449 "isolate_name": "webkit_layout_tests_exparchive",
11450 "merge": {
11451 "args": [
11452 "--verbose",
11453 "--results-json-override-with-build-property",
11454 "build_number",
11455 "buildnumber",
11456 "--results-json-override-with-build-property",
11457 "builder_name",
11458 "buildername",
11459 "--results-json-override-with-build-property",
11460 "chromium_revision",
11461 "got_revision_cp"
11462 ],
11463 "script": "//third_party/WebKit/Tools/Scripts/merge-layout-test-result s"
11464 },
11465 "name": "webkit_layout_tests",
11466 "results_handler": "layout tests",
11467 "swarming": {
11468 "can_use_on_swarming_builders": true,
11469 "dimension_sets": [
11470 {
11471 "os": "Ubuntu-14.04"
11472 }
11473 ],
11474 "shards": 6
11475 }
11476 },
11477 {
11420 "isolate_name": "telemetry_gpu_unittests", 11478 "isolate_name": "telemetry_gpu_unittests",
11421 "name": "telemetry_gpu_unittests", 11479 "name": "telemetry_gpu_unittests",
11422 "swarming": { 11480 "swarming": {
11423 "can_use_on_swarming_builders": true 11481 "can_use_on_swarming_builders": true
11424 } 11482 }
11425 }, 11483 },
11426 { 11484 {
11427 "args": [ 11485 "args": [
11428 "--xvfb" 11486 "--xvfb"
11429 ], 11487 ],
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
11704 "args": [ 11762 "args": [
11705 "--enable-network-service", 11763 "--enable-network-service",
11706 "--test-launcher-filter-file=../../testing/buildbot/filters/mojo.fyi.n etwork_content_browsertests.filter" 11764 "--test-launcher-filter-file=../../testing/buildbot/filters/mojo.fyi.n etwork_content_browsertests.filter"
11707 ], 11765 ],
11708 "name": "network_service_content_browsertests", 11766 "name": "network_service_content_browsertests",
11709 "swarming": { 11767 "swarming": {
11710 "can_use_on_swarming_builders": true 11768 "can_use_on_swarming_builders": true
11711 }, 11769 },
11712 "test": "content_browsertests" 11770 "test": "content_browsertests"
11713 } 11771 }
11772 ],
11773 "isolated_scripts": [
11774 {
11775 "args": [
11776 "--additional-driver-flag=--enable-network-service"
11777 ],
11778 "isolate_name": "webkit_layout_tests_exparchive",
11779 "merge": {
11780 "args": [
11781 "--verbose",
11782 "--results-json-override-with-build-property",
11783 "build_number",
11784 "buildnumber",
11785 "--results-json-override-with-build-property",
11786 "builder_name",
11787 "buildername",
11788 "--results-json-override-with-build-property",
11789 "chromium_revision",
11790 "got_revision_cp"
11791 ],
11792 "script": "//third_party/WebKit/Tools/Scripts/merge-layout-test-result s"
11793 },
11794 "name": "webkit_layout_tests",
11795 "results_handler": "layout tests",
11796 "swarming": {
11797 "can_use_on_swarming_builders": true,
11798 "dimension_sets": [
11799 {
11800 "os": "Ubuntu-14.04"
11801 }
11802 ],
11803 "shards": 6
11804 }
11805 }
11714 ] 11806 ]
11715 }, 11807 },
11716 "Mojo Windows": { 11808 "Mojo Windows": {
11717 "additional_compile_targets": [ 11809 "additional_compile_targets": [
11718 "mash:all" 11810 "mash:all"
11719 ], 11811 ],
11720 "gtest_tests": [ 11812 "gtest_tests": [
11721 { 11813 {
11722 "swarming": { 11814 "swarming": {
11723 "can_use_on_swarming_builders": false 11815 "can_use_on_swarming_builders": false
(...skipping 1395 matching lines...) Expand 10 before | Expand all | Expand 10 after
13119 }, 13211 },
13120 { 13212 {
13121 "swarming": { 13213 "swarming": {
13122 "can_use_on_swarming_builders": false 13214 "can_use_on_swarming_builders": false
13123 }, 13215 },
13124 "test": "views_unittests" 13216 "test": "views_unittests"
13125 } 13217 }
13126 ] 13218 ]
13127 } 13219 }
13128 } 13220 }
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