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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_mac_Mac10_10_Tests.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.mac", 8 "chromium.mac",
9 "--builder", 9 "--builder",
10 "Mac10.10 Tests", 10 "Mac10.10 Tests",
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 "--use-src-side-runtest-py", 124 "--use-src-side-runtest-py",
125 "--paths", 125 "--paths",
126 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", 126 "{\"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\"}",
127 "--properties", 127 "--properties",
128 "{\"buildername\": \"Mac10.10 Tests\", \"buildnumber\": 571, \"mastername\ ": \"chromium.mac\", \"slavename\": \"TestSlavename\", \"target_platform\": \"ma c\"}" 128 "{\"buildername\": \"Mac10.10 Tests\", \"buildnumber\": 571, \"mastername\ ": \"chromium.mac\", \"slavename\": \"TestSlavename\", \"target_platform\": \"ma c\"}"
129 ], 129 ],
130 "cwd": "[SLAVE_BUILD]", 130 "cwd": "[SLAVE_BUILD]",
131 "name": "get compile targets for scripts", 131 "name": "get compile targets for scripts",
132 "~followup_annotations": [ 132 "~followup_annotations": [
133 "@@@STEP_LOG_LINE@json.output@{}@@@", 133 "@@@STEP_LOG_LINE@json.output@{}@@@",
134 "@@@STEP_LOG_END@json.output@@@" 134 "@@@STEP_LOG_END@json.output@@@"
135 ] 135 ]
136 }, 136 },
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 ], 195 ],
196 "cwd": "[SLAVE_BUILD]", 196 "cwd": "[SLAVE_BUILD]",
197 "name": "extract build" 197 "name": "extract build"
198 }, 198 },
199 { 199 {
200 "name": "$result", 200 "name": "$result",
201 "recipe_result": null, 201 "recipe_result": null,
202 "status_code": 0 202 "status_code": 0
203 } 203 }
204 ] 204 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698