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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_linux_msan.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 "tryserver.libyuv", 8 "tryserver.libyuv",
9 "--builder", 9 "--builder",
10 "linux_msan", 10 "linux_msan",
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 "--gsutil-py-path", 96 "--gsutil-py-path",
97 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 97 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
98 "--ninja-path", 98 "--ninja-path",
99 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 99 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
100 "--target", 100 "--target",
101 "Release", 101 "Release",
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",
107 "ninja",
108 "--compiler", 106 "--compiler",
109 "goma-clang", 107 "goma-clang",
110 "--goma-jsonstatus", 108 "--goma-jsonstatus",
111 "/path/to/tmp/json", 109 "/path/to/tmp/json",
112 "--goma-service-account-json-file", 110 "--goma-service-account-json-file",
113 "/creds/service_accounts/service-account-goma-client.json", 111 "/creds/service_accounts/service-account-goma-client.json",
114 "--goma-dir", 112 "--goma-dir",
115 "[BUILD]/goma", 113 "[BUILD]/goma",
116 "--goma-fail-fast", 114 "--goma-fail-fast",
117 "--goma-disable-local-fallback", 115 "--goma-disable-local-fallback",
(...skipping 28 matching lines...) Expand all
146 "libyuv_unittest" 144 "libyuv_unittest"
147 ], 145 ],
148 "name": "libyuv_unittest" 146 "name": "libyuv_unittest"
149 }, 147 },
150 { 148 {
151 "name": "$result", 149 "name": "$result",
152 "recipe_result": null, 150 "recipe_result": null,
153 "status_code": 0 151 "status_code": 0
154 } 152 }
155 ] 153 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698