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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_perf_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_Builder", 7 "[BUILDER_CACHE]/Mac_Builder",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 "--src-dir", 302 "--src-dir",
303 "[BUILDER_CACHE]/Mac_Builder/src", 303 "[BUILDER_CACHE]/Mac_Builder/src",
304 "--goma-cache-dir", 304 "--goma-cache-dir",
305 "[GOMA_CACHE]", 305 "[GOMA_CACHE]",
306 "--buildbot-buildername", 306 "--buildbot-buildername",
307 "Mac Builder", 307 "Mac Builder",
308 "--buildbot-mastername", 308 "--buildbot-mastername",
309 "chromium.perf", 309 "chromium.perf",
310 "--buildbot-slavename", 310 "--buildbot-slavename",
311 "TestSlavename", 311 "TestSlavename",
312 "--goma-deps-cache-dir", 312 "--goma-deps-cache-file",
313 "[GOMA_DEPS_CACHE]", 313 "Mac_Builder.gomadeps",
314 "--build-data-dir", 314 "--build-data-dir",
315 "[ROOT]/build_data_dir", 315 "[ROOT]/build_data_dir",
316 "--compiler", 316 "--compiler",
317 "goma-clang", 317 "goma-clang",
318 "--goma-jsonstatus", 318 "--goma-jsonstatus",
319 "/path/to/tmp/json", 319 "/path/to/tmp/json",
320 "--goma-service-account-json-file", 320 "--goma-service-account-json-file",
321 "/creds/service_accounts/service-account-goma-client.json", 321 "/creds/service_accounts/service-account-goma-client.json",
322 "--mode", 322 "--mode",
323 "official", 323 "official",
(...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after
880 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 880 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
881 }, 881 },
882 "name": "sizes" 882 "name": "sizes"
883 }, 883 },
884 { 884 {
885 "name": "$result", 885 "name": "$result",
886 "recipe_result": null, 886 "recipe_result": null,
887 "status_code": 0 887 "status_code": 0
888 } 888 }
889 ] 889 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698