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

Unified Diff: scripts/slave/recipe_modules/isolate/example.expected/basic.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
Index: scripts/slave/recipe_modules/isolate/example.expected/basic.json
diff --git a/scripts/slave/recipe_modules/isolate/example.expected/basic.json b/scripts/slave/recipe_modules/isolate/example.expected/basic.json
index 8b4af9490f1a1ef16ef5286a28cb6fff5064ef19..f6a546c366de16bd459a7c0a796dbd4346b1f3f8 100644
--- a/scripts/slave/recipe_modules/isolate/example.expected/basic.json
+++ b/scripts/slave/recipe_modules/isolate/example.expected/basic.json
@@ -124,5 +124,21 @@
"@@@STEP_LOG_END@json.output@@@",
"@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test1\": \"[dummy hash for test1]\", \"test2\": \"[dummy hash for test2]\"}@@@"
]
+ },
+ {
+ "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.py ('k') | scripts/slave/recipe_modules/isolate/example.expected/discover.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698