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

Side by Side Diff: testing/buildbot/chromium.memory.fyi.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.memory.json ('k') | testing/buildbot/chromium.win.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 "Chromium Windows Builder (DrMemory x64)": { 2 "Chromium Windows Builder (DrMemory x64)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "angle_unittests", 5 "angle_unittests",
6 "aura_unittests", 6 "aura_unittests",
7 "base_unittests", 7 "base_unittests",
8 "blink_heap_unittests", 8 "blink_heap_unittests",
9 "blink_platform_unittests", 9 "blink_platform_unittests",
10 "cacheinvalidation_unittests", 10 "cacheinvalidation_unittests",
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 { 270 {
271 "swarming": { 271 "swarming": {
272 "can_use_on_swarming_builders": true 272 "can_use_on_swarming_builders": true
273 }, 273 },
274 "test": "jingle_unittests" 274 "test": "jingle_unittests"
275 }, 275 },
276 { 276 {
277 "swarming": { 277 "swarming": {
278 "can_use_on_swarming_builders": true 278 "can_use_on_swarming_builders": true
279 }, 279 },
280 "test": "latency_unittests"
281 },
282 {
283 "swarming": {
284 "can_use_on_swarming_builders": true
285 },
280 "test": "media_blink_unittests" 286 "test": "media_blink_unittests"
281 }, 287 },
282 { 288 {
283 "swarming": { 289 "swarming": {
284 "can_use_on_swarming_builders": true 290 "can_use_on_swarming_builders": true
285 }, 291 },
286 "test": "media_unittests" 292 "test": "media_unittests"
287 }, 293 },
288 { 294 {
289 "swarming": { 295 "swarming": {
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
581 { 587 {
582 "swarming": { 588 "swarming": {
583 "can_use_on_swarming_builders": true 589 "can_use_on_swarming_builders": true
584 }, 590 },
585 "test": "jingle_unittests" 591 "test": "jingle_unittests"
586 }, 592 },
587 { 593 {
588 "swarming": { 594 "swarming": {
589 "can_use_on_swarming_builders": true 595 "can_use_on_swarming_builders": true
590 }, 596 },
597 "test": "latency_unittests"
598 },
599 {
600 "swarming": {
601 "can_use_on_swarming_builders": true
602 },
591 "test": "media_blink_unittests" 603 "test": "media_blink_unittests"
592 }, 604 },
593 { 605 {
594 "swarming": { 606 "swarming": {
595 "can_use_on_swarming_builders": true 607 "can_use_on_swarming_builders": true
596 }, 608 },
597 "test": "media_unittests" 609 "test": "media_unittests"
598 }, 610 },
599 { 611 {
600 "swarming": { 612 "swarming": {
(...skipping 936 matching lines...) Expand 10 before | Expand all | Expand 10 after
1537 "test": "google_apis_unittests" 1549 "test": "google_apis_unittests"
1538 }, 1550 },
1539 { 1551 {
1540 "test": "installer_util_unittests" 1552 "test": "installer_util_unittests"
1541 }, 1553 },
1542 { 1554 {
1543 "test": "install_static_unittests" 1555 "test": "install_static_unittests"
1544 }, 1556 },
1545 { 1557 {
1546 "test": "keyboard_unittests" 1558 "test": "keyboard_unittests"
1559 },
1560 {
1561 "test": "latency_unittests"
1547 } 1562 }
1548 ] 1563 ]
1549 }, 1564 },
1550 "Windows Unit (DrMemory x64)": { 1565 "Windows Unit (DrMemory x64)": {
1551 "gtest_tests": [ 1566 "gtest_tests": [
1552 { 1567 {
1553 "test": "accessibility_unittests" 1568 "test": "accessibility_unittests"
1554 }, 1569 },
1555 { 1570 {
1556 "test": "angle_unittests" 1571 "test": "angle_unittests"
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
1834 }, 1849 },
1835 { 1850 {
1836 "test": "unit_tests" 1851 "test": "unit_tests"
1837 }, 1852 },
1838 { 1853 {
1839 "test": "url_unittests" 1854 "test": "url_unittests"
1840 } 1855 }
1841 ] 1856 ]
1842 } 1857 }
1843 } 1858 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.memory.json ('k') | testing/buildbot/chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698