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

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

Issue 2678153003: buildbot: Run the webkit layout tests under swarming on RandomOrder bots. (Closed)
Patch Set: Rebase onto master. Created 3 years, 10 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 | « BUILD.gn ('k') | testing/buildbot/gn_isolate_map.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 12425 matching lines...) Expand 10 before | Expand all | Expand 10 after
12436 "test": "wm_unittests" 12436 "test": "wm_unittests"
12437 }, 12437 },
12438 { 12438 {
12439 "swarming": { 12439 "swarming": {
12440 "can_use_on_swarming_builders": false 12440 "can_use_on_swarming_builders": false
12441 }, 12441 },
12442 "test": "wtf_unittests" 12442 "test": "wtf_unittests"
12443 } 12443 }
12444 ] 12444 ]
12445 }, 12445 },
12446 "WebKit Linux - RandomOrder": {
12447 "isolated_scripts": [
12448 {
12449 "isolate_name": "webkit_layout_tests_exparchive",
12450 "name": "webkit_layout_tests_exparchive",
12451 "swarming": {
12452 "can_use_on_swarming_builders": true,
12453 "shards": 1
12454 }
12455 }
12456 ]
12457 },
12458 "WebKit Mac - RandomOrder": {
12459 "isolated_scripts": [
12460 {
12461 "isolate_name": "webkit_layout_tests_exparchive",
12462 "name": "webkit_layout_tests_exparchive",
12463 "swarming": {
12464 "can_use_on_swarming_builders": true,
12465 "shards": 1
12466 }
12467 }
12468 ]
12469 },
12470 "WebKit Win - RandomOrder": {
12471 "isolated_scripts": [
12472 {
12473 "isolate_name": "webkit_layout_tests_exparchive",
12474 "name": "webkit_layout_tests_exparchive",
12475 "swarming": {
12476 "can_use_on_swarming_builders": true,
12477 "shards": 1
12478 }
12479 }
12480 ]
12481 },
12446 "Win 10 Fast Ring": { 12482 "Win 10 Fast Ring": {
12447 "gtest_tests": [ 12483 "gtest_tests": [
12448 { 12484 {
12449 "swarming": { 12485 "swarming": {
12450 "can_use_on_swarming_builders": false 12486 "can_use_on_swarming_builders": false
12451 }, 12487 },
12452 "test": "angle_unittests" 12488 "test": "angle_unittests"
12453 }, 12489 },
12454 { 12490 {
12455 "swarming": { 12491 "swarming": {
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
12676 }, 12712 },
12677 { 12713 {
12678 "swarming": { 12714 "swarming": {
12679 "can_use_on_swarming_builders": false 12715 "can_use_on_swarming_builders": false
12680 }, 12716 },
12681 "test": "views_unittests" 12717 "test": "views_unittests"
12682 } 12718 }
12683 ] 12719 ]
12684 } 12720 }
12685 } 12721 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698