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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_test_failure.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", 7 "[BUILDER_CACHE]/linux",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 "--src-dir", 421 "--src-dir",
422 "[BUILDER_CACHE]/linux/src", 422 "[BUILDER_CACHE]/linux/src",
423 "--goma-cache-dir", 423 "--goma-cache-dir",
424 "[GOMA_CACHE]", 424 "[GOMA_CACHE]",
425 "--buildbot-buildername", 425 "--buildbot-buildername",
426 "linux_chromium_rel_ng", 426 "linux_chromium_rel_ng",
427 "--buildbot-mastername", 427 "--buildbot-mastername",
428 "tryserver.chromium.linux", 428 "tryserver.chromium.linux",
429 "--buildbot-slavename", 429 "--buildbot-slavename",
430 "TestSlavename", 430 "TestSlavename",
431 "--goma-deps-cache-dir", 431 "--goma-deps-cache-file",
432 "[GOMA_DEPS_CACHE]", 432 "linux_chromium_rel_ng.gomadeps",
433 "--compiler", 433 "--compiler",
434 "goma", 434 "goma",
435 "--goma-jsonstatus", 435 "--goma-jsonstatus",
436 "/path/to/tmp/json", 436 "/path/to/tmp/json",
437 "--goma-service-account-json-file", 437 "--goma-service-account-json-file",
438 "/creds/service_accounts/service-account-goma-client.json", 438 "/creds/service_accounts/service-account-goma-client.json",
439 "--goma-dir", 439 "--goma-dir",
440 "[CACHE]/cipd/goma", 440 "[CACHE]/cipd/goma",
441 "--goma-fail-fast", 441 "--goma-fail-fast",
442 "--goma-disable-local-fallback", 442 "--goma-disable-local-fallback",
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
810 "--src-dir", 810 "--src-dir",
811 "[BUILDER_CACHE]/linux/src", 811 "[BUILDER_CACHE]/linux/src",
812 "--goma-cache-dir", 812 "--goma-cache-dir",
813 "[GOMA_CACHE]", 813 "[GOMA_CACHE]",
814 "--buildbot-buildername", 814 "--buildbot-buildername",
815 "linux_chromium_rel_ng", 815 "linux_chromium_rel_ng",
816 "--buildbot-mastername", 816 "--buildbot-mastername",
817 "tryserver.chromium.linux", 817 "tryserver.chromium.linux",
818 "--buildbot-slavename", 818 "--buildbot-slavename",
819 "TestSlavename", 819 "TestSlavename",
820 "--goma-deps-cache-dir", 820 "--goma-deps-cache-file",
821 "[GOMA_DEPS_CACHE]", 821 "linux_chromium_rel_ng.gomadeps",
822 "--compiler", 822 "--compiler",
823 "goma", 823 "goma",
824 "--goma-jsonstatus", 824 "--goma-jsonstatus",
825 "/path/to/tmp/json", 825 "/path/to/tmp/json",
826 "--goma-service-account-json-file", 826 "--goma-service-account-json-file",
827 "/creds/service_accounts/service-account-goma-client.json", 827 "/creds/service_accounts/service-account-goma-client.json",
828 "--goma-dir", 828 "--goma-dir",
829 "[CACHE]/cipd/goma", 829 "[CACHE]/cipd/goma",
830 "--goma-fail-fast", 830 "--goma-fail-fast",
831 "--goma-disable-local-fallback", 831 "--goma-disable-local-fallback",
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
1054 "@@@SET_BUILD_PROPERTY@failure_hash@\"2c817ab2d4394c69c9b8a0698b954936d9e1 fb76\"@@@" 1054 "@@@SET_BUILD_PROPERTY@failure_hash@\"2c817ab2d4394c69c9b8a0698b954936d9e1 fb76\"@@@"
1055 ] 1055 ]
1056 }, 1056 },
1057 { 1057 {
1058 "name": "$result", 1058 "name": "$result",
1059 "reason": "1 out of 1 aggregated steps failed. Failures: Step('gl_tests (ret ry summary)') failed with return_code 1", 1059 "reason": "1 out of 1 aggregated steps failed. Failures: Step('gl_tests (ret ry summary)') failed with return_code 1",
1060 "recipe_result": null, 1060 "recipe_result": null,
1061 "status_code": 1 1061 "status_code": 1
1062 } 1062 }
1063 ] 1063 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698