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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Linux_V8_API_Stability.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_V8_API_Stability", 7 "[BUILDER_CACHE]/Linux_V8_API_Stability",
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_V8_API_Stability/src", 287 "[BUILDER_CACHE]/Linux_V8_API_Stability/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",
304 "--", 302 "--",
305 "all" 303 "all"
306 ], 304 ],
307 "env": { 305 "env": {
308 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 306 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
309 }, 307 },
310 "name": "compile", 308 "name": "compile",
311 "~followup_annotations": [ 309 "~followup_annotations": [
312 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 310 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
313 "@@@STEP_LOG_END@json.output (invalid)@@@" 311 "@@@STEP_LOG_END@json.output (invalid)@@@"
314 ] 312 ]
315 }, 313 },
316 { 314 {
317 "name": "$result", 315 "name": "$result",
318 "recipe_result": null, 316 "recipe_result": null,
319 "status_code": 0 317 "status_code": 0
320 } 318 }
321 ] 319 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698