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.testing.master", | 8 "chromium.testing.master", |
9 "--builder", | 9 "--builder", |
10 "TestBuilder", | 10 "TestBuilder", |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
124 "name": "cleanup_temp" | 124 "name": "cleanup_temp" |
125 }, | 125 }, |
126 { | 126 { |
127 "cmd": [ | 127 "cmd": [ |
128 "python", | 128 "python", |
129 "-u", | 129 "-u", |
130 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 130 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
131 "--show-path", | 131 "--show-path", |
132 "python", | 132 "python", |
133 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 133 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 134 "--gsutil-py-path", |
| 135 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
134 "--ninja-path", | 136 "--ninja-path", |
135 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 137 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
136 "--target", | 138 "--target", |
137 "Release", | 139 "Release", |
138 "--src-dir", | 140 "--src-dir", |
139 "[SLAVE_BUILD]/src", | 141 "[SLAVE_BUILD]/src", |
140 "--goma-cache-dir", | 142 "--goma-cache-dir", |
141 "[GOMA_CACHE]", | 143 "[GOMA_CACHE]", |
142 "--build-tool", | 144 "--build-tool", |
143 "ninja", | 145 "ninja", |
(...skipping 22 matching lines...) Expand all Loading... |
166 ], | 168 ], |
167 "cwd": "[SLAVE_BUILD]", | 169 "cwd": "[SLAVE_BUILD]", |
168 "name": "annotated_steps" | 170 "name": "annotated_steps" |
169 }, | 171 }, |
170 { | 172 { |
171 "name": "$result", | 173 "name": "$result", |
172 "recipe_result": null, | 174 "recipe_result": null, |
173 "status_code": 0 | 175 "status_code": 0 |
174 } | 176 } |
175 ] | 177 ] |
OLD | NEW |