From 772a157bf4300b635e3482d01214b2845959a8e9 Mon Sep 17 00:00:00 2001 From: maruel Date: Mon, 6 Jul 2015 12:58:13 -0700 Subject: Convert chromedriver_unittests to run exclusively on Swarming 0 configs already ran on Swarming 19 used to run locally and were converted: - chromium.fyi.json: Linux Trusty - chromium.fyi.json: Linux Trusty (dbg) - chromium.linux.json: Linux Tests - chromium.linux.json: Linux Tests (dbg)(1) - chromium.linux.json: Linux Tests (dbg)(1)(32) - chromium.mac.json: Mac10.10 Tests - chromium.mac.json: Mac10.6 Tests - chromium.mac.json: Mac10.8 Tests - chromium.mac.json: Mac10.9 Tests - chromium.mac.json: Mac10.9 Tests (dbg) - 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: Mac ASan 64 Tests (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 chromedriver_unittests R=thakis@chromium.org BUG=98637 Review URL: https://codereview.chromium.org/1222713003 Cr-Commit-Position: refs/heads/master@{#337456} --- chrome/chrome_tests.gypi | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'chrome/chrome_tests.gypi') diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index 2b3983c..b6832fc 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -3130,6 +3130,26 @@ ], }, { + 'target_name': 'chromedriver_unittests_run', + 'type': 'none', + 'dependencies': [ + 'chromedriver_unittests', + ], + 'conditions': [ + ['use_x11 == 1', { + 'dependencies': [ + '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', + ], + }], + ], + 'includes': [ + '../build/isolate.gypi', + ], + 'sources': [ + 'chromedriver_unittests.isolate', + ], + }, + { 'target_name': 'interactive_ui_tests_run', 'type': 'none', 'dependencies': [ -- cgit v1.1