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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_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 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 "--src-dir", 310 "--src-dir",
311 "[BUILDER_CACHE]/Mac_Builder/src", 311 "[BUILDER_CACHE]/Mac_Builder/src",
312 "--goma-cache-dir", 312 "--goma-cache-dir",
313 "[GOMA_CACHE]", 313 "[GOMA_CACHE]",
314 "--buildbot-buildername", 314 "--buildbot-buildername",
315 "Mac Builder", 315 "Mac Builder",
316 "--buildbot-mastername", 316 "--buildbot-mastername",
317 "chromium.webrtc", 317 "chromium.webrtc",
318 "--buildbot-slavename", 318 "--buildbot-slavename",
319 "TestSlavename", 319 "TestSlavename",
320 "--goma-deps-cache-dir", 320 "--goma-deps-cache-file",
321 "[GOMA_DEPS_CACHE]", 321 "Mac_Builder.gomadeps",
322 "--build-data-dir", 322 "--build-data-dir",
323 "[ROOT]/build_data_dir", 323 "[ROOT]/build_data_dir",
324 "--compiler", 324 "--compiler",
325 "goma-clang", 325 "goma-clang",
326 "--goma-jsonstatus", 326 "--goma-jsonstatus",
327 "/path/to/tmp/json", 327 "/path/to/tmp/json",
328 "--goma-service-account-json-file", 328 "--goma-service-account-json-file",
329 "/creds/service_accounts/service-account-goma-client.json", 329 "/creds/service_accounts/service-account-goma-client.json",
330 "--goma-dir", 330 "--goma-dir",
331 "[CACHE]/cipd/goma", 331 "[CACHE]/cipd/goma",
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 "~followup_annotations": [ 402 "~followup_annotations": [
403 "@@@STEP_TEXT@Mac Tester@@@" 403 "@@@STEP_TEXT@Mac Tester@@@"
404 ] 404 ]
405 }, 405 },
406 { 406 {
407 "name": "$result", 407 "name": "$result",
408 "recipe_result": null, 408 "recipe_result": null,
409 "status_code": 0 409 "status_code": 0
410 } 410 }
411 ] 411 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698