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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Chromium_Mac_10_11.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.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Chromium Mac 10.11", 10 "Chromium Mac 10.11",
(...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\": \"Chromium Mac 10.11\", \"buildnumber\": 571, \"mastern ame\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"mac\"}" 127 "{\"buildername\": \"Chromium Mac 10.11\", \"buildnumber\": 571, \"mastern ame\": \"chromium.fyi\", \"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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 205 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
206 "@@@STEP_LOG_END@json.output (invalid)@@@" 206 "@@@STEP_LOG_END@json.output (invalid)@@@"
207 ] 207 ]
208 }, 208 },
209 { 209 {
210 "name": "$result", 210 "name": "$result",
211 "recipe_result": null, 211 "recipe_result": null,
212 "status_code": 0 212 "status_code": 0
213 } 213 }
214 ] 214 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698