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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_Linux_ChromiumOS_Ozone_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 "chromium.webkit", 8 "chromium.webkit",
9 "--builder", 9 "--builder",
10 "Linux ChromiumOS Ozone Builder", 10 "Linux ChromiumOS Ozone Builder",
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 "cmd": [ 145 "cmd": [
146 "python", 146 "python",
147 "-u", 147 "-u",
148 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", 148 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py",
149 "--output", 149 "--output",
150 "/path/to/tmp/json", 150 "/path/to/tmp/json",
151 "--", 151 "--",
152 "--build-config-fs", 152 "--build-config-fs",
153 "Release", 153 "Release",
154 "--paths", 154 "--paths",
155 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 155 "{\"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\"}",
156 "--properties", 156 "--properties",
157 "{\"buildername\": \"Linux ChromiumOS Ozone Builder\", \"buildnumber\": 57 1, \"mastername\": \"chromium.webkit\", \"slavename\": \"TestSlavename\", \"targ et_platform\": \"linux\"}" 157 "{\"buildername\": \"Linux ChromiumOS Ozone Builder\", \"buildnumber\": 57 1, \"mastername\": \"chromium.webkit\", \"slavename\": \"TestSlavename\", \"targ et_platform\": \"linux\"}"
158 ], 158 ],
159 "cwd": "[SLAVE_BUILD]", 159 "cwd": "[SLAVE_BUILD]",
160 "name": "get compile targets for scripts", 160 "name": "get compile targets for scripts",
161 "~followup_annotations": [ 161 "~followup_annotations": [
162 "@@@STEP_LOG_LINE@json.output@{}@@@", 162 "@@@STEP_LOG_LINE@json.output@{}@@@",
163 "@@@STEP_LOG_END@json.output@@@" 163 "@@@STEP_LOG_END@json.output@@@"
164 ] 164 ]
165 }, 165 },
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 "~followup_annotations": [ 325 "~followup_annotations": [
326 "@@@STEP_TEXT@Linux ChromiumOS Ozone Tests (1)@@@" 326 "@@@STEP_TEXT@Linux ChromiumOS Ozone Tests (1)@@@"
327 ] 327 ]
328 }, 328 },
329 { 329 {
330 "name": "$result", 330 "name": "$result",
331 "recipe_result": null, 331 "recipe_result": null,
332 "status_code": 0 332 "status_code": 0
333 } 333 }
334 ] 334 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698