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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_V8_Linux_GN.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]/V8_Linux_GN", 7 "[BUILDER_CACHE]/V8_Linux_GN",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 "--ninja-path", 281 "--ninja-path",
282 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 282 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
283 "--target", 283 "--target",
284 "Release", 284 "Release",
285 "--src-dir", 285 "--src-dir",
286 "[BUILDER_CACHE]/V8_Linux_GN/src", 286 "[BUILDER_CACHE]/V8_Linux_GN/src",
287 "--goma-cache-dir", 287 "--goma-cache-dir",
288 "[GOMA_CACHE]", 288 "[GOMA_CACHE]",
289 "--goma-deps-cache-dir", 289 "--goma-deps-cache-dir",
290 "[GOMA_DEPS_CACHE]", 290 "[GOMA_DEPS_CACHE]",
291 "--build-tool",
292 "ninja",
293 "--build-data-dir", 291 "--build-data-dir",
294 "[ROOT]/build_data_dir", 292 "[ROOT]/build_data_dir",
295 "--compiler", 293 "--compiler",
296 "goma", 294 "goma",
297 "--goma-jsonstatus", 295 "--goma-jsonstatus",
298 "/path/to/tmp/json", 296 "/path/to/tmp/json",
299 "--goma-service-account-json-file", 297 "--goma-service-account-json-file",
300 "/creds/service_accounts/service-account-goma-client.json", 298 "/creds/service_accounts/service-account-goma-client.json",
301 "--goma-dir", 299 "--goma-dir",
302 "[CACHE]/cipd/goma", 300 "[CACHE]/cipd/goma",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"V8 Linux GN\", \ "buildnumber\": 571, \"mastername\": \"client.v8.fyi\", \"parent_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"revision\": \"22 135\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSla vename\"}" 344 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"V8 Linux GN\", \ "buildnumber\": 571, \"mastername\": \"client.v8.fyi\", \"parent_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"revision\": \"22 135\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSla vename\"}"
347 ], 345 ],
348 "name": "package build" 346 "name": "package build"
349 }, 347 },
350 { 348 {
351 "name": "$result", 349 "name": "$result",
352 "recipe_result": null, 350 "recipe_result": null,
353 "status_code": 0 351 "status_code": 0
354 } 352 }
355 ] 353 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698