| 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 "--spec", | 7 "--spec", |
| 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}]", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}]", |
| 9 "--patch_root", | 9 "--patch_root", |
| 10 "src", | 10 "src", |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 "TestSlavename", | 172 "TestSlavename", |
| 173 "--compiler", | 173 "--compiler", |
| 174 "goma", | 174 "goma", |
| 175 "--goma-jsonstatus", | 175 "--goma-jsonstatus", |
| 176 "/path/to/tmp/json", | 176 "/path/to/tmp/json", |
| 177 "--goma-service-account-json-file", | 177 "--goma-service-account-json-file", |
| 178 "/creds/service_accounts/service-account-goma-client.json", | 178 "/creds/service_accounts/service-account-goma-client.json", |
| 179 "--goma-dir", | 179 "--goma-dir", |
| 180 "[BUILD]/goma", | 180 "[BUILD]/goma", |
| 181 "--", | 181 "--", |
| 182 "chromium_builder_tests" | 182 "chrome" |
| 183 ], | 183 ], |
| 184 "env": { | 184 "env": { |
| 185 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 185 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 186 }, | 186 }, |
| 187 "name": "compile", | 187 "name": "compile", |
| 188 "~followup_annotations": [ | 188 "~followup_annotations": [ |
| 189 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 189 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 190 "@@@STEP_LOG_END@json.output (invalid)@@@" | 190 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 191 ] | 191 ] |
| 192 }, | 192 }, |
| 193 { | 193 { |
| 194 "allow_subannotations": true, | 194 "allow_subannotations": true, |
| 195 "cmd": [ | 195 "cmd": [ |
| 196 "python", | 196 "python", |
| 197 "-u", | 197 "-u", |
| 198 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py" | 198 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py" |
| 199 ], | 199 ], |
| 200 "name": "annotated_steps" | 200 "name": "annotated_steps" |
| 201 }, | 201 }, |
| 202 { | 202 { |
| 203 "name": "$result", | 203 "name": "$result", |
| 204 "recipe_result": null, | 204 "recipe_result": null, |
| 205 "status_code": 0 | 205 "status_code": 0 |
| 206 } | 206 } |
| 207 ] | 207 ] |
| OLD | NEW |