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

Side by Side Diff: scripts/slave/recipes/chromium_codesearch.expected/full_ChromiumOS_Codesearch.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 "chromium.infra.cron", 8 "chromium.infra.cron",
9 "--builder", 9 "--builder",
10 "ChromiumOS Codesearch", 10 "ChromiumOS Codesearch",
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 "--ninja-path", 198 "--ninja-path",
199 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 199 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
200 "--target", 200 "--target",
201 "Debug", 201 "Debug",
202 "--src-dir", 202 "--src-dir",
203 "[SLAVE_BUILD]/src", 203 "[SLAVE_BUILD]/src",
204 "--goma-cache-dir", 204 "--goma-cache-dir",
205 "[GOMA_CACHE]", 205 "[GOMA_CACHE]",
206 "--build-args", 206 "--build-args",
207 "-k 0", 207 "-k 0",
208 "--build-tool",
209 "ninja",
210 "--compiler", 208 "--compiler",
211 "goma-clang", 209 "goma-clang",
212 "--goma-jsonstatus", 210 "--goma-jsonstatus",
213 "/path/to/tmp/json", 211 "/path/to/tmp/json",
214 "--goma-service-account-json-file", 212 "--goma-service-account-json-file",
215 "/creds/service_accounts/service-account-goma-client.json", 213 "/creds/service_accounts/service-account-goma-client.json",
216 "--goma-dir", 214 "--goma-dir",
217 "[BUILD]/goma", 215 "[BUILD]/goma",
218 "--", 216 "--",
219 "All" 217 "All"
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 "~followup_annotations": [ 354 "~followup_annotations": [
357 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codese arch/prod/chromium_src_chromeos_170242.tar.bz2@@@" 355 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codese arch/prod/chromium_src_chromeos_170242.tar.bz2@@@"
358 ] 356 ]
359 }, 357 },
360 { 358 {
361 "name": "$result", 359 "name": "$result",
362 "recipe_result": null, 360 "recipe_result": null,
363 "status_code": 0 361 "status_code": 0
364 } 362 }
365 ] 363 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698