| 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 Builder", | 10 "Android Builder", |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 "-m", | 160 "-m", |
| 161 "chromium.perf", | 161 "chromium.perf", |
| 162 "-b", | 162 "-b", |
| 163 "Android Builder", | 163 "Android Builder", |
| 164 "--config-file", | 164 "--config-file", |
| 165 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 165 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 166 "--goma-dir", | 166 "--goma-dir", |
| 167 "[BUILD]/goma", | 167 "[BUILD]/goma", |
| 168 "//out/Release" | 168 "//out/Release" |
| 169 ], | 169 ], |
| 170 "cwd": "[SLAVE_BUILD]/src", |
| 170 "env": { | 171 "env": { |
| 171 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 172 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 172 }, | 173 }, |
| 173 "name": "generate_build_files" | 174 "name": "generate_build_files" |
| 174 }, | 175 }, |
| 175 { | 176 { |
| 176 "cmd": [ | 177 "cmd": [ |
| 177 "python", | 178 "python", |
| 178 "-u", | 179 "-u", |
| 179 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 180 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 "~followup_annotations": [ | 266 "~followup_annotations": [ |
| 266 "@@@STEP_TEXT@Android Galaxy S5 Perf (1)@@@" | 267 "@@@STEP_TEXT@Android Galaxy S5 Perf (1)@@@" |
| 267 ] | 268 ] |
| 268 }, | 269 }, |
| 269 { | 270 { |
| 270 "name": "$result", | 271 "name": "$result", |
| 271 "recipe_result": null, | 272 "recipe_result": null, |
| 272 "status_code": 0 | 273 "status_code": 0 |
| 273 } | 274 } |
| 274 ] | 275 ] |
| OLD | NEW |