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

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

Issue 1209213003: Convert nacl_loader_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 5 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.mac.json ('k') | testing/buildbot/chromium.memory.fyi.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 ASan LSan Tests (1)": { 2 "Linux ASan LSan Tests (1)": {
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": "accessibility_unittests" 8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 }, 382 },
383 "test": "message_center_unittests" 383 "test": "message_center_unittests"
384 }, 384 },
385 { 385 {
386 "swarming": { 386 "swarming": {
387 "can_use_on_swarming_builders": true 387 "can_use_on_swarming_builders": true
388 }, 388 },
389 "test": "midi_unittests" 389 "test": "midi_unittests"
390 }, 390 },
391 { 391 {
392 "swarming": {
393 "can_use_on_swarming_builders": true
394 },
392 "test": "nacl_loader_unittests" 395 "test": "nacl_loader_unittests"
393 }, 396 },
394 { 397 {
395 "swarming": { 398 "swarming": {
396 "can_use_on_swarming_builders": true, 399 "can_use_on_swarming_builders": true,
397 "shards": 4 400 "shards": 4
398 }, 401 },
399 "test": "net_unittests" 402 "test": "net_unittests"
400 }, 403 },
401 { 404 {
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 }, 624 },
622 { 625 {
623 "swarming": { 626 "swarming": {
624 "can_use_on_swarming_builders": true 627 "can_use_on_swarming_builders": true
625 }, 628 },
626 "test": "url_unittests" 629 "test": "url_unittests"
627 } 630 }
628 ] 631 ]
629 } 632 }
630 } 633 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.mac.json ('k') | testing/buildbot/chromium.memory.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698