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

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/find_culprit_in_second_sub_range.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@r6", 40 "src@r6",
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\": \"r6\"@@@", 54 "@@@STEP_LOG_LINE@json.output@ \"src\": \"r6\"@@@",
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@r7", 314 "src@r7",
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 r7.bot_update", 322 "name": "test r7.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\": \"r7\"@@@", 329 "@@@STEP_LOG_LINE@json.output@ \"src\": \"r7\"@@@",
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@r3", 701 "src@r3",
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 r3.bot_update", 709 "name": "test r3.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\": \"r3\"@@@", 716 "@@@STEP_LOG_LINE@json.output@ \"src\": \"r3\"@@@",
717 "@@@STEP_LOG_LINE@json.output@ }, @@@", 717 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
1080 "[GIT_CACHE]", 1080 "[GIT_CACHE]",
1081 "--output_json", 1081 "--output_json",
1082 "/path/to/tmp/json", 1082 "/path/to/tmp/json",
1083 "--revision", 1083 "--revision",
1084 "src@r4", 1084 "src@r4",
1085 "--output_manifest" 1085 "--output_manifest"
1086 ], 1086 ],
1087 "cwd": "[BUILDER_CACHE]/linux", 1087 "cwd": "[BUILDER_CACHE]/linux",
1088 "env": { 1088 "env": {
1089 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200", 1089 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200",
1090 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 1090 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
1091 }, 1091 },
1092 "name": "test r4.bot_update", 1092 "name": "test r4.bot_update",
1093 "~followup_annotations": [ 1093 "~followup_annotations": [
1094 "@@@STEP_NEST_LEVEL@1@@@", 1094 "@@@STEP_NEST_LEVEL@1@@@",
1095 "@@@STEP_TEXT@Some step text@@@", 1095 "@@@STEP_TEXT@Some step text@@@",
1096 "@@@STEP_LOG_LINE@json.output@{@@@", 1096 "@@@STEP_LOG_LINE@json.output@{@@@",
1097 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 1097 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
1098 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 1098 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
1099 "@@@STEP_LOG_LINE@json.output@ \"src\": \"r4\"@@@", 1099 "@@@STEP_LOG_LINE@json.output@ \"src\": \"r4\"@@@",
1100 "@@@STEP_LOG_LINE@json.output@ }, @@@", 1100 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
1467 "@@@STEP_LOG_END@report@@@", 1467 "@@@STEP_LOG_END@report@@@",
1468 "@@@SET_BUILD_PROPERTY@report@{\"culprit\": \"r4\", \"metadata\": {\"regre ssion_range_size\": 9, \"sub_ranges\": [[\"r7\", \"r8\", \"r9\", \"r10\"], [\"r3 \", \"r4\", \"r5\", \"r6\"], [null, \"r2\"]], \"use_bisect\": false}, \"result\" : {\"r3\": \"passed\", \"r4\": \"failed\", \"r7\": \"failed\"}}@@@" 1468 "@@@SET_BUILD_PROPERTY@report@{\"culprit\": \"r4\", \"metadata\": {\"regre ssion_range_size\": 9, \"sub_ranges\": [[\"r7\", \"r8\", \"r9\", \"r10\"], [\"r3 \", \"r4\", \"r5\", \"r6\"], [null, \"r2\"]], \"use_bisect\": false}, \"result\" : {\"r3\": \"passed\", \"r4\": \"failed\", \"r7\": \"failed\"}}@@@"
1469 ] 1469 ]
1470 }, 1470 },
1471 { 1471 {
1472 "name": "$result", 1472 "name": "$result",
1473 "recipe_result": null, 1473 "recipe_result": null,
1474 "status_code": 0 1474 "status_code": 0
1475 } 1475 }
1476 ] 1476 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698