| 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 "client.libyuv", | 8 "client.libyuv", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Clang Debug", | 10 "Android Clang Debug", |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 "--src-dir", | 102 "--src-dir", |
| 103 "[SLAVE_BUILD]/src", | 103 "[SLAVE_BUILD]/src", |
| 104 "--goma-cache-dir", | 104 "--goma-cache-dir", |
| 105 "[GOMA_CACHE]", | 105 "[GOMA_CACHE]", |
| 106 "--build-tool", | 106 "--build-tool", |
| 107 "ninja", | 107 "ninja", |
| 108 "--compiler", | 108 "--compiler", |
| 109 "goma-clang", | 109 "goma-clang", |
| 110 "--goma-jsonstatus", | 110 "--goma-jsonstatus", |
| 111 "/path/to/tmp/json", | 111 "/path/to/tmp/json", |
| 112 "--goma-service-account-json-file", |
| 113 "/creds/service_accounts/service-account-goma-client.json", |
| 112 "--goma-dir", | 114 "--goma-dir", |
| 113 "[BUILD]/goma", | 115 "[BUILD]/goma", |
| 114 "--" | 116 "--" |
| 115 ], | 117 ], |
| 116 "cwd": "[SLAVE_BUILD]", | 118 "cwd": "[SLAVE_BUILD]", |
| 117 "env": { | 119 "env": { |
| 118 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 120 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 119 }, | 121 }, |
| 120 "name": "compile", | 122 "name": "compile", |
| 121 "~followup_annotations": [ | 123 "~followup_annotations": [ |
| 122 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 124 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 123 "@@@STEP_LOG_END@json.output (invalid)@@@" | 125 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 124 ] | 126 ] |
| 125 }, | 127 }, |
| 126 { | 128 { |
| 127 "name": "$result", | 129 "name": "$result", |
| 128 "recipe_result": null, | 130 "recipe_result": null, |
| 129 "status_code": 0 | 131 "status_code": 0 |
| 130 } | 132 } |
| 131 ] | 133 ] |
| OLD | NEW |