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

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

Issue 1199273002: Convert events_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@7_base_unittests
Patch Set: Remove Win8 Aura 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 | « 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 GN": { 2 "Linux ChromiumOS GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_list_unittests", 5 "app_list_unittests",
6 "aura_unittests", 6 "aura_unittests",
7 "browser_tests", 7 "browser_tests",
8 "cacheinvalidation_unittests", 8 "cacheinvalidation_unittests",
9 "chromedriver_unittests", 9 "chromedriver_unittests",
10 "chromeos_unittests", 10 "chromeos_unittests",
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 { 185 {
186 "test": "dbus_unittests" 186 "test": "dbus_unittests"
187 }, 187 },
188 { 188 {
189 "test": "device_unittests" 189 "test": "device_unittests"
190 }, 190 },
191 { 191 {
192 "test": "display_unittests" 192 "test": "display_unittests"
193 }, 193 },
194 { 194 {
195 "swarming": {
196 "can_use_on_swarming_builders": true
197 },
195 "test": "events_unittests" 198 "test": "events_unittests"
196 }, 199 },
197 { 200 {
198 "swarming": { 201 "swarming": {
199 "can_use_on_swarming_builders": true 202 "can_use_on_swarming_builders": true
200 }, 203 },
201 "test": "extensions_browsertests" 204 "test": "extensions_browsertests"
202 }, 205 },
203 { 206 {
204 "test": "extensions_unittests" 207 "test": "extensions_unittests"
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 { 389 {
387 "test": "dbus_unittests" 390 "test": "dbus_unittests"
388 }, 391 },
389 { 392 {
390 "test": "device_unittests" 393 "test": "device_unittests"
391 }, 394 },
392 { 395 {
393 "test": "display_unittests" 396 "test": "display_unittests"
394 }, 397 },
395 { 398 {
399 "swarming": {
400 "can_use_on_swarming_builders": true
401 },
396 "test": "events_unittests" 402 "test": "events_unittests"
397 }, 403 },
398 { 404 {
399 "swarming": { 405 "swarming": {
400 "can_use_on_swarming_builders": true 406 "can_use_on_swarming_builders": true
401 }, 407 },
402 "test": "extensions_browsertests" 408 "test": "extensions_browsertests"
403 }, 409 },
404 { 410 {
405 "test": "extensions_unittests" 411 "test": "extensions_unittests"
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
581 { 587 {
582 "test": "dbus_unittests" 588 "test": "dbus_unittests"
583 }, 589 },
584 { 590 {
585 "test": "device_unittests" 591 "test": "device_unittests"
586 }, 592 },
587 { 593 {
588 "test": "display_unittests" 594 "test": "display_unittests"
589 }, 595 },
590 { 596 {
597 "swarming": {
598 "can_use_on_swarming_builders": true
599 },
591 "test": "events_unittests" 600 "test": "events_unittests"
592 }, 601 },
593 { 602 {
594 "swarming": { 603 "swarming": {
595 "can_use_on_swarming_builders": true 604 "can_use_on_swarming_builders": true
596 }, 605 },
597 "test": "extensions_browsertests" 606 "test": "extensions_browsertests"
598 }, 607 },
599 { 608 {
600 "test": "extensions_unittests" 609 "test": "extensions_unittests"
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
695 }, 704 },
696 { 705 {
697 "test": "views_unittests" 706 "test": "views_unittests"
698 }, 707 },
699 { 708 {
700 "test": "wm_unittests" 709 "test": "wm_unittests"
701 } 710 }
702 ] 711 ]
703 } 712 }
704 } 713 }
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