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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_Chromium_Win_SyzyASAN.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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 "cmd": [ 128 "cmd": [
129 "python", 129 "python",
130 "-u", 130 "-u",
131 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", 131 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py",
132 "--output", 132 "--output",
133 "/path/to/tmp/json", 133 "/path/to/tmp/json",
134 "--", 134 "--",
135 "--build-config-fs", 135 "--build-config-fs",
136 "Release", 136 "Release",
137 "--paths", 137 "--paths",
138 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", 138 "{\"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\"}",
139 "--properties", 139 "--properties",
140 "{\"buildername\": \"Chromium Win SyzyASAN\", \"buildnumber\": 571, \"mast ername\": \"client.v8.fyi\", \"slavename\": \"TestSlavename\", \"target_platform \": \"win\"}" 140 "{\"buildername\": \"Chromium Win SyzyASAN\", \"buildnumber\": 571, \"mast ername\": \"client.v8.fyi\", \"slavename\": \"TestSlavename\", \"target_platform \": \"win\"}"
141 ], 141 ],
142 "cwd": "[SLAVE_BUILD]", 142 "cwd": "[SLAVE_BUILD]",
143 "name": "get compile targets for scripts", 143 "name": "get compile targets for scripts",
144 "~followup_annotations": [ 144 "~followup_annotations": [
145 "@@@STEP_LOG_LINE@json.output@{}@@@", 145 "@@@STEP_LOG_LINE@json.output@{}@@@",
146 "@@@STEP_LOG_END@json.output@@@" 146 "@@@STEP_LOG_END@json.output@@@"
147 ] 147 ]
148 }, 148 },
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 310 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
311 "@@@STEP_LOG_END@python.inline@@@" 311 "@@@STEP_LOG_END@python.inline@@@"
312 ] 312 ]
313 }, 313 },
314 { 314 {
315 "name": "$result", 315 "name": "$result",
316 "recipe_result": null, 316 "recipe_result": null,
317 "status_code": 0 317 "status_code": 0
318 } 318 }
319 ] 319 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698