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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Linux_Precise_Leak.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]/WebKit_Linux_Precise_Leak", 7 "[BUILDER_CACHE]/WebKit_Linux_Precise_Leak",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 "--src-dir", 322 "--src-dir",
323 "[BUILDER_CACHE]/WebKit_Linux_Precise_Leak/src", 323 "[BUILDER_CACHE]/WebKit_Linux_Precise_Leak/src",
324 "--goma-cache-dir", 324 "--goma-cache-dir",
325 "[GOMA_CACHE]", 325 "[GOMA_CACHE]",
326 "--buildbot-buildername", 326 "--buildbot-buildername",
327 "WebKit Linux Precise Leak", 327 "WebKit Linux Precise Leak",
328 "--buildbot-mastername", 328 "--buildbot-mastername",
329 "chromium.webkit", 329 "chromium.webkit",
330 "--buildbot-slavename", 330 "--buildbot-slavename",
331 "TestSlavename", 331 "TestSlavename",
332 "--goma-deps-cache-dir", 332 "--goma-deps-cache-file",
333 "[GOMA_DEPS_CACHE]", 333 "WebKit_Linux_Precise_Leak.gomadeps",
334 "--build-data-dir", 334 "--build-data-dir",
335 "[ROOT]/build_data_dir", 335 "[ROOT]/build_data_dir",
336 "--compiler", 336 "--compiler",
337 "goma", 337 "goma",
338 "--goma-jsonstatus", 338 "--goma-jsonstatus",
339 "/path/to/tmp/json", 339 "/path/to/tmp/json",
340 "--goma-service-account-json-file", 340 "--goma-service-account-json-file",
341 "/creds/service_accounts/service-account-goma-client.json", 341 "/creds/service_accounts/service-account-goma-client.json",
342 "--goma-dir", 342 "--goma-dir",
343 "[CACHE]/cipd/goma", 343 "[CACHE]/cipd/goma",
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
528 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 528 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
529 "@@@STEP_LOG_END@python.inline@@@" 529 "@@@STEP_LOG_END@python.inline@@@"
530 ] 530 ]
531 }, 531 },
532 { 532 {
533 "name": "$result", 533 "name": "$result",
534 "recipe_result": null, 534 "recipe_result": null,
535 "status_code": 0 535 "status_code": 0
536 } 536 }
537 ] 537 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698