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

Side by Side Diff: scripts/slave/recipes/chromium.expected/dynamic_gtest_on_builder.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.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Linux Builder", 10 "Linux Builder",
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 "--gsutil-py-path", 278 "--gsutil-py-path",
279 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 279 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
280 "--ninja-path", 280 "--ninja-path",
281 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 281 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
282 "--target", 282 "--target",
283 "Release", 283 "Release",
284 "--src-dir", 284 "--src-dir",
285 "[SLAVE_BUILD]/src", 285 "[SLAVE_BUILD]/src",
286 "--goma-cache-dir", 286 "--goma-cache-dir",
287 "[GOMA_CACHE]", 287 "[GOMA_CACHE]",
288 "--build-tool",
289 "ninja",
290 "--compiler", 288 "--compiler",
291 "goma", 289 "goma",
292 "--goma-jsonstatus", 290 "--goma-jsonstatus",
293 "/path/to/tmp/json", 291 "/path/to/tmp/json",
294 "--goma-service-account-json-file", 292 "--goma-service-account-json-file",
295 "/creds/service_accounts/service-account-goma-client.json", 293 "/creds/service_accounts/service-account-goma-client.json",
296 "--goma-dir", 294 "--goma-dir",
297 "[CACHE]/cipd/goma", 295 "[CACHE]/cipd/goma",
298 "--ninja-ensure-up-to-date", 296 "--ninja-ensure-up-to-date",
299 "--", 297 "--",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 "~followup_annotations": [ 363 "~followup_annotations": [
366 "@@@STEP_TEXT@Linux Tests@@@" 364 "@@@STEP_TEXT@Linux Tests@@@"
367 ] 365 ]
368 }, 366 },
369 { 367 {
370 "name": "$result", 368 "name": "$result",
371 "recipe_result": null, 369 "recipe_result": null,
372 "status_code": 0 370 "status_code": 0
373 } 371 }
374 ] 372 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698