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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Mac10_9.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_layout", 7 "[BUILDER_CACHE]/mac_layout",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 "--src-dir", 315 "--src-dir",
316 "[BUILDER_CACHE]/mac_layout/src", 316 "[BUILDER_CACHE]/mac_layout/src",
317 "--goma-cache-dir", 317 "--goma-cache-dir",
318 "[GOMA_CACHE]", 318 "[GOMA_CACHE]",
319 "--buildbot-buildername", 319 "--buildbot-buildername",
320 "WebKit Mac10.9", 320 "WebKit Mac10.9",
321 "--buildbot-mastername", 321 "--buildbot-mastername",
322 "chromium.webkit", 322 "chromium.webkit",
323 "--buildbot-slavename", 323 "--buildbot-slavename",
324 "TestSlavename", 324 "TestSlavename",
325 "--goma-deps-cache-dir", 325 "--goma-deps-cache-file",
326 "[GOMA_DEPS_CACHE]", 326 "WebKit_Mac10_9.gomadeps",
327 "--build-data-dir", 327 "--build-data-dir",
328 "[ROOT]/build_data_dir", 328 "[ROOT]/build_data_dir",
329 "--compiler", 329 "--compiler",
330 "goma-clang", 330 "goma-clang",
331 "--goma-jsonstatus", 331 "--goma-jsonstatus",
332 "/path/to/tmp/json", 332 "/path/to/tmp/json",
333 "--goma-service-account-json-file", 333 "--goma-service-account-json-file",
334 "/creds/service_accounts/service-account-goma-client.json", 334 "/creds/service_accounts/service-account-goma-client.json",
335 "--goma-dir", 335 "--goma-dir",
336 "[CACHE]/cipd/goma", 336 "[CACHE]/cipd/goma",
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Mac10_9/571/layout-test-results/results.html@@@", 448 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/WebKit_Mac10_9/571/layout-test-results/results.html@@@",
449 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Mac10_9/571/layout-test-results.zip@@@" 449 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/WebKit_Mac10_9/571/layout-test-results.zip@@@"
450 ] 450 ]
451 }, 451 },
452 { 452 {
453 "name": "$result", 453 "name": "$result",
454 "recipe_result": null, 454 "recipe_result": null,
455 "status_code": 0 455 "status_code": 0
456 } 456 }
457 ] 457 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698