diff options
author | maruel <maruel@chromium.org> | 2015-06-23 13:38:38 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-06-23 20:40:29 +0000 |
commit | f1fb4a62673d687f2704c4a12bca007c5e8d456e (patch) | |
tree | 1aa3a5068e8ab9dfa069253d19ccc048df18f7d5 | |
parent | 7b0ea897fc09a79fa1238bba177fc1b75e4973d8 (diff) | |
download | chromium_src-f1fb4a62673d687f2704c4a12bca007c5e8d456e.zip chromium_src-f1fb4a62673d687f2704c4a12bca007c5e8d456e.tar.gz chromium_src-f1fb4a62673d687f2704c4a12bca007c5e8d456e.tar.bz2 |
Convert cc_unittests to always run on Swarming.
Was running already in 13 configurations on Swarming, 6 were missing.
Ran:
./manage.py --convert cc_unittests
New configs:
- chromium.memory.fyi.json: Linux ChromeOS MSan Tests
- chromium.memory.fyi.json: Linux MSan Tests
- chromium.memory.json: Linux ASan LSan Tests (1)
- chromium.memory.json: Mac ASan 64 Tests (1)
- chromium.fyi.json: Linux Trusty
- chromium.fyi.json: Linux Trusty (dbg)
R=dpranke@chromium.org
BUG=98637
Review URL: https://codereview.chromium.org/1205593004
Cr-Commit-Position: refs/heads/master@{#335738}
-rw-r--r-- | testing/buildbot/chromium.fyi.json | 6 | ||||
-rw-r--r-- | testing/buildbot/chromium.memory.fyi.json | 6 | ||||
-rw-r--r-- | testing/buildbot/chromium.memory.json | 6 |
3 files changed, 18 insertions, 0 deletions
diff --git a/testing/buildbot/chromium.fyi.json b/testing/buildbot/chromium.fyi.json index 57564ed..275b5e8 100644 --- a/testing/buildbot/chromium.fyi.json +++ b/testing/buildbot/chromium.fyi.json @@ -2792,6 +2792,9 @@ "test": "cast_unittests" }, { + "swarming": { + "can_use_on_swarming_builders": true + }, "test": "cc_unittests" }, { @@ -3155,6 +3158,9 @@ "test": "cast_unittests" }, { + "swarming": { + "can_use_on_swarming_builders": true + }, "test": "cc_unittests" }, { diff --git a/testing/buildbot/chromium.memory.fyi.json b/testing/buildbot/chromium.memory.fyi.json index e4082e9..c11942e 100644 --- a/testing/buildbot/chromium.memory.fyi.json +++ b/testing/buildbot/chromium.memory.fyi.json @@ -36,6 +36,9 @@ "test": "cast_unittests" }, { + "swarming": { + "can_use_on_swarming_builders": true + }, "test": "cc_unittests" }, { @@ -210,6 +213,9 @@ "test": "cast_unittests" }, { + "swarming": { + "can_use_on_swarming_builders": true + }, "test": "cc_unittests" }, { diff --git a/testing/buildbot/chromium.memory.json b/testing/buildbot/chromium.memory.json index 30e742d..1cabf41 100644 --- a/testing/buildbot/chromium.memory.json +++ b/testing/buildbot/chromium.memory.json @@ -30,6 +30,9 @@ "test": "cast_unittests" }, { + "swarming": { + "can_use_on_swarming_builders": true + }, "test": "cc_unittests" }, { @@ -366,6 +369,9 @@ "test": "cacheinvalidation_unittests" }, { + "swarming": { + "can_use_on_swarming_builders": true + }, "test": "cc_unittests" }, { |