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

Side by Side Diff: scripts/slave/recipe_modules/isolate/example.expected/basic.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, 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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 "cwd": "[SLAVE_BUILD]", 117 "cwd": "[SLAVE_BUILD]",
118 "name": "isolate tests", 118 "name": "isolate tests",
119 "~followup_annotations": [ 119 "~followup_annotations": [
120 "@@@STEP_LOG_LINE@json.output@{@@@", 120 "@@@STEP_LOG_LINE@json.output@{@@@",
121 "@@@STEP_LOG_LINE@json.output@ \"test1\": \"[dummy hash for test1]\", @@@ ", 121 "@@@STEP_LOG_LINE@json.output@ \"test1\": \"[dummy hash for test1]\", @@@ ",
122 "@@@STEP_LOG_LINE@json.output@ \"test2\": \"[dummy hash for test2]\"@@@", 122 "@@@STEP_LOG_LINE@json.output@ \"test2\": \"[dummy hash for test2]\"@@@",
123 "@@@STEP_LOG_LINE@json.output@}@@@", 123 "@@@STEP_LOG_LINE@json.output@}@@@",
124 "@@@STEP_LOG_END@json.output@@@", 124 "@@@STEP_LOG_END@json.output@@@",
125 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test1\": \"[dummy hash for test1]\" , \"test2\": \"[dummy hash for test2]\"}@@@" 125 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test1\": \"[dummy hash for test1]\" , \"test2\": \"[dummy hash for test2]\"}@@@"
126 ] 126 ]
127 },
128 {
129 "cmd": [
130 "python",
131 "-u",
132 "[SLAVE_BUILD]/swarming.client/run_isolated.py",
133 "--isolated",
134 "7b28d637ab6bb2516584c21e1098736682457f11",
135 "-I",
136 "https://isolateserver-dev.appspot.com",
137 "--verbose",
138 "--",
139 "--foo"
140 ],
141 "cwd": "[SLAVE_BUILD]",
142 "name": "base_unittests"
143 } 127 }
144 ] 128 ]
OLDNEW
« 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