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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Linux_ChromiumOS_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_Builder", 7 "[BUILDER_CACHE]/Linux_ChromiumOS_Builder",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 "--ninja-path", 282 "--ninja-path",
283 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 283 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
284 "--target", 284 "--target",
285 "Release", 285 "Release",
286 "--src-dir", 286 "--src-dir",
287 "[BUILDER_CACHE]/Linux_ChromiumOS_Builder/src", 287 "[BUILDER_CACHE]/Linux_ChromiumOS_Builder/src",
288 "--goma-cache-dir", 288 "--goma-cache-dir",
289 "[GOMA_CACHE]", 289 "[GOMA_CACHE]",
290 "--goma-deps-cache-dir", 290 "--goma-deps-cache-dir",
291 "[GOMA_DEPS_CACHE]", 291 "[GOMA_DEPS_CACHE]",
292 "--build-tool",
293 "ninja",
294 "--build-data-dir", 292 "--build-data-dir",
295 "[ROOT]/build_data_dir", 293 "[ROOT]/build_data_dir",
296 "--compiler", 294 "--compiler",
297 "goma", 295 "goma",
298 "--goma-jsonstatus", 296 "--goma-jsonstatus",
299 "/path/to/tmp/json", 297 "/path/to/tmp/json",
300 "--goma-service-account-json-file", 298 "--goma-service-account-json-file",
301 "/creds/service_accounts/service-account-goma-client.json", 299 "/creds/service_accounts/service-account-goma-client.json",
302 "--goma-dir", 300 "--goma-dir",
303 "[CACHE]/cipd/goma", 301 "[CACHE]/cipd/goma",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux ChromiumOS Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"parent _buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \" slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"} " 339 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux ChromiumOS Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"parent _buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \" slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"} "
342 ], 340 ],
343 "name": "package build" 341 "name": "package build"
344 }, 342 },
345 { 343 {
346 "name": "$result", 344 "name": "$result",
347 "recipe_result": null, 345 "recipe_result": null,
348 "status_code": 0 346 "status_code": 0
349 } 347 }
350 ] 348 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698