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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_skia_Linux_Builder.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[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "client.skia", 8 "client.skia",
9 "--builder", 9 "--builder",
10 "Linux Builder", 10 "Linux Builder",
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 "python", 155 "python",
156 "-u", 156 "-u",
157 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 157 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
158 "--output", 158 "--output",
159 "/path/to/tmp/json", 159 "/path/to/tmp/json",
160 "--", 160 "--",
161 "--build-config-fs", 161 "--build-config-fs",
162 "Release", 162 "Release",
163 "--use-src-side-runtest-py", 163 "--use-src-side-runtest-py",
164 "--paths", 164 "--paths",
165 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 165 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\ ": \"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECI PE_PACKAGE_REPO[build]/scripts/slave/runtest.py\"}",
166 "--properties", 166 "--properties",
167 "{\"buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\" : \"client.skia\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linu x\"}" 167 "{\"buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\" : \"client.skia\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linu x\"}"
168 ], 168 ],
169 "cwd": "[SLAVE_BUILD]", 169 "cwd": "[SLAVE_BUILD]",
170 "name": "get compile targets for scripts", 170 "name": "get compile targets for scripts",
171 "~followup_annotations": [ 171 "~followup_annotations": [
172 "@@@STEP_LOG_LINE@json.output@{}@@@", 172 "@@@STEP_LOG_LINE@json.output@{}@@@",
173 "@@@STEP_LOG_END@json.output@@@" 173 "@@@STEP_LOG_END@json.output@@@"
174 ] 174 ]
175 }, 175 },
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 "~followup_annotations": [ 360 "~followup_annotations": [
361 "@@@STEP_TEXT@Linux Tests@@@" 361 "@@@STEP_TEXT@Linux Tests@@@"
362 ] 362 ]
363 }, 363 },
364 { 364 {
365 "name": "$result", 365 "name": "$result",
366 "recipe_result": null, 366 "recipe_result": null,
367 "status_code": 0 367 "status_code": 0
368 } 368 }
369 ] 369 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698