| 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.perf", | 8 "chromium.perf", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android arm64 Builder", | 10 "Android arm64 Builder", |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 "chromium.perf", | 193 "chromium.perf", |
| 194 "-b", | 194 "-b", |
| 195 "Android arm64 Builder", | 195 "Android arm64 Builder", |
| 196 "--config-file", | 196 "--config-file", |
| 197 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 197 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 198 "--goma-dir", | 198 "--goma-dir", |
| 199 "[CACHE]/cipd/goma", | 199 "[CACHE]/cipd/goma", |
| 200 "//out/Release" | 200 "//out/Release" |
| 201 ], | 201 ], |
| 202 "cwd": "[SLAVE_BUILD]", | 202 "cwd": "[SLAVE_BUILD]", |
| 203 "env": { |
| 204 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 205 }, |
| 203 "name": "generate_build_files" | 206 "name": "generate_build_files" |
| 204 }, | 207 }, |
| 205 { | 208 { |
| 206 "cmd": [ | 209 "cmd": [ |
| 207 "python", | 210 "python", |
| 208 "-u", | 211 "-u", |
| 209 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 212 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 210 "--show-path", | 213 "--show-path", |
| 211 "python", | 214 "python", |
| 212 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 215 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 352 "~followup_annotations": [ | 355 "~followup_annotations": [ |
| 353 "@@@STEP_TEXT@Android Nexus9 Perf (3)@@@" | 356 "@@@STEP_TEXT@Android Nexus9 Perf (3)@@@" |
| 354 ] | 357 ] |
| 355 }, | 358 }, |
| 356 { | 359 { |
| 357 "name": "$result", | 360 "name": "$result", |
| 358 "recipe_result": null, | 361 "recipe_result": null, |
| 359 "status_code": 0 | 362 "status_code": 0 |
| 360 } | 363 } |
| 361 ] | 364 ] |
| OLD | NEW |