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

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

Issue 1045313003: Converted accessibility_unittests to run on Swarming everywhere. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@3_convert_to_swarming
Patch Set: Remove from OSX 10.10 Created 5 years, 8 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 | « no previous file | testing/buildbot/chromium.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 ChromiumOS Ozone Tests (1)": { 2 "Linux ChromiumOS Ozone Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": {
6 "can_use_on_swarming_builders": true
7 },
5 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
6 }, 9 },
7 { 10 {
8 "test": "app_list_unittests" 11 "test": "app_list_unittests"
9 }, 12 },
10 { 13 {
11 "test": "app_shell_unittests" 14 "test": "app_shell_unittests"
12 }, 15 },
13 { 16 {
14 "test": "ash_unittests" 17 "test": "ash_unittests"
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 "test": "views_unittests" 160 "test": "views_unittests"
158 }, 161 },
159 { 162 {
160 "test": "wm_unittests" 163 "test": "wm_unittests"
161 } 164 }
162 ] 165 ]
163 }, 166 },
164 "Linux ChromiumOS Tests (1)": { 167 "Linux ChromiumOS Tests (1)": {
165 "gtest_tests": [ 168 "gtest_tests": [
166 { 169 {
170 "swarming": {
171 "can_use_on_swarming_builders": true
172 },
167 "test": "accessibility_unittests" 173 "test": "accessibility_unittests"
168 }, 174 },
169 { 175 {
170 "test": "app_list_unittests" 176 "test": "app_list_unittests"
171 }, 177 },
172 { 178 {
173 "test": "app_shell_unittests" 179 "test": "app_shell_unittests"
174 }, 180 },
175 { 181 {
176 "swarming": { 182 "swarming": {
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 "test": "views_unittests" 339 "test": "views_unittests"
334 }, 340 },
335 { 341 {
336 "test": "wm_unittests" 342 "test": "wm_unittests"
337 } 343 }
338 ] 344 ]
339 }, 345 },
340 "Linux ChromiumOS Tests (dbg)(1)": { 346 "Linux ChromiumOS Tests (dbg)(1)": {
341 "gtest_tests": [ 347 "gtest_tests": [
342 { 348 {
349 "swarming": {
350 "can_use_on_swarming_builders": true
351 },
343 "test": "accessibility_unittests" 352 "test": "accessibility_unittests"
344 }, 353 },
345 { 354 {
346 "test": "app_list_unittests" 355 "test": "app_list_unittests"
347 }, 356 },
348 { 357 {
349 "test": "app_shell_unittests" 358 "test": "app_shell_unittests"
350 }, 359 },
351 { 360 {
352 "swarming": { 361 "swarming": {
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
506 }, 515 },
507 { 516 {
508 "test": "views_unittests" 517 "test": "views_unittests"
509 }, 518 },
510 { 519 {
511 "test": "wm_unittests" 520 "test": "wm_unittests"
512 } 521 }
513 ] 522 ]
514 } 523 }
515 } 524 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698