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

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

Issue 1211103006: Convert url_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@3_ipc_tests
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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 "test": "ui_base_unittests" 158 "test": "ui_base_unittests"
159 }, 159 },
160 { 160 {
161 "swarming": { 161 "swarming": {
162 "can_use_on_swarming_builders": true, 162 "can_use_on_swarming_builders": true,
163 "shards": 2 163 "shards": 2
164 }, 164 },
165 "test": "unit_tests" 165 "test": "unit_tests"
166 }, 166 },
167 { 167 {
168 "swarming": {
169 "can_use_on_swarming_builders": true
170 },
168 "test": "url_unittests" 171 "test": "url_unittests"
169 } 172 }
170 ] 173 ]
171 }, 174 },
172 "Linux ASan Tests (sandboxed)": { 175 "Linux ASan Tests (sandboxed)": {
173 "gtest_tests": [ 176 "gtest_tests": [
174 { 177 {
175 "swarming": { 178 "swarming": {
176 "can_use_on_swarming_builders": true, 179 "can_use_on_swarming_builders": true,
177 "shards": 5 180 "shards": 5
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 "test": "ui_touch_selection_unittests" 387 "test": "ui_touch_selection_unittests"
385 }, 388 },
386 { 389 {
387 "swarming": { 390 "swarming": {
388 "can_use_on_swarming_builders": true, 391 "can_use_on_swarming_builders": true,
389 "shards": 2 392 "shards": 2
390 }, 393 },
391 "test": "unit_tests" 394 "test": "unit_tests"
392 }, 395 },
393 { 396 {
397 "swarming": {
398 "can_use_on_swarming_builders": true
399 },
394 "test": "url_unittests" 400 "test": "url_unittests"
395 }, 401 },
396 { 402 {
397 "test": "views_unittests" 403 "test": "views_unittests"
398 } 404 }
399 ] 405 ]
400 }, 406 },
401 "Mac ASan 64 Tests (1)": { 407 "Mac ASan 64 Tests (1)": {
402 "gtest_tests": [ 408 "gtest_tests": [
403 { 409 {
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 }, 523 },
518 "test": "ui_base_unittests" 524 "test": "ui_base_unittests"
519 }, 525 },
520 { 526 {
521 "swarming": { 527 "swarming": {
522 "can_use_on_swarming_builders": true 528 "can_use_on_swarming_builders": true
523 }, 529 },
524 "test": "unit_tests" 530 "test": "unit_tests"
525 }, 531 },
526 { 532 {
533 "swarming": {
534 "can_use_on_swarming_builders": true
535 },
527 "test": "url_unittests" 536 "test": "url_unittests"
528 } 537 }
529 ] 538 ]
530 } 539 }
531 } 540 }
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