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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_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 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 "--src-dir", 357 "--src-dir",
358 "[BUILDER_CACHE]/mac/src", 358 "[BUILDER_CACHE]/mac/src",
359 "--goma-cache-dir", 359 "--goma-cache-dir",
360 "[GOMA_CACHE]", 360 "[GOMA_CACHE]",
361 "--buildbot-buildername", 361 "--buildbot-buildername",
362 "GPU Mac Builder", 362 "GPU Mac Builder",
363 "--buildbot-mastername", 363 "--buildbot-mastername",
364 "chromium.gpu", 364 "chromium.gpu",
365 "--buildbot-slavename", 365 "--buildbot-slavename",
366 "TestSlavename", 366 "TestSlavename",
367 "--goma-deps-cache-dir", 367 "--goma-deps-cache-file",
368 "[GOMA_DEPS_CACHE]", 368 "GPU_Mac_Builder.gomadeps",
369 "--build-data-dir", 369 "--build-data-dir",
370 "[ROOT]/build_data_dir", 370 "[ROOT]/build_data_dir",
371 "--compiler", 371 "--compiler",
372 "goma-clang", 372 "goma-clang",
373 "--goma-jsonstatus", 373 "--goma-jsonstatus",
374 "/path/to/tmp/json", 374 "/path/to/tmp/json",
375 "--goma-service-account-json-file", 375 "--goma-service-account-json-file",
376 "/creds/service_accounts/service-account-goma-client.json", 376 "/creds/service_accounts/service-account-goma-client.json",
377 "--goma-dir", 377 "--goma-dir",
378 "[CACHE]/cipd/goma", 378 "[CACHE]/cipd/goma",
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 "~followup_annotations": [ 498 "~followup_annotations": [
499 "@@@STEP_TEXT@Mac 10.10 Release (Intel)<br />Mac 10.10 Retina Release (AMD )@@@" 499 "@@@STEP_TEXT@Mac 10.10 Release (Intel)<br />Mac 10.10 Retina Release (AMD )@@@"
500 ] 500 ]
501 }, 501 },
502 { 502 {
503 "name": "$result", 503 "name": "$result",
504 "recipe_result": null, 504 "recipe_result": null,
505 "status_code": 0 505 "status_code": 0
506 } 506 }
507 ] 507 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698