diff options
author | scottmg <scottmg@chromium.org> | 2015-02-12 19:08:33 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-13 03:09:24 +0000 |
commit | fd25702a636f937d3a85970ced843bd97b072a7e (patch) | |
tree | 3b1c891e5a3405d79ae0886dc4c8b80b1b38b6ee /testing/buildbot/chromium.mac.json | |
parent | f6377ee04a178d5b3670d7fe840ea499997531bd (diff) | |
download | chromium_src-fd25702a636f937d3a85970ced843bd97b072a7e.zip chromium_src-fd25702a636f937d3a85970ced843bd97b072a7e.tar.gz chromium_src-fd25702a636f937d3a85970ced843bd97b072a7e.tar.bz2 |
Isolate crypto_unittests
R=maruel@chromium.org
TBR=jam@chromium.org
BUG=98637
Review URL: https://codereview.chromium.org/875353004
Cr-Commit-Position: refs/heads/master@{#316146}
Diffstat (limited to 'testing/buildbot/chromium.mac.json')
-rw-r--r-- | testing/buildbot/chromium.mac.json | 28 |
1 files changed, 24 insertions, 4 deletions
diff --git a/testing/buildbot/chromium.mac.json b/testing/buildbot/chromium.mac.json index 55e5481..d7f39bb 100644 --- a/testing/buildbot/chromium.mac.json +++ b/testing/buildbot/chromium.mac.json @@ -59,7 +59,12 @@ "can_use_on_swarming_builders": true } }, - "crypto_unittests", + { + "test": "crypto_unittests", + "swarming": { + "can_use_on_swarming_builders": true + } + }, "extensions_unittests", "gcm_unit_tests", { @@ -204,7 +209,12 @@ "can_use_on_swarming_builders": true } }, - "crypto_unittests", + { + "test": "crypto_unittests", + "swarming": { + "can_use_on_swarming_builders": true + } + }, "extensions_unittests", "gcm_unit_tests", { @@ -349,7 +359,12 @@ "can_use_on_swarming_builders": true } }, - "crypto_unittests", + { + "test": "crypto_unittests", + "swarming": { + "can_use_on_swarming_builders": true + } + }, "extensions_unittests", "gcm_unit_tests", { @@ -494,7 +509,12 @@ "can_use_on_swarming_builders": true } }, - "crypto_unittests", + { + "test": "crypto_unittests", + "swarming": { + "can_use_on_swarming_builders": true + } + }, "extensions_unittests", "gcm_unit_tests", { |