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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_win64_nv_tester.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 "RECIPE_MODULE[build::bisect_tester]\\resources\\put_temp.py" 6 "RECIPE_MODULE[build::bisect_tester]\\resources\\put_temp.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "saving url to temp file", 9 "name": "saving url to temp file",
10 "stdin": "http://build.chromium.org/p/tryserver.chromium.perf/json/builders/ win64_nv_tester/builds/571", 10 "stdin": "http://build.chromium.org/p/tryserver.chromium.perf/json/builders/ win64_nv_tester/builds/571",
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 "cmd": [ 153 "cmd": [
154 "python", 154 "python",
155 "-u", 155 "-u",
156 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", 156 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py",
157 "--output", 157 "--output",
158 "/path/to/tmp/json", 158 "/path/to/tmp/json",
159 "--", 159 "--",
160 "--build-config-fs", 160 "--build-config-fs",
161 "Release_x64", 161 "Release_x64",
162 "--paths", 162 "--paths",
163 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}", 163 "{\"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\"}",
164 "--properties", 164 "--properties",
165 "{\"buildername\": \"win64_nv_tester\", \"buildnumber\": 571, \"mastername \": \"tryserver.chromium.perf\", \"slavename\": \"TestSlavename\", \"target_plat form\": \"win\"}" 165 "{\"buildername\": \"win64_nv_tester\", \"buildnumber\": 571, \"mastername \": \"tryserver.chromium.perf\", \"slavename\": \"TestSlavename\", \"target_plat form\": \"win\"}"
166 ], 166 ],
167 "cwd": "[SLAVE_BUILD]", 167 "cwd": "[SLAVE_BUILD]",
168 "name": "get compile targets for scripts", 168 "name": "get compile targets for scripts",
169 "~followup_annotations": [ 169 "~followup_annotations": [
170 "@@@STEP_LOG_LINE@json.output@{}@@@", 170 "@@@STEP_LOG_LINE@json.output@{}@@@",
171 "@@@STEP_LOG_END@json.output@@@" 171 "@@@STEP_LOG_END@json.output@@@"
172 ] 172 ]
173 }, 173 },
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 ], 313 ],
314 "cwd": "[SLAVE_BUILD]", 314 "cwd": "[SLAVE_BUILD]",
315 "name": "process_dumps" 315 "name": "process_dumps"
316 }, 316 },
317 { 317 {
318 "name": "$result", 318 "name": "$result",
319 "recipe_result": null, 319 "recipe_result": null,
320 "status_code": 0 320 "status_code": 0
321 } 321 }
322 ] 322 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698