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

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/find_culprit_using_bisect.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 609 matching lines...) Expand 10 before | Expand all | Expand 10 after
620 "--src-dir", 620 "--src-dir",
621 "[BUILDER_CACHE]/linux/src", 621 "[BUILDER_CACHE]/linux/src",
622 "--goma-cache-dir", 622 "--goma-cache-dir",
623 "[GOMA_CACHE]", 623 "[GOMA_CACHE]",
624 "--buildbot-buildername", 624 "--buildbot-buildername",
625 "linux_variable", 625 "linux_variable",
626 "--buildbot-mastername", 626 "--buildbot-mastername",
627 "tryserver.chromium.linux", 627 "tryserver.chromium.linux",
628 "--buildbot-slavename", 628 "--buildbot-slavename",
629 "build1-a1", 629 "build1-a1",
630 "--goma-deps-cache-dir", 630 "--goma-deps-cache-file",
631 "[GOMA_DEPS_CACHE]", 631 "linux_variable.gomadeps",
632 "--compiler", 632 "--compiler",
633 "goma", 633 "goma",
634 "--goma-jsonstatus", 634 "--goma-jsonstatus",
635 "/path/to/tmp/json", 635 "/path/to/tmp/json",
636 "--goma-service-account-json-file", 636 "--goma-service-account-json-file",
637 "/creds/service_accounts/service-account-goma-client.json", 637 "/creds/service_accounts/service-account-goma-client.json",
638 "--goma-dir", 638 "--goma-dir",
639 "[CACHE]/cipd/goma", 639 "[CACHE]/cipd/goma",
640 "--ninja-ensure-up-to-date", 640 "--ninja-ensure-up-to-date",
641 "--", 641 "--",
(...skipping 661 matching lines...) Expand 10 before | Expand all | Expand 10 after
1303 "--src-dir", 1303 "--src-dir",
1304 "[BUILDER_CACHE]/linux/src", 1304 "[BUILDER_CACHE]/linux/src",
1305 "--goma-cache-dir", 1305 "--goma-cache-dir",
1306 "[GOMA_CACHE]", 1306 "[GOMA_CACHE]",
1307 "--buildbot-buildername", 1307 "--buildbot-buildername",
1308 "linux_variable", 1308 "linux_variable",
1309 "--buildbot-mastername", 1309 "--buildbot-mastername",
1310 "tryserver.chromium.linux", 1310 "tryserver.chromium.linux",
1311 "--buildbot-slavename", 1311 "--buildbot-slavename",
1312 "build1-a1", 1312 "build1-a1",
1313 "--goma-deps-cache-dir", 1313 "--goma-deps-cache-file",
1314 "[GOMA_DEPS_CACHE]", 1314 "linux_variable.gomadeps",
1315 "--compiler", 1315 "--compiler",
1316 "goma", 1316 "goma",
1317 "--goma-jsonstatus", 1317 "--goma-jsonstatus",
1318 "/path/to/tmp/json", 1318 "/path/to/tmp/json",
1319 "--goma-service-account-json-file", 1319 "--goma-service-account-json-file",
1320 "/creds/service_accounts/service-account-goma-client.json", 1320 "/creds/service_accounts/service-account-goma-client.json",
1321 "--goma-dir", 1321 "--goma-dir",
1322 "[CACHE]/cipd/goma", 1322 "[CACHE]/cipd/goma",
1323 "--ninja-ensure-up-to-date", 1323 "--ninja-ensure-up-to-date",
1324 "--", 1324 "--",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
1376 "@@@STEP_LOG_END@report@@@", 1376 "@@@STEP_LOG_END@report@@@",
1377 "@@@SET_BUILD_PROPERTY@report@{\"culprit\": \"r5\", \"metadata\": {\"regre ssion_range_size\": 9, \"sub_ranges\": [[null, \"r2\", \"r3\", \"r4\", \"r5\", \ "r6\", \"r7\", \"r8\", \"r9\", \"r10\"]], \"use_bisect\": true}, \"result\": {\" r4\": \"skipped\", \"r5\": \"failed\", \"r6\": \"failed\"}}@@@" 1377 "@@@SET_BUILD_PROPERTY@report@{\"culprit\": \"r5\", \"metadata\": {\"regre ssion_range_size\": 9, \"sub_ranges\": [[null, \"r2\", \"r3\", \"r4\", \"r5\", \ "r6\", \"r7\", \"r8\", \"r9\", \"r10\"]], \"use_bisect\": true}, \"result\": {\" r4\": \"skipped\", \"r5\": \"failed\", \"r6\": \"failed\"}}@@@"
1378 ] 1378 ]
1379 }, 1379 },
1380 { 1380 {
1381 "name": "$result", 1381 "name": "$result",
1382 "recipe_result": null, 1382 "recipe_result": null,
1383 "status_code": 0 1383 "status_code": 0
1384 } 1384 }
1385 ] 1385 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698