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

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

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

Powered by Google App Engine
This is Rietveld 408576698