| 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.testing.master", | 8 "chromium.testing.master", |
| 9 "--builder", | 9 "--builder", |
| 10 "TestBuilder", | 10 "TestBuilder", |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 "--src-dir", | 140 "--src-dir", |
| 141 "[SLAVE_BUILD]/src", | 141 "[SLAVE_BUILD]/src", |
| 142 "--goma-cache-dir", | 142 "--goma-cache-dir", |
| 143 "[GOMA_CACHE]", | 143 "[GOMA_CACHE]", |
| 144 "--build-tool", | 144 "--build-tool", |
| 145 "ninja", | 145 "ninja", |
| 146 "--compiler", | 146 "--compiler", |
| 147 "goma", | 147 "goma", |
| 148 "--goma-jsonstatus", | 148 "--goma-jsonstatus", |
| 149 "/path/to/tmp/json", | 149 "/path/to/tmp/json", |
| 150 "--goma-service-account-json-file", |
| 151 "/creds/service_accounts/service-account-goma-client.json", |
| 150 "--goma-dir", | 152 "--goma-dir", |
| 151 "[BUILD]/goma", | 153 "[BUILD]/goma", |
| 152 "--", | 154 "--", |
| 153 "chromium_builder_tests" | 155 "chromium_builder_tests" |
| 154 ], | 156 ], |
| 155 "cwd": "[SLAVE_BUILD]", | 157 "cwd": "[SLAVE_BUILD]", |
| 156 "name": "compile", | 158 "name": "compile", |
| 157 "~followup_annotations": [ | 159 "~followup_annotations": [ |
| 158 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 160 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 159 "@@@STEP_LOG_END@json.output (invalid)@@@" | 161 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 160 ] | 162 ] |
| 161 }, | 163 }, |
| 162 { | 164 { |
| 163 "allow_subannotations": true, | 165 "allow_subannotations": true, |
| 164 "cmd": [ | 166 "cmd": [ |
| 165 "python", | 167 "python", |
| 166 "-u", | 168 "-u", |
| 167 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py" | 169 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py" |
| 168 ], | 170 ], |
| 169 "cwd": "[SLAVE_BUILD]", | 171 "cwd": "[SLAVE_BUILD]", |
| 170 "name": "annotated_steps" | 172 "name": "annotated_steps" |
| 171 }, | 173 }, |
| 172 { | 174 { |
| 173 "name": "$result", | 175 "name": "$result", |
| 174 "recipe_result": null, | 176 "recipe_result": null, |
| 175 "status_code": 0 | 177 "status_code": 0 |
| 176 } | 178 } |
| 177 ] | 179 ] |
| OLD | NEW |