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