diff options
author | thakis <thakis@chromium.org> | 2015-07-06 11:57:38 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-07-06 18:58:10 +0000 |
commit | 15593557f4f387d91dc7726511a20cb999c81561 (patch) | |
tree | a74c834c6153257c604f65753e9b97b9ba03ca4f /testing/buildbot/chromium.memory.fyi.json | |
parent | 41933da18f43784ce9219700dbb8cf668ac219fe (diff) | |
download | chromium_src-15593557f4f387d91dc7726511a20cb999c81561.zip chromium_src-15593557f4f387d91dc7726511a20cb999c81561.tar.gz chromium_src-15593557f4f387d91dc7726511a20cb999c81561.tar.bz2 |
Convert ipc_mojo_unittests to run exclusively on Swarming
0 configs already ran on Swarming
8 used to run locally and were converted:
- chromium.linux.json: Android GN
- chromium.linux.json: Linux Tests
- chromium.linux.json: Linux Tests (dbg)(1)
- chromium.linux.json: Linux Tests (dbg)(1)(32)
- chromium.memory.fyi.json: Linux ChromeOS MSan Tests
- chromium.memory.fyi.json: Linux MSan Tests
- chromium.memory.fyi.json: Linux TSan Tests
- chromium.win.json: XP Tests (1)
Ran:
./manage.py --convert ipc_mojo_unittests
BUG=98637
Review URL: https://codereview.chromium.org/1222243003
Cr-Commit-Position: refs/heads/master@{#337431}
Diffstat (limited to 'testing/buildbot/chromium.memory.fyi.json')
-rw-r--r-- | testing/buildbot/chromium.memory.fyi.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/buildbot/chromium.memory.fyi.json b/testing/buildbot/chromium.memory.fyi.json index 2b246dd..126ffe2 100644 --- a/testing/buildbot/chromium.memory.fyi.json +++ b/testing/buildbot/chromium.memory.fyi.json @@ -139,6 +139,9 @@ "test": "interactive_ui_tests" }, { + "swarming": { + "can_use_on_swarming_builders": true + }, "test": "ipc_mojo_unittests" }, { @@ -408,6 +411,9 @@ "test": "interactive_ui_tests" }, { + "swarming": { + "can_use_on_swarming_builders": true + }, "test": "ipc_mojo_unittests" }, { @@ -661,6 +667,9 @@ "test": "gpu_unittests" }, { + "swarming": { + "can_use_on_swarming_builders": true + }, "test": "ipc_mojo_unittests" }, { |