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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_Mac.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 "chromium", 8 "chromium",
9 "--builder", 9 "--builder",
10 "Mac", 10 "Mac",
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 "cmd": [ 115 "cmd": [
116 "python", 116 "python",
117 "-u", 117 "-u",
118 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 118 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
119 "--output", 119 "--output",
120 "/path/to/tmp/json", 120 "/path/to/tmp/json",
121 "--", 121 "--",
122 "--build-config-fs", 122 "--build-config-fs",
123 "Release", 123 "Release",
124 "--paths", 124 "--paths",
125 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 125 "{\"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\"}",
126 "--properties", 126 "--properties",
127 "{\"buildername\": \"Mac\", \"buildnumber\": 571, \"mastername\": \"chromi um\", \"slavename\": \"TestSlavename\", \"target_platform\": \"mac\"}" 127 "{\"buildername\": \"Mac\", \"buildnumber\": 571, \"mastername\": \"chromi um\", \"slavename\": \"TestSlavename\", \"target_platform\": \"mac\"}"
128 ], 128 ],
129 "cwd": "[SLAVE_BUILD]", 129 "cwd": "[SLAVE_BUILD]",
130 "name": "get compile targets for scripts", 130 "name": "get compile targets for scripts",
131 "~followup_annotations": [ 131 "~followup_annotations": [
132 "@@@STEP_LOG_LINE@json.output@{}@@@", 132 "@@@STEP_LOG_LINE@json.output@{}@@@",
133 "@@@STEP_LOG_END@json.output@@@" 133 "@@@STEP_LOG_END@json.output@@@"
134 ] 134 ]
135 }, 135 },
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 ], 223 ],
224 "cwd": "[SLAVE_BUILD]", 224 "cwd": "[SLAVE_BUILD]",
225 "name": "archive_build" 225 "name": "archive_build"
226 }, 226 },
227 { 227 {
228 "name": "$result", 228 "name": "$result",
229 "recipe_result": null, 229 "recipe_result": null,
230 "status_code": 0 230 "status_code": 0
231 } 231 }
232 ] 232 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698