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

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/find_culprit_using_bisect.json

Issue 2307743002: Reland "Avoid to use environment." (Closed)
Patch Set: rebase Created 4 years, 3 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 617 matching lines...) Expand 10 before | Expand all | Expand 10 after
628 "--gsutil-py-path", 628 "--gsutil-py-path",
629 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 629 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
630 "--ninja-path", 630 "--ninja-path",
631 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 631 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
632 "--target", 632 "--target",
633 "Release", 633 "Release",
634 "--src-dir", 634 "--src-dir",
635 "[BUILDER_CACHE]/linux/src", 635 "[BUILDER_CACHE]/linux/src",
636 "--goma-cache-dir", 636 "--goma-cache-dir",
637 "[GOMA_CACHE]", 637 "[GOMA_CACHE]",
638 "--buildbot-buildername",
639 "linux_variable",
640 "--buildbot-mastername",
641 "tryserver.chromium.linux",
642 "--buildbot-slavename",
643 "build1-a1",
638 "--goma-deps-cache-dir", 644 "--goma-deps-cache-dir",
639 "[GOMA_DEPS_CACHE]", 645 "[GOMA_DEPS_CACHE]",
640 "--compiler", 646 "--compiler",
641 "goma", 647 "goma",
642 "--goma-jsonstatus", 648 "--goma-jsonstatus",
643 "/path/to/tmp/json", 649 "/path/to/tmp/json",
644 "--goma-service-account-json-file", 650 "--goma-service-account-json-file",
645 "/creds/service_accounts/service-account-goma-client.json", 651 "/creds/service_accounts/service-account-goma-client.json",
646 "--goma-dir", 652 "--goma-dir",
647 "[CACHE]/cipd/goma", 653 "[CACHE]/cipd/goma",
(...skipping 671 matching lines...) Expand 10 before | Expand all | Expand 10 after
1319 "--gsutil-py-path", 1325 "--gsutil-py-path",
1320 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 1326 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
1321 "--ninja-path", 1327 "--ninja-path",
1322 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 1328 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
1323 "--target", 1329 "--target",
1324 "Release", 1330 "Release",
1325 "--src-dir", 1331 "--src-dir",
1326 "[BUILDER_CACHE]/linux/src", 1332 "[BUILDER_CACHE]/linux/src",
1327 "--goma-cache-dir", 1333 "--goma-cache-dir",
1328 "[GOMA_CACHE]", 1334 "[GOMA_CACHE]",
1335 "--buildbot-buildername",
1336 "linux_variable",
1337 "--buildbot-mastername",
1338 "tryserver.chromium.linux",
1339 "--buildbot-slavename",
1340 "build1-a1",
1329 "--goma-deps-cache-dir", 1341 "--goma-deps-cache-dir",
1330 "[GOMA_DEPS_CACHE]", 1342 "[GOMA_DEPS_CACHE]",
1331 "--compiler", 1343 "--compiler",
1332 "goma", 1344 "goma",
1333 "--goma-jsonstatus", 1345 "--goma-jsonstatus",
1334 "/path/to/tmp/json", 1346 "/path/to/tmp/json",
1335 "--goma-service-account-json-file", 1347 "--goma-service-account-json-file",
1336 "/creds/service_accounts/service-account-goma-client.json", 1348 "/creds/service_accounts/service-account-goma-client.json",
1337 "--goma-dir", 1349 "--goma-dir",
1338 "[CACHE]/cipd/goma", 1350 "[CACHE]/cipd/goma",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
1392 "@@@STEP_LOG_END@report@@@", 1404 "@@@STEP_LOG_END@report@@@",
1393 "@@@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\"}}@@@" 1405 "@@@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\"}}@@@"
1394 ] 1406 ]
1395 }, 1407 },
1396 { 1408 {
1397 "name": "$result", 1409 "name": "$result",
1398 "recipe_result": null, 1410 "recipe_result": null,
1399 "status_code": 0 1411 "status_code": 0
1400 } 1412 }
1401 ] 1413 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698