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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Linux_Precise_ASAN.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]/linux_layout", 7 "[BUILDER_CACHE]/linux_layout",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 "--src-dir", 344 "--src-dir",
345 "[BUILDER_CACHE]/linux_layout/src", 345 "[BUILDER_CACHE]/linux_layout/src",
346 "--goma-cache-dir", 346 "--goma-cache-dir",
347 "[GOMA_CACHE]", 347 "[GOMA_CACHE]",
348 "--buildbot-buildername", 348 "--buildbot-buildername",
349 "WebKit Linux Precise ASAN", 349 "WebKit Linux Precise ASAN",
350 "--buildbot-mastername", 350 "--buildbot-mastername",
351 "chromium.webkit", 351 "chromium.webkit",
352 "--buildbot-slavename", 352 "--buildbot-slavename",
353 "TestSlavename", 353 "TestSlavename",
354 "--goma-deps-cache-dir", 354 "--goma-deps-cache-file",
355 "[GOMA_DEPS_CACHE]", 355 "WebKit_Linux_Precise_ASAN.gomadeps",
356 "--build-data-dir", 356 "--build-data-dir",
357 "[ROOT]/build_data_dir", 357 "[ROOT]/build_data_dir",
358 "--compiler", 358 "--compiler",
359 "goma-clang", 359 "goma-clang",
360 "--goma-jsonstatus", 360 "--goma-jsonstatus",
361 "/path/to/tmp/json", 361 "/path/to/tmp/json",
362 "--goma-service-account-json-file", 362 "--goma-service-account-json-file",
363 "/creds/service_accounts/service-account-goma-client.json", 363 "/creds/service_accounts/service-account-goma-client.json",
364 "--goma-dir", 364 "--goma-dir",
365 "[CACHE]/cipd/goma", 365 "[CACHE]/cipd/goma",
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 553 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
554 "@@@STEP_LOG_END@python.inline@@@" 554 "@@@STEP_LOG_END@python.inline@@@"
555 ] 555 ]
556 }, 556 },
557 { 557 {
558 "name": "$result", 558 "name": "$result",
559 "recipe_result": null, 559 "recipe_result": null,
560 "status_code": 0 560 "status_code": 0
561 } 561 }
562 ] 562 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698