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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_mac_Mac_Builder.json

Issue 2388683002: Re-enable DepsCache using GOMA_DEPS_CACHE_FILE (Closed)
Patch Set: Rebased Created 4 years, 2 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]/mac", 7 "[BUILDER_CACHE]/mac",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 "--src-dir", 367 "--src-dir",
368 "[BUILDER_CACHE]/mac/src", 368 "[BUILDER_CACHE]/mac/src",
369 "--goma-cache-dir", 369 "--goma-cache-dir",
370 "[GOMA_CACHE]", 370 "[GOMA_CACHE]",
371 "--buildbot-buildername", 371 "--buildbot-buildername",
372 "Mac Builder", 372 "Mac Builder",
373 "--buildbot-mastername", 373 "--buildbot-mastername",
374 "chromium.mac", 374 "chromium.mac",
375 "--buildbot-slavename", 375 "--buildbot-slavename",
376 "TestSlavename", 376 "TestSlavename",
377 "--goma-deps-cache-dir", 377 "--goma-deps-cache-file",
378 "[GOMA_DEPS_CACHE]", 378 "Mac_Builder.gomadeps",
379 "--build-data-dir", 379 "--build-data-dir",
380 "[ROOT]/build_data_dir", 380 "[ROOT]/build_data_dir",
381 "--compiler", 381 "--compiler",
382 "goma-clang", 382 "goma-clang",
383 "--goma-jsonstatus", 383 "--goma-jsonstatus",
384 "/path/to/tmp/json", 384 "/path/to/tmp/json",
385 "--goma-service-account-json-file", 385 "--goma-service-account-json-file",
386 "/creds/service_accounts/service-account-goma-client.json", 386 "/creds/service_accounts/service-account-goma-client.json",
387 "--goma-dir", 387 "--goma-dir",
388 "[CACHE]/cipd/goma", 388 "[CACHE]/cipd/goma",
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
528 "~followup_annotations": [ 528 "~followup_annotations": [
529 "@@@STEP_TEXT@Mac10.10 Tests<br />Mac10.11 Tests<br />Mac10.9 Tests@@@" 529 "@@@STEP_TEXT@Mac10.10 Tests<br />Mac10.11 Tests<br />Mac10.9 Tests@@@"
530 ] 530 ]
531 }, 531 },
532 { 532 {
533 "name": "$result", 533 "name": "$result",
534 "recipe_result": null, 534 "recipe_result": null,
535 "status_code": 0 535 "status_code": 0
536 } 536 }
537 ] 537 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698