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

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

Issue 1219123002: Convert chromeos_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.chromiumos.json ('k') | testing/buildbot/chromium.webkit.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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 { 252 {
253 "test": "cacheinvalidation_unittests" 253 "test": "cacheinvalidation_unittests"
254 }, 254 },
255 { 255 {
256 "swarming": { 256 "swarming": {
257 "can_use_on_swarming_builders": true 257 "can_use_on_swarming_builders": true
258 }, 258 },
259 "test": "cast_unittests" 259 "test": "cast_unittests"
260 }, 260 },
261 { 261 {
262 "swarming": {
263 "can_use_on_swarming_builders": true
264 },
262 "test": "chromeos_unittests" 265 "test": "chromeos_unittests"
263 }, 266 },
264 { 267 {
265 "swarming": { 268 "swarming": {
266 "can_use_on_swarming_builders": true 269 "can_use_on_swarming_builders": true
267 }, 270 },
268 "test": "components_unittests" 271 "test": "components_unittests"
269 }, 272 },
270 { 273 {
271 "test": "compositor_unittests" 274 "test": "compositor_unittests"
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
573 }, 576 },
574 { 577 {
575 "swarming": { 578 "swarming": {
576 "can_use_on_swarming_builders": true 579 "can_use_on_swarming_builders": true
577 }, 580 },
578 "test": "url_unittests" 581 "test": "url_unittests"
579 } 582 }
580 ] 583 ]
581 } 584 }
582 } 585 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.chromiumos.json ('k') | testing/buildbot/chromium.webkit.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698