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

Side by Side Diff: scripts/slave/recipe_modules/isolate/example.expected/extra.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, 2 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/git_setup.py", 6 "[BUILD]/scripts/slave/git_setup.py",
7 "--path", 7 "--path",
8 "[SLAVE_BUILD]/swarming.client", 8 "[SLAVE_BUILD]/swarming.client",
9 "--url", 9 "--url",
10 "https://chromium.googlesource.com/external/swarming.client.git" 10 "https://chromium.googlesource.com/external/swarming.client.git"
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 "cwd": "[SLAVE_BUILD]", 118 "cwd": "[SLAVE_BUILD]",
119 "name": "isolate tests", 119 "name": "isolate tests",
120 "~followup_annotations": [ 120 "~followup_annotations": [
121 "@@@STEP_LOG_LINE@json.output@{@@@", 121 "@@@STEP_LOG_LINE@json.output@{@@@",
122 "@@@STEP_LOG_LINE@json.output@ \"test1\": \"[dummy hash for test1]\", @@@ ", 122 "@@@STEP_LOG_LINE@json.output@ \"test1\": \"[dummy hash for test1]\", @@@ ",
123 "@@@STEP_LOG_LINE@json.output@ \"test2\": \"[dummy hash for test2]\"@@@", 123 "@@@STEP_LOG_LINE@json.output@ \"test2\": \"[dummy hash for test2]\"@@@",
124 "@@@STEP_LOG_LINE@json.output@}@@@", 124 "@@@STEP_LOG_LINE@json.output@}@@@",
125 "@@@STEP_LOG_END@json.output@@@", 125 "@@@STEP_LOG_END@json.output@@@",
126 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test1\": \"[dummy hash for test1]\" , \"test2\": \"[dummy hash for test2]\"}@@@" 126 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test1\": \"[dummy hash for test1]\" , \"test2\": \"[dummy hash for test2]\"}@@@"
127 ] 127 ]
128 },
129 {
130 "cmd": [
131 "python",
132 "-u",
133 "[SLAVE_BUILD]/swarming.client/run_isolated.py",
134 "--isolated",
135 "7b28d637ab6bb2516584c21e1098736682457f11",
136 "-I",
137 "https://isolateserver-dev.appspot.com",
138 "--verbose",
139 "--",
140 "--foo"
141 ],
142 "cwd": "[SLAVE_BUILD]",
143 "name": "base_unittests"
128 } 144 }
129 ] 145 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698