From 3fc0b045cc2aa9f9afa1716d36c32c965de5e4d0 Mon Sep 17 00:00:00 2001 From: maruel Date: Tue, 23 Jun 2015 08:11:59 -0700 Subject: [PATCH] Convert browser_tests to Swarming. Ran: ./manage.py --convert browser_tests R=phajdan.jr@chromium.org BUG=98637 Review URL: https://codereview.chromium.org/1057553002 Cr-Commit-Position: refs/heads/master@{#335669} --- testing/buildbot/chromium.fyi.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/testing/buildbot/chromium.fyi.json b/testing/buildbot/chromium.fyi.json index 0917e1bd9c26..9c3dd2b37ffe 100644 --- a/testing/buildbot/chromium.fyi.json +++ b/testing/buildbot/chromium.fyi.json @@ -1615,6 +1615,9 @@ "test": "base_unittests" }, { + "swarming": { + "can_use_on_swarming_builders": true + }, "test": "browser_tests" }, { @@ -1736,6 +1739,9 @@ "test": "base_unittests" }, { + "swarming": { + "can_use_on_swarming_builders": true + }, "test": "browser_tests" }, { @@ -2771,6 +2777,9 @@ "test": "base_unittests" }, { + "swarming": { + "can_use_on_swarming_builders": true + }, "test": "browser_tests" }, { @@ -3128,6 +3137,9 @@ "test": "base_unittests" }, { + "swarming": { + "can_use_on_swarming_builders": true + }, "test": "browser_tests" }, { -- 2.11.4.GIT