diff options
author | zhaoqin <zhaoqin@chromium.org> | 2016-01-08 09:25:14 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-01-08 17:26:14 +0000 |
commit | f54aa63d9e7ff2877e7c3d6bfb340bafc5559c75 (patch) | |
tree | de3a4719419b9556374a6075736d74936d10bb78 /testing/buildbot/chromium.memory.fyi.json | |
parent | e38b9a18fc67c8107f4aefe97311f593c43e43fa (diff) | |
download | chromium_src-f54aa63d9e7ff2877e7c3d6bfb340bafc5559c75.zip chromium_src-f54aa63d9e7ff2877e7c3d6bfb340bafc5559c75.tar.gz chromium_src-f54aa63d9e7ff2877e7c3d6bfb340bafc5559c75.tar.bz2 |
Convert chromium.memory.fyi to use recipes:
add Valgrind Linux testers to chromium.memory.fyi.json
- list "gtest_tests" for "Linux Tests (valgrind)"
xref https://chromium.googlesource.com/chromium/tools/build/+/master/scripts/slave/recipe_modules/chromium_tests/chromium_recipe.md#Add-a-new-gtest_based-test-to-a-bot
R=kjellander@chromium.org,dpranke@chromium.org,phajdan.jr@chromium.org,thakis@chromium.org
BUG=572694
Review URL: https://codereview.chromium.org/1550323002
Cr-Commit-Position: refs/heads/master@{#368359}
Diffstat (limited to 'testing/buildbot/chromium.memory.fyi.json')
-rw-r--r-- | testing/buildbot/chromium.memory.fyi.json | 95 |
1 files changed, 95 insertions, 0 deletions
diff --git a/testing/buildbot/chromium.memory.fyi.json b/testing/buildbot/chromium.memory.fyi.json index e1986d4..6d82bfd 100644 --- a/testing/buildbot/chromium.memory.fyi.json +++ b/testing/buildbot/chromium.memory.fyi.json @@ -837,5 +837,100 @@ "test": "wm_unittests" } ] + }, + "Linux Tests (valgrind)(1)": { + "gtest_tests": [ + { + "test": "crypto_unittests" + }, + { + "test": "display_unittests" + }, + { + "test": "ipc_tests" + }, + { + "test": "jingle_unittests" + }, + { + "test": "net_unittests" + }, + { + "test": "ppapi_unittests" + }, + { + "test": "printing_unittests" + }, + { + "test": "sandbox_linux_unittests" + }, + { + "test": "sql_unittests" + }, + { + "test": "sync_unit_tests" + }, + { + "test": "ui_base_unittests" + }, + { + "test": "url_unittests" + } + ] + }, + "Linux Tests (valgrind)(2)": { + "gtest_tests": [ + { + "test": "extensions_unittests" + } + ] + }, + "Linux Tests (valgrind)(3)": { + "gtest_tests": [ + { + "test": "media_unittests" + }, + { + "test": "midi_unittests" + }, + { + "test": "remoting_unittests" + }, + { + "shard_index": 0, + "test": "unit_tests", + "total_shards": 3 + } + ] + }, + "Linux Tests (valgrind)(4)": { + "gtest_tests": [ + { + "test": "components_unittests" + }, + { + "test": "content_unittests" + }, + { + "shard_index": 1, + "test": "unit_tests", + "total_shards": 3 + } + ] + }, + "Linux Tests (valgrind)(5)": { + "gtest_tests": [ + { + "test": "base_unittests" + }, + { + "test": "gpu_unittests" + }, + { + "shard_index": 2, + "test": "unit_tests", + "total_shards": 3 + } + ] } } |