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

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

Issue 2927643002: Swarm layout tests on Mojo Linux FYI bot. (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 11693 matching lines...) Expand 10 before | Expand all | Expand 10 after
11704 "args": [ 11704 "args": [
11705 "--enable-network-service", 11705 "--enable-network-service",
11706 "--test-launcher-filter-file=../../testing/buildbot/filters/mojo.fyi.n etwork_content_browsertests.filter" 11706 "--test-launcher-filter-file=../../testing/buildbot/filters/mojo.fyi.n etwork_content_browsertests.filter"
11707 ], 11707 ],
11708 "name": "network_service_content_browsertests", 11708 "name": "network_service_content_browsertests",
11709 "swarming": { 11709 "swarming": {
11710 "can_use_on_swarming_builders": true 11710 "can_use_on_swarming_builders": true
11711 }, 11711 },
11712 "test": "content_browsertests" 11712 "test": "content_browsertests"
11713 } 11713 }
11714 ],
11715 "isolated_scripts": [
11716 {
11717 "args": [
11718 "--additional-driver-flag=--enable-network-service"
jam 2017/06/06 22:06:33 this is all copied other than the args. this shoul
Dirk Pranke 2017/06/07 01:19:04 Yes, this should all work, though it is, sadly, wa
11719 ],
11720 "isolate_name": "webkit_layout_tests_exparchive",
11721 "merge": {
11722 "args": [
11723 "--verbose",
11724 "--results-json-override-with-build-property",
11725 "build_number",
11726 "buildnumber",
11727 "--results-json-override-with-build-property",
11728 "builder_name",
11729 "buildername",
11730 "--results-json-override-with-build-property",
11731 "chromium_revision",
11732 "got_revision_cp"
11733 ],
11734 "script": "//third_party/WebKit/Tools/Scripts/merge-layout-test-result s"
11735 },
11736 "name": "webkit_layout_tests",
11737 "results_handler": "layout tests",
11738 "swarming": {
11739 "can_use_on_swarming_builders": true,
11740 "dimension_sets": [
11741 {
11742 "os": "Ubuntu-14.04"
11743 }
11744 ],
11745 "shards": 6
11746 }
11747 }
11714 ] 11748 ]
11715 }, 11749 },
11716 "Mojo Windows": { 11750 "Mojo Windows": {
11717 "additional_compile_targets": [ 11751 "additional_compile_targets": [
11718 "mash:all" 11752 "mash:all"
11719 ], 11753 ],
11720 "gtest_tests": [ 11754 "gtest_tests": [
11721 { 11755 {
11722 "swarming": { 11756 "swarming": {
11723 "can_use_on_swarming_builders": false 11757 "can_use_on_swarming_builders": false
(...skipping 1395 matching lines...) Expand 10 before | Expand all | Expand 10 after
13119 }, 13153 },
13120 { 13154 {
13121 "swarming": { 13155 "swarming": {
13122 "can_use_on_swarming_builders": false 13156 "can_use_on_swarming_builders": false
13123 }, 13157 },
13124 "test": "views_unittests" 13158 "test": "views_unittests"
13125 } 13159 }
13126 ] 13160 ]
13127 } 13161 }
13128 } 13162 }
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