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