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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/clobber_analyze.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_clobber", 7 "[BUILDER_CACHE]/linux_clobber",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 "--src-dir", 392 "--src-dir",
393 "[BUILDER_CACHE]/linux_clobber/src", 393 "[BUILDER_CACHE]/linux_clobber/src",
394 "--goma-cache-dir", 394 "--goma-cache-dir",
395 "[GOMA_CACHE]", 395 "[GOMA_CACHE]",
396 "--buildbot-buildername", 396 "--buildbot-buildername",
397 "linux_chromium_clobber_rel_ng", 397 "linux_chromium_clobber_rel_ng",
398 "--buildbot-mastername", 398 "--buildbot-mastername",
399 "tryserver.chromium.linux", 399 "tryserver.chromium.linux",
400 "--buildbot-slavename", 400 "--buildbot-slavename",
401 "TestSlavename", 401 "TestSlavename",
402 "--goma-deps-cache-dir", 402 "--goma-deps-cache-file",
403 "[GOMA_DEPS_CACHE]", 403 "linux_chromium_clobber_rel_ng.gomadeps",
404 "--compiler", 404 "--compiler",
405 "goma", 405 "goma",
406 "--goma-jsonstatus", 406 "--goma-jsonstatus",
407 "/path/to/tmp/json", 407 "/path/to/tmp/json",
408 "--goma-service-account-json-file", 408 "--goma-service-account-json-file",
409 "/creds/service_accounts/service-account-goma-client.json", 409 "/creds/service_accounts/service-account-goma-client.json",
410 "--goma-dir", 410 "--goma-dir",
411 "[CACHE]/cipd/goma", 411 "[CACHE]/cipd/goma",
412 "--goma-fail-fast", 412 "--goma-fail-fast",
413 "--goma-disable-local-fallback", 413 "--goma-disable-local-fallback",
(...skipping 18 matching lines...) Expand all
432 "import sys; sys.exit(0)" 432 "import sys; sys.exit(0)"
433 ], 433 ],
434 "name": "mark: before_tests" 434 "name": "mark: before_tests"
435 }, 435 },
436 { 436 {
437 "name": "$result", 437 "name": "$result",
438 "recipe_result": null, 438 "recipe_result": null,
439 "status_code": 0 439 "status_code": 0
440 } 440 }
441 ] 441 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698