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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Mojo_ChromiumOS.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]/Mojo_ChromiumOS", 7 "[BUILDER_CACHE]/Mojo_ChromiumOS",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 "--src-dir", 323 "--src-dir",
324 "[BUILDER_CACHE]/Mojo_ChromiumOS/src", 324 "[BUILDER_CACHE]/Mojo_ChromiumOS/src",
325 "--goma-cache-dir", 325 "--goma-cache-dir",
326 "[GOMA_CACHE]", 326 "[GOMA_CACHE]",
327 "--buildbot-buildername", 327 "--buildbot-buildername",
328 "Mojo ChromiumOS", 328 "Mojo ChromiumOS",
329 "--buildbot-mastername", 329 "--buildbot-mastername",
330 "chromium.fyi", 330 "chromium.fyi",
331 "--buildbot-slavename", 331 "--buildbot-slavename",
332 "TestSlavename", 332 "TestSlavename",
333 "--goma-deps-cache-dir", 333 "--goma-deps-cache-file",
334 "[GOMA_DEPS_CACHE]", 334 "Mojo_ChromiumOS.gomadeps",
335 "--build-data-dir", 335 "--build-data-dir",
336 "[ROOT]/build_data_dir", 336 "[ROOT]/build_data_dir",
337 "--compiler", 337 "--compiler",
338 "goma", 338 "goma",
339 "--goma-jsonstatus", 339 "--goma-jsonstatus",
340 "/path/to/tmp/json", 340 "/path/to/tmp/json",
341 "--goma-service-account-json-file", 341 "--goma-service-account-json-file",
342 "/creds/service_accounts/service-account-goma-client.json", 342 "/creds/service_accounts/service-account-goma-client.json",
343 "--goma-dir", 343 "--goma-dir",
344 "[CACHE]/cipd/goma", 344 "[CACHE]/cipd/goma",
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 451 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
452 "@@@STEP_LOG_END@python.inline@@@" 452 "@@@STEP_LOG_END@python.inline@@@"
453 ] 453 ]
454 }, 454 },
455 { 455 {
456 "name": "$result", 456 "name": "$result",
457 "recipe_result": null, 457 "recipe_result": null,
458 "status_code": 0 458 "status_code": 0
459 } 459 }
460 ] 460 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698