Home | History | Annotate | Download | only in buildbot
      1 {
      2   "gtest_tests": [
      3     "accessibility_unittests",
      4     {
      5       "test": "base_unittests",
      6       "swarming": {
      7         "can_use_on_swarming_builders": true
      8       }
      9     },
     10     {
     11       "test": "browser_tests",
     12       "swarming": {
     13         "can_use_on_swarming_builders": true,
     14         "shards": 10
     15       }
     16     },
     17     "cacheinvalidation_unittests",
     18     "cc_unittests",
     19     "components_unittests",
     20     {
     21       "test": "content_browsertests",
     22       "swarming": {
     23         "can_use_on_swarming_builders": true
     24       }
     25     },
     26     {
     27       "test": "content_unittests",
     28       "swarming": {
     29         "can_use_on_swarming_builders": true
     30       }
     31     },
     32     "crypto_unittests",
     33     "device_unittests",
     34     {
     35       "test": "display_unittests",
     36       "platforms": ["linux"]
     37     },
     38     "gcm_unit_tests",
     39     "gfx_unittests",
     40     "google_apis_unittests",
     41     "gpu_unittests",
     42     {
     43       "test": "interactive_ui_tests",
     44       "swarming": {
     45         "can_use_on_swarming_builders": true,
     46         "shards": 3
     47       }
     48     },
     49     "ipc_tests",
     50     "jingle_unittests",
     51     "media_unittests",
     52     {
     53       "test": "net_unittests",
     54       "swarming": {
     55         "can_use_on_swarming_builders": true
     56       }
     57     },
     58     "ppapi_unittests",
     59     "printing_unittests",
     60     "remoting_unittests",
     61     {
     62       "test": "sandbox_linux_unittests",
     63       "platforms": ["linux"]
     64     },
     65     "sql_unittests",
     66     "sync_unit_tests",
     67     "ui_unittests",
     68     {
     69       "test": "unit_tests",
     70       "swarming": {
     71         "can_use_on_swarming_builders": true,
     72         "shards": 2
     73       }
     74     },
     75     "url_unittests"
     76   ]
     77 }
     78