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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_GPU_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 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 "--src-dir", 417 "--src-dir",
418 "[BUILDER_CACHE]/mac/src", 418 "[BUILDER_CACHE]/mac/src",
419 "--goma-cache-dir", 419 "--goma-cache-dir",
420 "[GOMA_CACHE]", 420 "[GOMA_CACHE]",
421 "--buildbot-buildername", 421 "--buildbot-buildername",
422 "GPU Mac Builder", 422 "GPU Mac Builder",
423 "--buildbot-mastername", 423 "--buildbot-mastername",
424 "chromium.gpu.fyi", 424 "chromium.gpu.fyi",
425 "--buildbot-slavename", 425 "--buildbot-slavename",
426 "TestSlavename", 426 "TestSlavename",
427 "--goma-deps-cache-dir", 427 "--goma-deps-cache-file",
428 "[GOMA_DEPS_CACHE]", 428 "GPU_Mac_Builder.gomadeps",
429 "--build-data-dir", 429 "--build-data-dir",
430 "[ROOT]/build_data_dir", 430 "[ROOT]/build_data_dir",
431 "--compiler", 431 "--compiler",
432 "goma-clang", 432 "goma-clang",
433 "--goma-jsonstatus", 433 "--goma-jsonstatus",
434 "/path/to/tmp/json", 434 "/path/to/tmp/json",
435 "--goma-service-account-json-file", 435 "--goma-service-account-json-file",
436 "/creds/service_accounts/service-account-goma-client.json", 436 "/creds/service_accounts/service-account-goma-client.json",
437 "--goma-dir", 437 "--goma-dir",
438 "[CACHE]/cipd/goma", 438 "[CACHE]/cipd/goma",
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
671 "~followup_annotations": [ 671 "~followup_annotations": [
672 "@@@STEP_TEXT@Mac 10.10 Release (ATI)<br />Mac 10.10 Release (Intel)<br /> Mac 10.10 Retina Release (AMD)<br />Mac 10.11 Retina Release (AMD)<br />Mac Reti na Release<br />Optional Mac 10.10 Release (Intel)<br />Optional Mac 10.10 Retin a Release (AMD)<br />Optional Mac Retina Release@@@" 672 "@@@STEP_TEXT@Mac 10.10 Release (ATI)<br />Mac 10.10 Release (Intel)<br /> Mac 10.10 Retina Release (AMD)<br />Mac 10.11 Retina Release (AMD)<br />Mac Reti na Release<br />Optional Mac 10.10 Release (Intel)<br />Optional Mac 10.10 Retin a Release (AMD)<br />Optional Mac Retina Release@@@"
673 ] 673 ]
674 }, 674 },
675 { 675 {
676 "name": "$result", 676 "name": "$result",
677 "recipe_result": null, 677 "recipe_result": null,
678 "status_code": 0 678 "status_code": 0
679 } 679 }
680 ] 680 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698