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

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

Issue 2345203002: Roll recipe dependencies (nontrivial). (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 25 matching lines...) Expand all
36 "[GIT_CACHE]", 36 "[GIT_CACHE]",
37 "--output_json", 37 "--output_json",
38 "/path/to/tmp/json", 38 "/path/to/tmp/json",
39 "--revision", 39 "--revision",
40 "src@r10", 40 "src@r10",
41 "--output_manifest" 41 "--output_manifest"
42 ], 42 ],
43 "cwd": "[BUILDER_CACHE]/linux", 43 "cwd": "[BUILDER_CACHE]/linux",
44 "env": { 44 "env": {
45 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200", 45 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200",
46 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 46 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
47 }, 47 },
48 "name": "bot_update", 48 "name": "bot_update",
49 "~followup_annotations": [ 49 "~followup_annotations": [
50 "@@@STEP_TEXT@Some step text@@@", 50 "@@@STEP_TEXT@Some step text@@@",
51 "@@@STEP_LOG_LINE@json.output@{@@@", 51 "@@@STEP_LOG_LINE@json.output@{@@@",
52 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 52 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
53 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 53 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
54 "@@@STEP_LOG_LINE@json.output@ \"src\": \"r10\"@@@", 54 "@@@STEP_LOG_LINE@json.output@ \"src\": \"r10\"@@@",
55 "@@@STEP_LOG_LINE@json.output@ }, @@@", 55 "@@@STEP_LOG_LINE@json.output@ }, @@@",
56 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 56 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 "[GIT_CACHE]", 310 "[GIT_CACHE]",
311 "--output_json", 311 "--output_json",
312 "/path/to/tmp/json", 312 "/path/to/tmp/json",
313 "--revision", 313 "--revision",
314 "src@r6", 314 "src@r6",
315 "--output_manifest" 315 "--output_manifest"
316 ], 316 ],
317 "cwd": "[BUILDER_CACHE]/linux", 317 "cwd": "[BUILDER_CACHE]/linux",
318 "env": { 318 "env": {
319 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200", 319 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200",
320 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 320 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
321 }, 321 },
322 "name": "test r6.bot_update", 322 "name": "test r6.bot_update",
323 "~followup_annotations": [ 323 "~followup_annotations": [
324 "@@@STEP_NEST_LEVEL@1@@@", 324 "@@@STEP_NEST_LEVEL@1@@@",
325 "@@@STEP_TEXT@Some step text@@@", 325 "@@@STEP_TEXT@Some step text@@@",
326 "@@@STEP_LOG_LINE@json.output@{@@@", 326 "@@@STEP_LOG_LINE@json.output@{@@@",
327 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 327 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
328 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 328 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
329 "@@@STEP_LOG_LINE@json.output@ \"src\": \"r6\"@@@", 329 "@@@STEP_LOG_LINE@json.output@ \"src\": \"r6\"@@@",
330 "@@@STEP_LOG_LINE@json.output@ }, @@@", 330 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
697 "[GIT_CACHE]", 697 "[GIT_CACHE]",
698 "--output_json", 698 "--output_json",
699 "/path/to/tmp/json", 699 "/path/to/tmp/json",
700 "--revision", 700 "--revision",
701 "src@r4", 701 "src@r4",
702 "--output_manifest" 702 "--output_manifest"
703 ], 703 ],
704 "cwd": "[BUILDER_CACHE]/linux", 704 "cwd": "[BUILDER_CACHE]/linux",
705 "env": { 705 "env": {
706 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200", 706 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200",
707 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 707 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
708 }, 708 },
709 "name": "test r4.bot_update", 709 "name": "test r4.bot_update",
710 "~followup_annotations": [ 710 "~followup_annotations": [
711 "@@@STEP_NEST_LEVEL@1@@@", 711 "@@@STEP_NEST_LEVEL@1@@@",
712 "@@@STEP_TEXT@Some step text@@@", 712 "@@@STEP_TEXT@Some step text@@@",
713 "@@@STEP_LOG_LINE@json.output@{@@@", 713 "@@@STEP_LOG_LINE@json.output@{@@@",
714 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 714 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
715 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 715 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
716 "@@@STEP_LOG_LINE@json.output@ \"src\": \"r4\"@@@", 716 "@@@STEP_LOG_LINE@json.output@ \"src\": \"r4\"@@@",
717 "@@@STEP_LOG_LINE@json.output@ }, @@@", 717 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
993 "[GIT_CACHE]", 993 "[GIT_CACHE]",
994 "--output_json", 994 "--output_json",
995 "/path/to/tmp/json", 995 "/path/to/tmp/json",
996 "--revision", 996 "--revision",
997 "src@r5", 997 "src@r5",
998 "--output_manifest" 998 "--output_manifest"
999 ], 999 ],
1000 "cwd": "[BUILDER_CACHE]/linux", 1000 "cwd": "[BUILDER_CACHE]/linux",
1001 "env": { 1001 "env": {
1002 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200", 1002 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200",
1003 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 1003 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
1004 }, 1004 },
1005 "name": "test r5.bot_update", 1005 "name": "test r5.bot_update",
1006 "~followup_annotations": [ 1006 "~followup_annotations": [
1007 "@@@STEP_NEST_LEVEL@1@@@", 1007 "@@@STEP_NEST_LEVEL@1@@@",
1008 "@@@STEP_TEXT@Some step text@@@", 1008 "@@@STEP_TEXT@Some step text@@@",
1009 "@@@STEP_LOG_LINE@json.output@{@@@", 1009 "@@@STEP_LOG_LINE@json.output@{@@@",
1010 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 1010 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
1011 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 1011 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
1012 "@@@STEP_LOG_LINE@json.output@ \"src\": \"r5\"@@@", 1012 "@@@STEP_LOG_LINE@json.output@ \"src\": \"r5\"@@@",
1013 "@@@STEP_LOG_LINE@json.output@ }, @@@", 1013 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 362 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