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/chromium.expected/ensure_goma_fail.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 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/Linux_remote_run_Builder", 7 "[BUILDER_CACHE]/Linux_remote_run_Builder",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 "--ninja-path", 286 "--ninja-path",
287 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 287 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
288 "--target", 288 "--target",
289 "Release", 289 "Release",
290 "--src-dir", 290 "--src-dir",
291 "[BUILDER_CACHE]/Linux_remote_run_Builder/src", 291 "[BUILDER_CACHE]/Linux_remote_run_Builder/src",
292 "--goma-cache-dir", 292 "--goma-cache-dir",
293 "[GOMA_CACHE]", 293 "[GOMA_CACHE]",
294 "--goma-deps-cache-dir", 294 "--goma-deps-cache-dir",
295 "[GOMA_DEPS_CACHE]", 295 "[GOMA_DEPS_CACHE]",
296 "--build-tool",
297 "ninja",
298 "--compiler", 296 "--compiler",
299 "goma", 297 "goma",
300 "--goma-jsonstatus", 298 "--goma-jsonstatus",
301 "/path/to/tmp/json", 299 "/path/to/tmp/json",
302 "--goma-service-account-json-file", 300 "--goma-service-account-json-file",
303 "/creds/service_accounts/service-account-goma-client.json", 301 "/creds/service_accounts/service-account-goma-client.json",
304 "--goma-dir", 302 "--goma-dir",
305 "RECIPE_PACKAGE_REPO[build]/goma", 303 "RECIPE_PACKAGE_REPO[build]/goma",
306 "--ninja-ensure-up-to-date", 304 "--ninja-ensure-up-to-date",
307 "--", 305 "--",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 "~followup_annotations": [ 369 "~followup_annotations": [
372 "@@@STEP_TEXT@Linux remote_run Tester@@@" 370 "@@@STEP_TEXT@Linux remote_run Tester@@@"
373 ] 371 ]
374 }, 372 },
375 { 373 {
376 "name": "$result", 374 "name": "$result",
377 "recipe_result": null, 375 "recipe_result": null,
378 "status_code": 0 376 "status_code": 0
379 } 377 }
380 ] 378 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698