| 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 "tryserver.libyuv", | 8 "tryserver.libyuv", |
| 9 "--builder", | 9 "--builder", |
| 10 "android", | 10 "android", |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 "--src-dir", | 81 "--src-dir", |
| 82 "[SLAVE_BUILD]/src", | 82 "[SLAVE_BUILD]/src", |
| 83 "--goma-cache-dir", | 83 "--goma-cache-dir", |
| 84 "[GOMA_CACHE]", | 84 "[GOMA_CACHE]", |
| 85 "--build-tool", | 85 "--build-tool", |
| 86 "ninja", | 86 "ninja", |
| 87 "--compiler", | 87 "--compiler", |
| 88 "goma", | 88 "goma", |
| 89 "--goma-jsonstatus", | 89 "--goma-jsonstatus", |
| 90 "/path/to/tmp/json", | 90 "/path/to/tmp/json", |
| 91 "--goma-service-account-json-file", |
| 92 "/creds/service_accounts/service-account-goma-client.json", |
| 91 "--goma-dir", | 93 "--goma-dir", |
| 92 "[BUILD]/goma", | 94 "[BUILD]/goma", |
| 93 "--goma-fail-fast", | 95 "--goma-fail-fast", |
| 94 "--goma-disable-local-fallback", | 96 "--goma-disable-local-fallback", |
| 95 "--" | 97 "--" |
| 96 ], | 98 ], |
| 97 "cwd": "[SLAVE_BUILD]", | 99 "cwd": "[SLAVE_BUILD]", |
| 98 "env": { | 100 "env": { |
| 99 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 101 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 100 }, | 102 }, |
| 101 "name": "compile", | 103 "name": "compile", |
| 102 "~followup_annotations": [ | 104 "~followup_annotations": [ |
| 103 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 105 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 104 "@@@STEP_LOG_END@json.output (invalid)@@@" | 106 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 105 ] | 107 ] |
| 106 }, | 108 }, |
| 107 { | 109 { |
| 108 "name": "$result", | 110 "name": "$result", |
| 109 "recipe_result": null, | 111 "recipe_result": null, |
| 110 "status_code": 0 | 112 "status_code": 0 |
| 111 } | 113 } |
| 112 ] | 114 ] |
| OLD | NEW |