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

Side by Side Diff: testing/buildbot/client.v8.chromium.json

Issue 2920383004: Reland of Moves mojo_js_integration_tests into blink. (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 | « testing/buildbot/chromium.linux.json ('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 "Linux - Future": { 2 "Linux - Future": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "app_shell_unittests" 8 "test": "app_shell_unittests"
9 }, 9 },
10 { 10 {
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 "test": "jingle_unittests" 227 "test": "jingle_unittests"
228 }, 228 },
229 { 229 {
230 "swarming": { 230 "swarming": {
231 "can_use_on_swarming_builders": true 231 "can_use_on_swarming_builders": true
232 }, 232 },
233 "test": "media_blink_unittests" 233 "test": "media_blink_unittests"
234 }, 234 },
235 { 235 {
236 "swarming": { 236 "swarming": {
237 "can_use_on_swarming_builders": true
238 },
239 "test": "mojo_js_integration_tests"
240 },
241 {
242 "swarming": {
243 "can_use_on_swarming_builders": true 237 "can_use_on_swarming_builders": true
244 }, 238 },
245 "test": "mojo_js_unittests" 239 "test": "mojo_js_unittests"
246 }, 240 },
247 { 241 {
248 "swarming": { 242 "swarming": {
249 "can_use_on_swarming_builders": true 243 "can_use_on_swarming_builders": true
250 }, 244 },
251 "test": "nacl_loader_unittests" 245 "test": "nacl_loader_unittests"
252 }, 246 },
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 "name": "telemetry_unittests", 664 "name": "telemetry_unittests",
671 "swarming": { 665 "swarming": {
672 "can_use_on_swarming_builders": true, 666 "can_use_on_swarming_builders": true,
673 "shards": 4 667 "shards": 4
674 } 668 }
675 } 669 }
676 ], 670 ],
677 "scripts": [] 671 "scripts": []
678 } 672 }
679 } 673 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698