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.webrtc", | 8 "tryserver.webrtc", |
9 "--builder", | 9 "--builder", |
10 "linux_libfuzzer_rel", | 10 "linux_libfuzzer_rel", |
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
122 "--gsutil-py-path", | 122 "--gsutil-py-path", |
123 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 123 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
124 "--ninja-path", | 124 "--ninja-path", |
125 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 125 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
126 "--target", | 126 "--target", |
127 "Release", | 127 "Release", |
128 "--src-dir", | 128 "--src-dir", |
129 "[SLAVE_BUILD]/src", | 129 "[SLAVE_BUILD]/src", |
130 "--goma-cache-dir", | 130 "--goma-cache-dir", |
131 "[GOMA_CACHE]", | 131 "[GOMA_CACHE]", |
132 "--build-tool", | |
133 "ninja", | |
134 "--compiler", | 132 "--compiler", |
135 "goma", | 133 "goma", |
136 "--goma-jsonstatus", | 134 "--goma-jsonstatus", |
137 "/path/to/tmp/json", | 135 "/path/to/tmp/json", |
138 "--goma-service-account-json-file", | 136 "--goma-service-account-json-file", |
139 "/creds/service_accounts/service-account-goma-client.json", | 137 "/creds/service_accounts/service-account-goma-client.json", |
140 "--goma-dir", | 138 "--goma-dir", |
141 "[BUILD]/goma", | 139 "[BUILD]/goma", |
142 "--goma-fail-fast", | 140 "--goma-fail-fast", |
143 "--goma-disable-local-fallback", | 141 "--goma-disable-local-fallback", |
(...skipping 10 matching lines...) Expand all Loading... |
154 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 152 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
155 "@@@STEP_LOG_END@json.output (invalid)@@@" | 153 "@@@STEP_LOG_END@json.output (invalid)@@@" |
156 ] | 154 ] |
157 }, | 155 }, |
158 { | 156 { |
159 "name": "$result", | 157 "name": "$result", |
160 "recipe_result": null, | 158 "recipe_result": null, |
161 "status_code": 0 | 159 "status_code": 0 |
162 } | 160 } |
163 ] | 161 ] |
OLD | NEW |