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

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

Issue 2930193002: Set fuchsia fyi bot to build //v8:d8 as well (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 | 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 10111 matching lines...) Expand 10 before | Expand all | Expand 10 after
10122 "test": "webkit_unit_tests" 10122 "test": "webkit_unit_tests"
10123 }, 10123 },
10124 { 10124 {
10125 "swarming": { 10125 "swarming": {
10126 "can_use_on_swarming_builders": true 10126 "can_use_on_swarming_builders": true
10127 }, 10127 },
10128 "test": "wtf_unittests" 10128 "test": "wtf_unittests"
10129 } 10129 }
10130 ] 10130 ]
10131 }, 10131 },
10132 "Fuchsia": {
10133 "additional_compile_targets": [
10134 "base_unittests",
10135 "d8"
10136 ]
10137 },
10138 "Fuchsia (dbg)": {
10139 "additional_compile_targets": [
10140 "base_unittests",
10141 "d8"
10142 ]
10143 },
10132 "Headless Linux (dbg)": { 10144 "Headless Linux (dbg)": {
10133 "additional_compile_targets": [ 10145 "additional_compile_targets": [
10134 "headless_lib", 10146 "headless_lib",
10135 "headless_shell", 10147 "headless_shell",
10136 "headless_tests" 10148 "headless_tests"
10137 ], 10149 ],
10138 "gtest_tests": [ 10150 "gtest_tests": [
10139 { 10151 {
10140 "swarming": { 10152 "swarming": {
10141 "can_use_on_swarming_builders": false 10153 "can_use_on_swarming_builders": false
(...skipping 2024 matching lines...) Expand 10 before | Expand all | Expand 10 after
12166 }, 12178 },
12167 { 12179 {
12168 "swarming": { 12180 "swarming": {
12169 "can_use_on_swarming_builders": false 12181 "can_use_on_swarming_builders": false
12170 }, 12182 },
12171 "test": "views_unittests" 12183 "test": "views_unittests"
12172 } 12184 }
12173 ] 12185 ]
12174 } 12186 }
12175 } 12187 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698