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

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

Powered by Google App Engine
This is Rietveld 408576698