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

Side by Side Diff: scripts/slave/recipes/webrtc/libfuzzer.expected/full_tryserver_webrtc_linux_libfuzzer_rel.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.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
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
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 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698