OLD | NEW |
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.chrome", | 8 "chromium.chrome", |
9 "--builder", | 9 "--builder", |
10 "Google Chrome Mac", | 10 "Google Chrome Mac", |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 "cmd": [ | 116 "cmd": [ |
117 "python", | 117 "python", |
118 "-u", | 118 "-u", |
119 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 119 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
120 "--output", | 120 "--output", |
121 "/path/to/tmp/json", | 121 "/path/to/tmp/json", |
122 "--", | 122 "--", |
123 "--build-config-fs", | 123 "--build-config-fs", |
124 "Release", | 124 "Release", |
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\": \"Google Chrome Mac\", \"buildnumber\": 571, \"masterna
me\": \"chromium.chrome\", \"slavename\": \"TestSlavename\", \"target_platform\"
: \"mac\"}" | 128 "{\"buildername\": \"Google Chrome Mac\", \"buildnumber\": 571, \"masterna
me\": \"chromium.chrome\", \"slavename\": \"TestSlavename\", \"target_platform\"
: \"mac\"}" |
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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
259 ], | 259 ], |
260 "cwd": "[SLAVE_BUILD]", | 260 "cwd": "[SLAVE_BUILD]", |
261 "name": "sizes" | 261 "name": "sizes" |
262 }, | 262 }, |
263 { | 263 { |
264 "name": "$result", | 264 "name": "$result", |
265 "recipe_result": null, | 265 "recipe_result": null, |
266 "status_code": 0 | 266 "status_code": 0 |
267 } | 267 } |
268 ] | 268 ] |
OLD | NEW |