diff options
author | rsesek <rsesek@chromium.org> | 2015-08-27 13:46:29 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-08-27 20:47:15 +0000 |
commit | dbc0ee18a6c69236e3fb67467a37ed805a6fce62 (patch) | |
tree | 40673a5b4608dcecf87584edb47102f3306e7cc7 /testing | |
parent | 8998ce9353588753de52c33b9233923e00918978 (diff) | |
download | chromium_src-dbc0ee18a6c69236e3fb67467a37ed805a6fce62.zip chromium_src-dbc0ee18a6c69236e3fb67467a37ed805a6fce62.tar.gz chromium_src-dbc0ee18a6c69236e3fb67467a37ed805a6fce62.tar.bz2 |
Add sandbox_mac_unittests to the Mac10.10 recipe.
BUG=506047
Review URL: https://codereview.chromium.org/1320463004
Cr-Commit-Position: refs/heads/master@{#345978}
Diffstat (limited to 'testing')
-rw-r--r-- | testing/buildbot/chromium.mac.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/buildbot/chromium.mac.json b/testing/buildbot/chromium.mac.json index 78aa67d..afba9ea 100644 --- a/testing/buildbot/chromium.mac.json +++ b/testing/buildbot/chromium.mac.json @@ -246,6 +246,12 @@ "swarming": { "can_use_on_swarming_builders": true }, + "test": "sandbox_mac_unittests" + }, + { + "swarming": { + "can_use_on_swarming_builders": true + }, "test": "skia_unittests" }, { |