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

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

Issue 1048293003: Run app_list_unittests on Swarming in more configurations. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@4_isolates
Patch Set: 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": { 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 {
11 "swarming": {
12 "can_use_on_swarming_builders": true
13 },
11 "test": "app_list_unittests" 14 "test": "app_list_unittests"
12 }, 15 },
13 { 16 {
14 "test": "app_shell_unittests" 17 "test": "app_shell_unittests"
15 }, 18 },
16 { 19 {
17 "test": "ash_unittests" 20 "test": "ash_unittests"
18 }, 21 },
19 { 22 {
20 "test": "aura_unittests" 23 "test": "aura_unittests"
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 }, 169 },
167 "Linux ChromiumOS Tests (1)": { 170 "Linux ChromiumOS Tests (1)": {
168 "gtest_tests": [ 171 "gtest_tests": [
169 { 172 {
170 "swarming": { 173 "swarming": {
171 "can_use_on_swarming_builders": true 174 "can_use_on_swarming_builders": true
172 }, 175 },
173 "test": "accessibility_unittests" 176 "test": "accessibility_unittests"
174 }, 177 },
175 { 178 {
179 "swarming": {
180 "can_use_on_swarming_builders": true
181 },
176 "test": "app_list_unittests" 182 "test": "app_list_unittests"
177 }, 183 },
178 { 184 {
179 "test": "app_shell_unittests" 185 "test": "app_shell_unittests"
180 }, 186 },
181 { 187 {
182 "swarming": { 188 "swarming": {
183 "can_use_on_swarming_builders": true 189 "can_use_on_swarming_builders": true
184 }, 190 },
185 "test": "ash_unittests" 191 "test": "ash_unittests"
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 }, 351 },
346 "Linux ChromiumOS Tests (dbg)(1)": { 352 "Linux ChromiumOS Tests (dbg)(1)": {
347 "gtest_tests": [ 353 "gtest_tests": [
348 { 354 {
349 "swarming": { 355 "swarming": {
350 "can_use_on_swarming_builders": true 356 "can_use_on_swarming_builders": true
351 }, 357 },
352 "test": "accessibility_unittests" 358 "test": "accessibility_unittests"
353 }, 359 },
354 { 360 {
361 "swarming": {
362 "can_use_on_swarming_builders": true
363 },
355 "test": "app_list_unittests" 364 "test": "app_list_unittests"
356 }, 365 },
357 { 366 {
358 "test": "app_shell_unittests" 367 "test": "app_shell_unittests"
359 }, 368 },
360 { 369 {
361 "swarming": { 370 "swarming": {
362 "can_use_on_swarming_builders": true 371 "can_use_on_swarming_builders": true
363 }, 372 },
364 "test": "ash_unittests" 373 "test": "ash_unittests"
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
515 }, 524 },
516 { 525 {
517 "test": "views_unittests" 526 "test": "views_unittests"
518 }, 527 },
519 { 528 {
520 "test": "wm_unittests" 529 "test": "wm_unittests"
521 } 530 }
522 ] 531 ]
523 } 532 }
524 } 533 }
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