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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_win_blink_dbg.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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 "cmd": [ 147 "cmd": [
148 "python", 148 "python",
149 "-u", 149 "-u",
150 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", 150 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py",
151 "--output", 151 "--output",
152 "/path/to/tmp/json", 152 "/path/to/tmp/json",
153 "--", 153 "--",
154 "--build-config-fs", 154 "--build-config-fs",
155 "Debug", 155 "Debug",
156 "--paths", 156 "--paths",
157 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", 157 "{\"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\"}",
158 "--properties", 158 "--properties",
159 "{\"buildername\": \"win_blink_dbg\", \"buildnumber\": 571, \"mastername\" : \"tryserver.blink\", \"slavename\": \"TestSlavename\", \"target_platform\": \" win\"}" 159 "{\"buildername\": \"win_blink_dbg\", \"buildnumber\": 571, \"mastername\" : \"tryserver.blink\", \"slavename\": \"TestSlavename\", \"target_platform\": \" win\"}"
160 ], 160 ],
161 "cwd": "[SLAVE_BUILD]", 161 "cwd": "[SLAVE_BUILD]",
162 "name": "get compile targets for scripts", 162 "name": "get compile targets for scripts",
163 "~followup_annotations": [ 163 "~followup_annotations": [
164 "@@@STEP_LOG_LINE@json.output@{}@@@", 164 "@@@STEP_LOG_LINE@json.output@{}@@@",
165 "@@@STEP_LOG_END@json.output@@@" 165 "@@@STEP_LOG_END@json.output@@@"
166 ] 166 ]
167 }, 167 },
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 ], 411 ],
412 "cwd": "[SLAVE_BUILD]", 412 "cwd": "[SLAVE_BUILD]",
413 "name": "process_dumps" 413 "name": "process_dumps"
414 }, 414 },
415 { 415 {
416 "name": "$result", 416 "name": "$result",
417 "recipe_result": null, 417 "recipe_result": null,
418 "status_code": 0 418 "status_code": 0
419 } 419 }
420 ] 420 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698