Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Unified Diff: scripts/slave/recipes/chromium.expected/dynamic_isolated_script_test.json

Issue 1378623002: chromium_tests: make IsolatedScript use run_isolated directly, not runtest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scripts/slave/recipe_modules/isolate/example.expected/none.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/chromium.expected/dynamic_isolated_script_test.json
diff --git a/scripts/slave/recipes/chromium.expected/dynamic_isolated_script_test.json b/scripts/slave/recipes/chromium.expected/dynamic_isolated_script_test.json
index 9e3dccbc566a58fafc54590a4256d561db1922b6..30ddf8994dc2eff2024bd50749c7347111e5bdaa 100644
--- a/scripts/slave/recipes/chromium.expected/dynamic_isolated_script_test.json
+++ b/scripts/slave/recipes/chromium.expected/dynamic_isolated_script_test.json
@@ -205,28 +205,12 @@
"cmd": [
"python",
"-u",
- "[SLAVE_BUILD]/src/infra/scripts/runtest_wrapper.py",
- "--path-build",
- "[BUILD]",
- "--",
- "--target",
- "Release",
- "--xvfb",
- "--factory-properties",
- "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\": \"chromium.linux\", \"parent_buildername\": \"Linux Builder\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"swarm_hashes\": {\"telemetry_gpu_unittests\": \"eeeeeeeeeeeeeeeeeeeeeeeeeeeeee\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}",
- "--build-properties",
- "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"buildername\": \"Linux Tests\", \"buildnumber\": 571, \"mastername\": \"chromium.linux\", \"parent_buildername\": \"Linux Builder\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"swarm_hashes\": {\"telemetry_gpu_unittests\": \"eeeeeeeeeeeeeeeeeeeeeeeeeeeeee\"}, \"workdir\": \"/path/to/workdir/TestSlavename\"}",
- "--test-type=telemetry_gpu_unittests",
- "--step-name=telemetry_gpu_unittests",
- "--builder-name=Linux Tests",
- "--slave-name=TestSlavename",
- "--build-number=571",
- "--run-python-script",
"[SLAVE_BUILD]/src/tools/swarming_client/run_isolated.py",
"--isolated",
"eeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
"-I",
"https://isolateserver.appspot.com",
+ "--verbose",
"--",
"--isolated-script-test-output",
"/path/to/tmp/json"
« no previous file with comments | « scripts/slave/recipe_modules/isolate/example.expected/none.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698