diff options
author | thakis <thakis@chromium.org> | 2016-02-18 18:41:48 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-02-19 02:42:43 +0000 |
commit | 7cde2230e65af50dcf227b4218463d1c274d1bec (patch) | |
tree | 0f7586fd09d37bd5628013b076b42facc059b22a /testing/buildbot/chromium.memory.fyi.json | |
parent | 6f0498fdf6b064386df9d518fcb8d8f1d7380c48 (diff) | |
download | chromium_src-7cde2230e65af50dcf227b4218463d1c274d1bec.zip chromium_src-7cde2230e65af50dcf227b4218463d1c274d1bec.tar.gz chromium_src-7cde2230e65af50dcf227b4218463d1c274d1bec.tar.bz2 |
Convert ppapi_unittests to run exclusively on Swarming
The last time this landed, TSan complained about races on swarming. amistry has
since fixed many races, so let's try this again.
0 configs already ran on Swarming
50 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: CFI Linux
- chromium.fyi.json: Chromium Win 10
- chromium.fyi.json: ClangToTLinux tester
- chromium.fyi.json: ClangToTLinuxASan tester
- chromium.fyi.json: ClangToTLinuxUBSanVptr tester
- chromium.fyi.json: ClangToTMac tester
- chromium.fyi.json: ClangToTMacASan tester
- chromium.fyi.json: ClangToTWin tester
- chromium.fyi.json: ClangToTWin(dbg) tester
- chromium.fyi.json: ClangToTWin(dll) tester
- chromium.fyi.json: ClangToTWin64 tester
- chromium.fyi.json: ClangToTWin64(dbg) tester
- chromium.fyi.json: ClangToTWin64(dll) tester
- chromium.fyi.json: CrWinAsan tester
- chromium.fyi.json: CrWinAsan(dll) tester
- chromium.fyi.json: CrWinAsanCov tester
- chromium.fyi.json: CrWinClang tester
- chromium.fyi.json: CrWinClang(dbg) tester
- chromium.fyi.json: CrWinClang(shared) tester
- chromium.fyi.json: CrWinClang64 tester
- chromium.fyi.json: CrWinClang64(dbg) tester
- chromium.fyi.json: CrWinClang64(dll) tester
- chromium.fyi.json: CrWinClangLLD tester
- 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.mac.json: Mac10.10 Tests
- chromium.mac.json: Mac10.11 Tests
- chromium.mac.json: Mac10.6 Tests
- chromium.mac.json: Mac10.8 Tests
- chromium.mac.json: Mac10.9 Tests
- chromium.mac.json: Mac10.9 Tests (dbg)
- 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.memory.json: Mac ASan 64 Tests (1)
- chromium.webkit.json: Linux ChromiumOS Tests (1)
- chromium.webkit.json: Linux ChromiumOS Tests (dbg)(1)
- chromium.webkit.json: WebKit Linux Oilpan
- chromium.win.json: Win 7 Tests x64 (1)
- chromium.win.json: Win7 Tests (1)
- chromium.win.json: Win7 Tests (dbg)(1)
Ran:
./manage.py --convert ppapi_unittests
BUG=98637
Review URL: https://codereview.chromium.org/1710203002
Cr-Commit-Position: refs/heads/master@{#376351}
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 8ebfbcc..7a2068e 100644 --- a/testing/buildbot/chromium.memory.fyi.json +++ b/testing/buildbot/chromium.memory.fyi.json @@ -566,6 +566,9 @@ "test": "net_unittests" }, { + "swarming": { + "can_use_on_swarming_builders": true + }, "test": "ppapi_unittests" }, { @@ -865,6 +868,9 @@ "test": "net_unittests" }, { + "swarming": { + "can_use_on_swarming_builders": true + }, "test": "ppapi_unittests" }, { @@ -1113,6 +1119,9 @@ "test": "net_unittests" }, { + "swarming": { + "can_use_on_swarming_builders": true + }, "test": "ppapi_unittests" }, { |