summaryrefslogtreecommitdiffstats
path: root/testing/buildbot/chromium_memory_trybot.json
blob: b9d0e039e6b966bcda43eedc2dd666dcfe2b628b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
  "gtest_tests": [
    "accessibility_unittests",
    {
      "swarming": {
        "can_use_on_swarming_builders": true
      },
      "test": "base_unittests"
    },
    {
      "swarming": {
        "can_use_on_swarming_builders": true,
        "shards": 10
      },
      "test": "browser_tests"
    },
    "cacheinvalidation_unittests",
    {
      "swarming": {
        "can_use_on_swarming_builders": true
      },
      "test": "cc_unittests"
    },
    {
      "swarming": {
        "can_use_on_swarming_builders": true
      },
      "test": "components_browsertests"
    },
    {
      "swarming": {
        "can_use_on_swarming_builders": true
      },
      "test": "components_unittests"
    },
    {
      "swarming": {
        "can_use_on_swarming_builders": true
      },
      "test": "content_browsertests"
    },
    {
      "swarming": {
        "can_use_on_swarming_builders": true
      },
      "test": "content_unittests"
    },
    {
      "swarming": {
        "can_use_on_swarming_builders": true
      },
      "test": "crypto_unittests"
    },
    "device_unittests",
    {
      "platforms": [
        "linux"
      ],
      "test": "display_unittests"
    },
    "extensions_unittests",
    "gcm_unit_tests",
    "gfx_unittests",
    "google_apis_unittests",
    {
      "swarming": {
        "can_use_on_swarming_builders": true
      },
      "test": "gpu_unittests"
    },
    {
      "swarming": {
        "can_use_on_swarming_builders": true,
        "shards": 3
      },
      "test": "interactive_ui_tests"
    },
    "ipc_tests",
    "jingle_unittests",
    {
      "swarming": {
        "can_use_on_swarming_builders": true
      },
      "test": "media_unittests"
    },
    {
      "swarming": {
        "can_use_on_swarming_builders": true
      },
      "test": "media_blink_unittests"
    },
    {
      "swarming": {
        "can_use_on_swarming_builders": true
      },
      "test": "midi_unittests"
    },
    {
      "swarming": {
        "can_use_on_swarming_builders": true,
        "shards": 2
      },
      "test": "net_unittests"
    },
    "ppapi_unittests",
    "printing_unittests",
    "remoting_unittests",
    {
      "platforms": [
        "linux"
      ],
      "test": "sandbox_linux_unittests"
    },
    "skia_unittests",
    "sql_unittests",
    "sync_unit_tests",
    "ui_base_unittests",
    {
      "swarming": {
        "can_use_on_swarming_builders": true,
        "shards": 2
      },
      "test": "unit_tests"
    },
    "url_unittests"
  ]
}