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

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

Issue 2817063002: Adding latency_unittests to run on trybots. (Closed)
Patch Set: Rebase Created 3 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 | « testing/buildbot/chromium.chromiumos.json ('k') | 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 ChromeOS MSan Tests": { 2 "Linux ChromeOS MSan Tests": {
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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 { 162 {
163 "swarming": { 163 "swarming": {
164 "can_use_on_swarming_builders": true 164 "can_use_on_swarming_builders": true
165 }, 165 },
166 "test": "jingle_unittests" 166 "test": "jingle_unittests"
167 }, 167 },
168 { 168 {
169 "swarming": { 169 "swarming": {
170 "can_use_on_swarming_builders": true 170 "can_use_on_swarming_builders": true
171 }, 171 },
172 "test": "latency_unittests"
173 },
174 {
175 "swarming": {
176 "can_use_on_swarming_builders": true
177 },
172 "test": "media_blink_unittests" 178 "test": "media_blink_unittests"
173 }, 179 },
174 { 180 {
175 "swarming": { 181 "swarming": {
176 "can_use_on_swarming_builders": true 182 "can_use_on_swarming_builders": true
177 }, 183 },
178 "test": "media_unittests" 184 "test": "media_unittests"
179 }, 185 },
180 { 186 {
181 "swarming": { 187 "swarming": {
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 { 479 {
474 "swarming": { 480 "swarming": {
475 "can_use_on_swarming_builders": true 481 "can_use_on_swarming_builders": true
476 }, 482 },
477 "test": "jingle_unittests" 483 "test": "jingle_unittests"
478 }, 484 },
479 { 485 {
480 "swarming": { 486 "swarming": {
481 "can_use_on_swarming_builders": true 487 "can_use_on_swarming_builders": true
482 }, 488 },
489 "test": "latency_unittests"
490 },
491 {
492 "swarming": {
493 "can_use_on_swarming_builders": true
494 },
483 "test": "media_blink_unittests" 495 "test": "media_blink_unittests"
484 }, 496 },
485 { 497 {
486 "swarming": { 498 "swarming": {
487 "can_use_on_swarming_builders": true 499 "can_use_on_swarming_builders": true
488 }, 500 },
489 "test": "media_unittests" 501 "test": "media_unittests"
490 }, 502 },
491 { 503 {
492 "swarming": { 504 "swarming": {
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 }, 628 },
617 { 629 {
618 "swarming": { 630 "swarming": {
619 "can_use_on_swarming_builders": true 631 "can_use_on_swarming_builders": true
620 }, 632 },
621 "test": "wm_unittests" 633 "test": "wm_unittests"
622 } 634 }
623 ] 635 ]
624 } 636 }
625 } 637 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.chromiumos.json ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698