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

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

Issue 876633002: Revert of Isolate extensions_browsertests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/chromium.win.json » ('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 "Linux ChromiumOS Tests (1)": { 2 "Linux ChromiumOS Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 { 5 {
6 "test": "base_unittests", 6 "test": "base_unittests",
7 "swarming": { 7 "swarming": {
8 "can_use_on_swarming_builders": true 8 "can_use_on_swarming_builders": true
9 } 9 }
10 }, 10 },
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 { 78 {
79 "test": "unit_tests", 79 "test": "unit_tests",
80 "swarming": { 80 "swarming": {
81 "can_use_on_swarming_builders": true 81 "can_use_on_swarming_builders": true
82 } 82 }
83 }, 83 },
84 "sql_unittests", 84 "sql_unittests",
85 "nacl_loader_unittests", 85 "nacl_loader_unittests",
86 "app_shell_unittests", 86 "app_shell_unittests",
87 "chromevox_tests", 87 "chromevox_tests",
88 { 88 "extensions_browsertests",
89 "test": "extensions_browsertests",
90 "swarming": {
91 "can_use_on_swarming_builders": true
92 }
93 },
94 "skia_unittests" 89 "skia_unittests"
95 ] 90 ]
96 }, 91 },
97 "Linux ChromiumOS Tests (2)": { 92 "Linux ChromiumOS Tests (2)": {
98 "gtest_tests": [ 93 "gtest_tests": [
99 ] 94 ]
100 }, 95 },
101 "Linux ChromiumOS Tests (dbg)(1)": { 96 "Linux ChromiumOS Tests (dbg)(1)": {
102 "gtest_tests": [ 97 "gtest_tests": [
103 "accessibility_unittests", 98 "accessibility_unittests",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 } 164 }
170 }, 165 },
171 "app_shell_unittests", 166 "app_shell_unittests",
172 { 167 {
173 "test": "content_browsertests", 168 "test": "content_browsertests",
174 "swarming": { 169 "swarming": {
175 "can_use_on_swarming_builders": true, 170 "can_use_on_swarming_builders": true,
176 "shards": 2 171 "shards": 2
177 } 172 }
178 }, 173 },
179 { 174 "extensions_browsertests",
180 "test": "extensions_browsertests",
181 "swarming": {
182 "can_use_on_swarming_builders": true
183 }
184 },
185 "gcm_unit_tests", 175 "gcm_unit_tests",
186 "skia_unittests", 176 "skia_unittests",
187 { 177 {
188 "test": "interactive_ui_tests", 178 "test": "interactive_ui_tests",
189 "swarming": { 179 "swarming": {
190 "can_use_on_swarming_builders": true, 180 "can_use_on_swarming_builders": true,
191 "shards": 3 181 "shards": 3
192 } 182 }
193 } 183 }
194 ] 184 ]
195 }, 185 },
196 "Linux ChromiumOS Tests (dbg)(2)": { 186 "Linux ChromiumOS Tests (dbg)(2)": {
197 "gtest_tests": [ 187 "gtest_tests": [
198 ] 188 ]
199 }, 189 },
200 "Linux ChromiumOS Tests (dbg)(3)": { 190 "Linux ChromiumOS Tests (dbg)(3)": {
201 "gtest_tests": [ 191 "gtest_tests": [
202 ] 192 ]
203 } 193 }
204 } 194 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698