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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_chromiumos_Linux_ChromiumOS_Ozone_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 "\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_ChromiumOS_Ozone_Builder", 7 "[BUILDER_CACHE]/Linux_ChromiumOS_Ozone_Builder",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 "--ninja-path", 320 "--ninja-path",
321 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 321 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
322 "--target", 322 "--target",
323 "Release", 323 "Release",
324 "--src-dir", 324 "--src-dir",
325 "[BUILDER_CACHE]/Linux_ChromiumOS_Ozone_Builder/src", 325 "[BUILDER_CACHE]/Linux_ChromiumOS_Ozone_Builder/src",
326 "--goma-cache-dir", 326 "--goma-cache-dir",
327 "[GOMA_CACHE]", 327 "[GOMA_CACHE]",
328 "--goma-deps-cache-dir", 328 "--goma-deps-cache-dir",
329 "[GOMA_DEPS_CACHE]", 329 "[GOMA_DEPS_CACHE]",
330 "--build-tool",
331 "ninja",
332 "--build-data-dir", 330 "--build-data-dir",
333 "[ROOT]/build_data_dir", 331 "[ROOT]/build_data_dir",
334 "--compiler", 332 "--compiler",
335 "goma", 333 "goma",
336 "--goma-jsonstatus", 334 "--goma-jsonstatus",
337 "/path/to/tmp/json", 335 "/path/to/tmp/json",
338 "--goma-service-account-json-file", 336 "--goma-service-account-json-file",
339 "/creds/service_accounts/service-account-goma-client.json", 337 "/creds/service_accounts/service-account-goma-client.json",
340 "--goma-dir", 338 "--goma-dir",
341 "[CACHE]/cipd/goma", 339 "[CACHE]/cipd/goma",
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 "~followup_annotations": [ 442 "~followup_annotations": [
445 "@@@STEP_TEXT@Linux ChromiumOS Ozone Tests (1)@@@" 443 "@@@STEP_TEXT@Linux ChromiumOS Ozone Tests (1)@@@"
446 ] 444 ]
447 }, 445 },
448 { 446 {
449 "name": "$result", 447 "name": "$result",
450 "recipe_result": null, 448 "recipe_result": null,
451 "status_code": 0 449 "status_code": 0
452 } 450 }
453 ] 451 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698