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

Unified Diff: scripts/slave/recipe_modules/isolate/example.expected/none.json

Issue 1374943002: isolate: add run_isolated, deprecate runtest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: fixes 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/missing.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/isolate/example.expected/none.json
diff --git a/scripts/slave/recipe_modules/isolate/example.expected/none.json b/scripts/slave/recipe_modules/isolate/example.expected/none.json
index 94b8fdb80a1d0bd1c217cc562aa8138c1f65df11..7fa9c82e6057ca54392af6f9aa4e59d0bc31b391 100644
--- a/scripts/slave/recipe_modules/isolate/example.expected/none.json
+++ b/scripts/slave/recipe_modules/isolate/example.expected/none.json
@@ -94,5 +94,21 @@
"@@@STEP_WARNINGS@@@",
"@@@SET_BUILD_PROPERTY@swarm_hashes@{}@@@"
]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "[SLAVE_BUILD]/swarming.client/run_isolated.py",
+ "--isolated",
+ "7b28d637ab6bb2516584c21e1098736682457f11",
+ "-I",
+ "https://isolateserver-dev.appspot.com",
+ "--verbose",
+ "--",
+ "--foo"
+ ],
+ "cwd": "[SLAVE_BUILD]",
+ "name": "base_unittests"
}
]
« no previous file with comments | « scripts/slave/recipe_modules/isolate/example.expected/missing.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698