Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(456)

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_linux_asan.json

Issue 2152453003: recipes: Stop passing --build-tool=ninja to compile.py (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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.webrtc", 8 "client.webrtc",
9 "--builder", 9 "--builder",
10 "Linux Asan", 10 "Linux Asan",
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 "--gsutil-py-path", 177 "--gsutil-py-path",
178 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 178 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
179 "--ninja-path", 179 "--ninja-path",
180 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 180 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
181 "--target", 181 "--target",
182 "Release", 182 "Release",
183 "--src-dir", 183 "--src-dir",
184 "[SLAVE_BUILD]/src", 184 "[SLAVE_BUILD]/src",
185 "--goma-cache-dir", 185 "--goma-cache-dir",
186 "[GOMA_CACHE]", 186 "[GOMA_CACHE]",
187 "--build-tool",
188 "ninja",
189 "--compiler", 187 "--compiler",
190 "goma-clang", 188 "goma-clang",
191 "--goma-jsonstatus", 189 "--goma-jsonstatus",
192 "/path/to/tmp/json", 190 "/path/to/tmp/json",
193 "--goma-service-account-json-file", 191 "--goma-service-account-json-file",
194 "/creds/service_accounts/service-account-goma-client.json", 192 "/creds/service_accounts/service-account-goma-client.json",
195 "--goma-dir", 193 "--goma-dir",
196 "[CACHE]/cipd/goma", 194 "[CACHE]/cipd/goma",
197 "--", 195 "--",
198 "All" 196 "All"
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
639 "webrtc_nonparallel_tests" 637 "webrtc_nonparallel_tests"
640 ], 638 ],
641 "name": "webrtc_nonparallel_tests" 639 "name": "webrtc_nonparallel_tests"
642 }, 640 },
643 { 641 {
644 "name": "$result", 642 "name": "$result",
645 "recipe_result": null, 643 "recipe_result": null,
646 "status_code": 0 644 "status_code": 0
647 } 645 }
648 ] 646 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698