diff options
author | maruel <maruel@chromium.org> | 2015-06-30 14:09:10 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-06-30 21:09:57 +0000 |
commit | 48b930f48413e09c62fdb8dc6f5167b00876c5c9 (patch) | |
tree | 6c6a6b84d02e2962081a5e63dea6e850659e147e /testing/buildbot/chromium.memory.fyi.json | |
parent | aeccaa3dbfbae345cde70bad95177e18c5358569 (diff) | |
download | chromium_src-48b930f48413e09c62fdb8dc6f5167b00876c5c9.zip chromium_src-48b930f48413e09c62fdb8dc6f5167b00876c5c9.tar.gz chromium_src-48b930f48413e09c62fdb8dc6f5167b00876c5c9.tar.bz2 |
Convert sandbox_linux_unittests to run exclusively on Swarming
0 configs already ran on Swarming
16 used to run locally and were converted:
- chromium.chromiumos.json: Linux ChromiumOS Ozone Tests (1)
- chromium.chromiumos.json: Linux ChromiumOS Tests (1)
- chromium.chromiumos.json: Linux ChromiumOS Tests (dbg)(1)
- chromium.fyi.json: Linux Trusty
- chromium.fyi.json: Linux Trusty (dbg)
- chromium.linux.json: Cast Linux
- 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.memory.json: Linux ASan LSan Tests (1)
- chromium.memory.json: Linux Chromium OS ASan LSan Tests (1)
- chromium.webkit.json: Linux ChromiumOS Tests (1)
- chromium.webkit.json: Linux ChromiumOS Tests (dbg)(1)
Ran:
./manage.py --convert sandbox_linux_unittests
R=jln@chromium.org,dpranke@chromium.org
TBR=
BUG=98637
Review URL: https://codereview.chromium.org/1215213002
Cr-Commit-Position: refs/heads/master@{#336873}
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 ea453b9..1947f93 100644 --- a/testing/buildbot/chromium.memory.fyi.json +++ b/testing/buildbot/chromium.memory.fyi.json @@ -190,6 +190,9 @@ "test": "remoting_unittests" }, { + "swarming": { + "can_use_on_swarming_builders": true + }, "test": "sandbox_linux_unittests" }, { @@ -426,6 +429,9 @@ "test": "remoting_unittests" }, { + "swarming": { + "can_use_on_swarming_builders": true + }, "test": "sandbox_linux_unittests" }, { @@ -629,6 +635,9 @@ "test": "remoting_unittests" }, { + "swarming": { + "can_use_on_swarming_builders": true + }, "test": "sandbox_linux_unittests" }, { |