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

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

Issue 1215213002: Convert sandbox_linux_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@10_sync_unit_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.memory.fyi.json ('k') | no next file » | 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 { 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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 { 173 {
174 "swarming": { 174 "swarming": {
175 "can_use_on_swarming_builders": true 175 "can_use_on_swarming_builders": true
176 }, 176 },
177 "test": "printing_unittests" 177 "test": "printing_unittests"
178 }, 178 },
179 { 179 {
180 "test": "remoting_unittests" 180 "test": "remoting_unittests"
181 }, 181 },
182 { 182 {
183 "swarming": {
184 "can_use_on_swarming_builders": true
185 },
183 "test": "sandbox_linux_unittests" 186 "test": "sandbox_linux_unittests"
184 }, 187 },
185 { 188 {
186 "swarming": { 189 "swarming": {
187 "can_use_on_swarming_builders": true 190 "can_use_on_swarming_builders": true
188 }, 191 },
189 "test": "skia_unittests" 192 "test": "skia_unittests"
190 }, 193 },
191 { 194 {
192 "swarming": { 195 "swarming": {
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 { 411 {
409 "swarming": { 412 "swarming": {
410 "can_use_on_swarming_builders": true 413 "can_use_on_swarming_builders": true
411 }, 414 },
412 "test": "printing_unittests" 415 "test": "printing_unittests"
413 }, 416 },
414 { 417 {
415 "test": "remoting_unittests" 418 "test": "remoting_unittests"
416 }, 419 },
417 { 420 {
421 "swarming": {
422 "can_use_on_swarming_builders": true
423 },
418 "test": "sandbox_linux_unittests" 424 "test": "sandbox_linux_unittests"
419 }, 425 },
420 { 426 {
421 "swarming": { 427 "swarming": {
422 "can_use_on_swarming_builders": true 428 "can_use_on_swarming_builders": true
423 }, 429 },
424 "test": "skia_unittests" 430 "test": "skia_unittests"
425 }, 431 },
426 { 432 {
427 "swarming": { 433 "swarming": {
(...skipping 732 matching lines...) Expand 10 before | Expand all | Expand 10 after
1160 "name": "webkit_lint", 1166 "name": "webkit_lint",
1161 "script": "webkit_lint.py" 1167 "script": "webkit_lint.py"
1162 }, 1168 },
1163 { 1169 {
1164 "name": "webkit_python_tests", 1170 "name": "webkit_python_tests",
1165 "script": "webkit_python_tests.py" 1171 "script": "webkit_python_tests.py"
1166 } 1172 }
1167 ] 1173 ]
1168 } 1174 }
1169 } 1175 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.memory.fyi.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698