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

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

Issue 2927703002: chromium.fyi: Run Layout Tests on Swarming (on Linux bots). (Closed)
Patch Set: Fixing dummy builder config? 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 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 }, 347 },
348 { 348 {
349 "args": [ 349 "args": [
350 "--enable-browser-side-navigation" 350 "--enable-browser-side-navigation"
351 ], 351 ],
352 "swarming": { 352 "swarming": {
353 "can_use_on_swarming_builders": true 353 "can_use_on_swarming_builders": true
354 }, 354 },
355 "test": "unit_tests" 355 "test": "unit_tests"
356 } 356 }
357 ],
358 "isolated_scripts": [
359 {
360 "args": [
361 "--additional-driver-flag",
362 "--enable-browser-side-navigation"
363 ],
364 "isolate_name": "webkit_layout_tests_exparchive",
365 "merge": {
366 "args": [
367 "--verbose",
368 "--results-json-override-with-build-property",
369 "build_number",
370 "buildnumber",
371 "--results-json-override-with-build-property",
372 "builder_name",
373 "buildername",
374 "--results-json-override-with-build-property",
375 "chromium_revision",
376 "got_revision_cp"
377 ],
378 "script": "//third_party/WebKit/Tools/Scripts/merge-layout-test-result s"
379 },
380 "name": "webkit_layout_tests",
381 "results_handler": "layout tests",
382 "swarming": {
383 "can_use_on_swarming_builders": true,
384 "dimension_sets": [
385 {
386 "os": "Ubuntu-14.04"
387 }
388 ],
389 "shards": 1
390 }
391 }
357 ] 392 ]
358 }, 393 },
359 "CFI Linux": { 394 "CFI Linux": {
360 "gtest_tests": [ 395 "gtest_tests": [
361 { 396 {
362 "swarming": { 397 "swarming": {
363 "can_use_on_swarming_builders": false 398 "can_use_on_swarming_builders": false
364 }, 399 },
365 "test": "accessibility_unittests" 400 "test": "accessibility_unittests"
366 }, 401 },
(...skipping 10661 matching lines...) Expand 10 before | Expand all | Expand 10 after
11028 }, 11063 },
11029 { 11064 {
11030 "args": [ 11065 "args": [
11031 "--site-per-process" 11066 "--site-per-process"
11032 ], 11067 ],
11033 "swarming": { 11068 "swarming": {
11034 "can_use_on_swarming_builders": true 11069 "can_use_on_swarming_builders": true
11035 }, 11070 },
11036 "test": "unit_tests" 11071 "test": "unit_tests"
11037 } 11072 }
11073 ],
11074 "isolated_scripts": [
11075 {
11076 "args": [
11077 "--additional-driver-flag",
11078 "--site-per-process",
11079 "--additional-expectations",
11080 "src/third_party/WebKit/LayoutTests/FlagExpectations/site-per-process" ,
11081 "http/tests"
11082 ],
11083 "isolate_name": "webkit_layout_tests_exparchive",
11084 "merge": {
11085 "args": [
11086 "--verbose",
11087 "--results-json-override-with-build-property",
11088 "build_number",
11089 "buildnumber",
11090 "--results-json-override-with-build-property",
11091 "builder_name",
11092 "buildername",
11093 "--results-json-override-with-build-property",
11094 "chromium_revision",
11095 "got_revision_cp"
11096 ],
11097 "script": "//third_party/WebKit/Tools/Scripts/merge-layout-test-result s"
11098 },
11099 "name": "webkit_layout_tests",
11100 "results_handler": "layout tests",
11101 "swarming": {
11102 "can_use_on_swarming_builders": true,
11103 "dimension_sets": [
11104 {
11105 "os": "Ubuntu-14.04"
11106 }
11107 ],
11108 "shards": 1
11109 }
11110 }
11038 ] 11111 ]
11039 }, 11112 },
11040 "Site Isolation Win": { 11113 "Site Isolation Win": {
11041 "gtest_tests": [ 11114 "gtest_tests": [
11042 { 11115 {
11043 "args": [ 11116 "args": [
11044 "--isolate-extensions" 11117 "--isolate-extensions"
11045 ], 11118 ],
11046 "swarming": { 11119 "swarming": {
11047 "can_use_on_swarming_builders": true 11120 "can_use_on_swarming_builders": true
(...skipping 853 matching lines...) Expand 10 before | Expand all | Expand 10 after
11901 { 11974 {
11902 "os": "Ubuntu-14.04" 11975 "os": "Ubuntu-14.04"
11903 } 11976 }
11904 ], 11977 ],
11905 "hard_timeout": 900, 11978 "hard_timeout": 900,
11906 "shards": 18 11979 "shards": 18
11907 } 11980 }
11908 } 11981 }
11909 ] 11982 ]
11910 }, 11983 },
11984 "WebKit Linux layout_ng Dummy Builder": {
11985 "isolated_scripts": [
11986 {
11987 "args": [
11988 "--additional-driver-flag=--enable-blink-features=LayoutNG"
11989 ],
11990 "isolate_name": "webkit_layout_tests_exparchive",
11991 "merge": {
11992 "args": [
11993 "--verbose",
11994 "--results-json-override-with-build-property",
11995 "build_number",
11996 "buildnumber",
11997 "--results-json-override-with-build-property",
11998 "builder_name",
11999 "buildername",
12000 "--results-json-override-with-build-property",
12001 "chromium_revision",
12002 "got_revision_cp"
12003 ],
12004 "script": "//third_party/WebKit/Tools/Scripts/merge-layout-test-result s"
12005 },
12006 "name": "webkit_layout_tests",
12007 "results_handler": "layout tests",
12008 "swarming": {
12009 "can_use_on_swarming_builders": true,
12010 "dimension_sets": [
12011 {
12012 "os": "Ubuntu-14.04"
12013 }
12014 ],
12015 "hard_timeout": 900,
12016 "shards": 6
12017 }
12018 }
12019 ]
12020 },
12021 "WebKit Linux slimming_paint_v2 Dummy Builder": {
12022 "isolated_scripts": [
12023 {
12024 "args": [
12025 "--additional-driver-flag=--enable-slimming-paint-v2"
12026 ],
12027 "isolate_name": "webkit_layout_tests_exparchive",
12028 "merge": {
12029 "args": [
12030 "--verbose",
12031 "--results-json-override-with-build-property",
12032 "build_number",
12033 "buildnumber",
12034 "--results-json-override-with-build-property",
12035 "builder_name",
12036 "buildername",
12037 "--results-json-override-with-build-property",
12038 "chromium_revision",
12039 "got_revision_cp"
12040 ],
12041 "script": "//third_party/WebKit/Tools/Scripts/merge-layout-test-result s"
12042 },
12043 "name": "webkit_layout_tests",
12044 "results_handler": "layout tests",
12045 "swarming": {
12046 "can_use_on_swarming_builders": true,
12047 "dimension_sets": [
12048 {
12049 "os": "Ubuntu-14.04"
12050 }
12051 ],
12052 "hard_timeout": 900,
12053 "shards": 6
12054 }
12055 }
12056 ]
12057 },
11911 "WebKit Mac - RandomOrder": { 12058 "WebKit Mac - RandomOrder": {
11912 "isolated_scripts": [ 12059 "isolated_scripts": [
11913 { 12060 {
11914 "isolate_name": "webkit_layout_tests_exparchive", 12061 "isolate_name": "webkit_layout_tests_exparchive",
11915 "name": "webkit_layout_tests", 12062 "name": "webkit_layout_tests",
11916 "swarming": { 12063 "swarming": {
11917 "can_use_on_swarming_builders": true, 12064 "can_use_on_swarming_builders": true,
11918 "dimension_sets": [ 12065 "dimension_sets": [
11919 { 12066 {
11920 "os": "Mac-10.12" 12067 "os": "Mac-10.12"
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
12194 }, 12341 },
12195 { 12342 {
12196 "swarming": { 12343 "swarming": {
12197 "can_use_on_swarming_builders": false 12344 "can_use_on_swarming_builders": false
12198 }, 12345 },
12199 "test": "views_unittests" 12346 "test": "views_unittests"
12200 } 12347 }
12201 ] 12348 ]
12202 } 12349 }
12203 } 12350 }
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