diff options
author | maruel <maruel@chromium.org> | 2015-06-30 14:55:40 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-06-30 21:56:14 +0000 |
commit | dd228cfaec87f98fcca1a594bd99a65b5b657d27 (patch) | |
tree | 4e7a972592bc8616874cce873f40a8612d67050f /testing/buildbot/chromium.win.json | |
parent | 40d4d9c6d54392e9aefa3734941d3268961e32c1 (diff) | |
download | chromium_src-dd228cfaec87f98fcca1a594bd99a65b5b657d27.zip chromium_src-dd228cfaec87f98fcca1a594bd99a65b5b657d27.tar.gz chromium_src-dd228cfaec87f98fcca1a594bd99a65b5b657d27.tar.bz2 |
Convert sql_unittests to run exclusively on Swarming
0 configs already ran on Swarming
29 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: CrWinAsan tester
- chromium.fyi.json: CrWinAsan(dll) 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.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.win.json: Vista Tests (1)
- chromium.win.json: Win 7 Tests x64 (1)
- chromium.win.json: Win7 Tests (1)
- chromium.win.json: Win7 Tests (dbg)(1)
- chromium.win.json: XP Tests (1)
Ran:
./manage.py --convert sql_unittests
R=gbillock@chromium.org,dpranke@chromium.org
TBR=
BUG=98637
Review URL: https://codereview.chromium.org/1217173004
Cr-Commit-Position: refs/heads/master@{#336884}
Diffstat (limited to 'testing/buildbot/chromium.win.json')
-rw-r--r-- | testing/buildbot/chromium.win.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/buildbot/chromium.win.json b/testing/buildbot/chromium.win.json index 91c71ef..2729962 100644 --- a/testing/buildbot/chromium.win.json +++ b/testing/buildbot/chromium.win.json @@ -208,6 +208,9 @@ "test": "skia_unittests" }, { + "swarming": { + "can_use_on_swarming_builders": true + }, "test": "sql_unittests" }, { @@ -491,6 +494,9 @@ "test": "skia_unittests" }, { + "swarming": { + "can_use_on_swarming_builders": true + }, "test": "sql_unittests" }, { @@ -893,6 +899,9 @@ "test": "skia_unittests" }, { + "swarming": { + "can_use_on_swarming_builders": true + }, "test": "sql_unittests" }, { @@ -1155,6 +1164,9 @@ "test": "skia_unittests" }, { + "swarming": { + "can_use_on_swarming_builders": true + }, "test": "sql_unittests" }, { @@ -1576,6 +1588,9 @@ "test": "skia_unittests" }, { + "swarming": { + "can_use_on_swarming_builders": true + }, "test": "sql_unittests" }, { |