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.infra.cron", | 8 "chromium.infra.cron", |
9 "--builder", | 9 "--builder", |
10 "ChromiumOS Codesearch", | 10 "ChromiumOS Codesearch", |
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
178 ] | 178 ] |
179 }, | 179 }, |
180 { | 180 { |
181 "cmd": [ | 181 "cmd": [ |
182 "python", | 182 "python", |
183 "-u", | 183 "-u", |
184 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 184 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
185 "--show-path", | 185 "--show-path", |
186 "python", | 186 "python", |
187 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 187 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 188 "--gsutil-py-path", |
| 189 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
188 "--ninja-path", | 190 "--ninja-path", |
189 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 191 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
190 "--target", | 192 "--target", |
191 "Debug", | 193 "Debug", |
192 "--src-dir", | 194 "--src-dir", |
193 "[SLAVE_BUILD]/src", | 195 "[SLAVE_BUILD]/src", |
194 "--goma-cache-dir", | 196 "--goma-cache-dir", |
195 "[GOMA_CACHE]", | 197 "[GOMA_CACHE]", |
196 "--build-args", | 198 "--build-args", |
197 "-k 0", | 199 "-k 0", |
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
355 "~followup_annotations": [ | 357 "~followup_annotations": [ |
356 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codese
arch/prod/chromium_src_chromeos_170242.tar.bz2@@@" | 358 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codese
arch/prod/chromium_src_chromeos_170242.tar.bz2@@@" |
357 ] | 359 ] |
358 }, | 360 }, |
359 { | 361 { |
360 "name": "$result", | 362 "name": "$result", |
361 "recipe_result": null, | 363 "recipe_result": null, |
362 "status_code": 0 | 364 "status_code": 0 |
363 } | 365 } |
364 ] | 366 ] |
OLD | NEW |