| 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 "tryserver.chromium.perf", | 8 "tryserver.chromium.perf", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_perf_cq", | 10 "linux_perf_cq", |
| (...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 192 "tryserver.chromium.perf", | 192 "tryserver.chromium.perf", |
| 193 "-b", | 193 "-b", |
| 194 "linux_perf_cq", | 194 "linux_perf_cq", |
| 195 "--config-file", | 195 "--config-file", |
| 196 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 196 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 197 "--goma-dir", | 197 "--goma-dir", |
| 198 "[CACHE]/cipd/goma", | 198 "[CACHE]/cipd/goma", |
| 199 "//out/Release" | 199 "//out/Release" |
| 200 ], | 200 ], |
| 201 "cwd": "[SLAVE_BUILD]", | 201 "cwd": "[SLAVE_BUILD]", |
| 202 "env": { |
| 203 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 204 }, |
| 202 "name": "generate_build_files" | 205 "name": "generate_build_files" |
| 203 }, | 206 }, |
| 204 { | 207 { |
| 205 "cmd": [ | 208 "cmd": [ |
| 206 "python", | 209 "python", |
| 207 "-u", | 210 "-u", |
| 208 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 211 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 209 "--show-path", | 212 "--show-path", |
| 210 "python", | 213 "python", |
| 211 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 214 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 268 ], | 271 ], |
| 269 "cwd": "[SLAVE_BUILD]", | 272 "cwd": "[SLAVE_BUILD]", |
| 270 "name": "package build" | 273 "name": "package build" |
| 271 }, | 274 }, |
| 272 { | 275 { |
| 273 "name": "$result", | 276 "name": "$result", |
| 274 "recipe_result": null, | 277 "recipe_result": null, |
| 275 "status_code": 0 | 278 "status_code": 0 |
| 276 } | 279 } |
| 277 ] | 280 ] |
| OLD | NEW |