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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/process_dumps_failure.json

Issue 1781003002: chromium_tests: pass paths to runit.py and runtest.py for src/testing/scripts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 9 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\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 "python", 144 "python",
145 "-u", 145 "-u",
146 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", 146 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py",
147 "--output", 147 "--output",
148 "/path/to/tmp/json", 148 "/path/to/tmp/json",
149 "--", 149 "--",
150 "--build-config-fs", 150 "--build-config-fs",
151 "Release", 151 "Release",
152 "--use-src-side-runtest-py", 152 "--use-src-side-runtest-py",
153 "--paths", 153 "--paths",
154 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", 154 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit. py\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest. py\": \"RECIPE_PACKAGE_REPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}",
155 "--properties", 155 "--properties",
156 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p latform\": \"win\"}" 156 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p latform\": \"win\"}"
157 ], 157 ],
158 "cwd": "[SLAVE_BUILD]", 158 "cwd": "[SLAVE_BUILD]",
159 "name": "get compile targets for scripts", 159 "name": "get compile targets for scripts",
160 "~followup_annotations": [ 160 "~followup_annotations": [
161 "@@@STEP_LOG_LINE@json.output@{}@@@", 161 "@@@STEP_LOG_LINE@json.output@{}@@@",
162 "@@@STEP_LOG_END@json.output@@@" 162 "@@@STEP_LOG_END@json.output@@@"
163 ] 163 ]
164 }, 164 },
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 "step returned non-zero exit code: 1", 371 "step returned non-zero exit code: 1",
372 "@@@STEP_EXCEPTION@@@" 372 "@@@STEP_EXCEPTION@@@"
373 ] 373 ]
374 }, 374 },
375 { 375 {
376 "name": "$result", 376 "name": "$result",
377 "recipe_result": null, 377 "recipe_result": null,
378 "status_code": 0 378 "status_code": 0
379 } 379 }
380 ] 380 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698