diff options
author | maruel <maruel@chromium.org> | 2015-06-25 14:36:21 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-06-25 21:36:59 +0000 |
commit | dcb3f2e5539b9c92c28b675b2967d79127d6b73e (patch) | |
tree | 32f987499412e230c746244600778d943d113ff6 /testing/buildbot/chromium.win.json | |
parent | f2c15c3f1adebd9a171f849fc7ec15e3f4b165e8 (diff) | |
download | chromium_src-dcb3f2e5539b9c92c28b675b2967d79127d6b73e.zip chromium_src-dcb3f2e5539b9c92c28b675b2967d79127d6b73e.tar.gz chromium_src-dcb3f2e5539b9c92c28b675b2967d79127d6b73e.tar.bz2 |
Convert ui_base_unittests to run exclusively on Swarming
8 configs already ran on Swarming
21 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.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 ui_base_unittests
R=dpranke@chromium.org
BUG=98637
Review URL: https://codereview.chromium.org/1206413002
Cr-Commit-Position: refs/heads/master@{#336258}
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 3dd4c0a..4655848 100644 --- a/testing/buildbot/chromium.win.json +++ b/testing/buildbot/chromium.win.json @@ -205,6 +205,9 @@ "test": "sync_unit_tests" }, { + "swarming": { + "can_use_on_swarming_builders": true + }, "test": "ui_base_unittests" }, { @@ -461,6 +464,9 @@ "test": "sync_unit_tests" }, { + "swarming": { + "can_use_on_swarming_builders": true + }, "test": "ui_base_unittests" }, { @@ -836,6 +842,9 @@ "test": "sync_unit_tests" }, { + "swarming": { + "can_use_on_swarming_builders": true + }, "test": "ui_base_unittests" }, { @@ -1074,6 +1083,9 @@ "test": "sync_unit_tests" }, { + "swarming": { + "can_use_on_swarming_builders": true + }, "test": "ui_base_unittests" }, { @@ -1470,6 +1482,9 @@ "test": "sync_unit_tests" }, { + "swarming": { + "can_use_on_swarming_builders": true + }, "test": "ui_base_unittests" }, { |