| OLD | NEW |
| 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 26 matching lines...) Expand all Loading... |
| 37 "--root", | 37 "--root", |
| 38 "src", | 38 "src", |
| 39 "--revision_mapping_file", | 39 "--revision_mapping_file", |
| 40 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision
\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g
ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/
tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_
revision\"}", | 40 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision
\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g
ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/
tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_
revision\"}", |
| 41 "--git-cache-dir", | 41 "--git-cache-dir", |
| 42 "[GIT_CACHE]", | 42 "[GIT_CACHE]", |
| 43 "--output_json", | 43 "--output_json", |
| 44 "/path/to/tmp/json", | 44 "/path/to/tmp/json", |
| 45 "--revision", | 45 "--revision", |
| 46 "src@r10", | 46 "src@r10", |
| 47 "--output_manifest" | 47 "--output_manifest", |
| 48 "--gerrit_no_rebase_patch_ref" |
| 48 ], | 49 ], |
| 49 "cwd": "[BUILDER_CACHE]/linux", | 50 "cwd": "[BUILDER_CACHE]/linux", |
| 50 "env": { | 51 "env": { |
| 51 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200", | 52 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200", |
| 52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 53 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 53 }, | 54 }, |
| 54 "name": "bot_update", | 55 "name": "bot_update", |
| 55 "~followup_annotations": [ | 56 "~followup_annotations": [ |
| 56 "@@@STEP_TEXT@Some step text@@@", | 57 "@@@STEP_TEXT@Some step text@@@", |
| 57 "@@@STEP_LOG_LINE@json.output@{@@@", | 58 "@@@STEP_LOG_LINE@json.output@{@@@", |
| (...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 317 "--root", | 318 "--root", |
| 318 "src", | 319 "src", |
| 319 "--revision_mapping_file", | 320 "--revision_mapping_file", |
| 320 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision
\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g
ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/
tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_
revision\"}", | 321 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision
\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g
ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/
tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_
revision\"}", |
| 321 "--git-cache-dir", | 322 "--git-cache-dir", |
| 322 "[GIT_CACHE]", | 323 "[GIT_CACHE]", |
| 323 "--output_json", | 324 "--output_json", |
| 324 "/path/to/tmp/json", | 325 "/path/to/tmp/json", |
| 325 "--revision", | 326 "--revision", |
| 326 "src@r6", | 327 "src@r6", |
| 327 "--output_manifest" | 328 "--output_manifest", |
| 329 "--gerrit_no_rebase_patch_ref" |
| 328 ], | 330 ], |
| 329 "cwd": "[BUILDER_CACHE]/linux", | 331 "cwd": "[BUILDER_CACHE]/linux", |
| 330 "env": { | 332 "env": { |
| 331 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200", | 333 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200", |
| 332 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 334 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 333 }, | 335 }, |
| 334 "name": "test r6.bot_update", | 336 "name": "test r6.bot_update", |
| 335 "~followup_annotations": [ | 337 "~followup_annotations": [ |
| 336 "@@@STEP_NEST_LEVEL@1@@@", | 338 "@@@STEP_NEST_LEVEL@1@@@", |
| 337 "@@@STEP_TEXT@Some step text@@@", | 339 "@@@STEP_TEXT@Some step text@@@", |
| (...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 704 "--root", | 706 "--root", |
| 705 "src", | 707 "src", |
| 706 "--revision_mapping_file", | 708 "--revision_mapping_file", |
| 707 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision
\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g
ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/
tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_
revision\"}", | 709 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision
\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g
ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/
tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_
revision\"}", |
| 708 "--git-cache-dir", | 710 "--git-cache-dir", |
| 709 "[GIT_CACHE]", | 711 "[GIT_CACHE]", |
| 710 "--output_json", | 712 "--output_json", |
| 711 "/path/to/tmp/json", | 713 "/path/to/tmp/json", |
| 712 "--revision", | 714 "--revision", |
| 713 "src@r4", | 715 "src@r4", |
| 714 "--output_manifest" | 716 "--output_manifest", |
| 717 "--gerrit_no_rebase_patch_ref" |
| 715 ], | 718 ], |
| 716 "cwd": "[BUILDER_CACHE]/linux", | 719 "cwd": "[BUILDER_CACHE]/linux", |
| 717 "env": { | 720 "env": { |
| 718 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200", | 721 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200", |
| 719 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 722 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 720 }, | 723 }, |
| 721 "name": "test r4.bot_update", | 724 "name": "test r4.bot_update", |
| 722 "~followup_annotations": [ | 725 "~followup_annotations": [ |
| 723 "@@@STEP_NEST_LEVEL@1@@@", | 726 "@@@STEP_NEST_LEVEL@1@@@", |
| 724 "@@@STEP_TEXT@Some step text@@@", | 727 "@@@STEP_TEXT@Some step text@@@", |
| (...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1006 "--root", | 1009 "--root", |
| 1007 "src", | 1010 "src", |
| 1008 "--revision_mapping_file", | 1011 "--revision_mapping_file", |
| 1009 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision
\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g
ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/
tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_
revision\"}", | 1012 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision
\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g
ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/
tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_
revision\"}", |
| 1010 "--git-cache-dir", | 1013 "--git-cache-dir", |
| 1011 "[GIT_CACHE]", | 1014 "[GIT_CACHE]", |
| 1012 "--output_json", | 1015 "--output_json", |
| 1013 "/path/to/tmp/json", | 1016 "/path/to/tmp/json", |
| 1014 "--revision", | 1017 "--revision", |
| 1015 "src@r5", | 1018 "src@r5", |
| 1016 "--output_manifest" | 1019 "--output_manifest", |
| 1020 "--gerrit_no_rebase_patch_ref" |
| 1017 ], | 1021 ], |
| 1018 "cwd": "[BUILDER_CACHE]/linux", | 1022 "cwd": "[BUILDER_CACHE]/linux", |
| 1019 "env": { | 1023 "env": { |
| 1020 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200", | 1024 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200", |
| 1021 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 1025 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 1022 }, | 1026 }, |
| 1023 "name": "test r5.bot_update", | 1027 "name": "test r5.bot_update", |
| 1024 "~followup_annotations": [ | 1028 "~followup_annotations": [ |
| 1025 "@@@STEP_NEST_LEVEL@1@@@", | 1029 "@@@STEP_NEST_LEVEL@1@@@", |
| 1026 "@@@STEP_TEXT@Some step text@@@", | 1030 "@@@STEP_TEXT@Some step text@@@", |
| (...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1388 "@@@STEP_LOG_END@report@@@", | 1392 "@@@STEP_LOG_END@report@@@", |
| 1389 "@@@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\"}}@@@" |
| 1390 ] | 1394 ] |
| 1391 }, | 1395 }, |
| 1392 { | 1396 { |
| 1393 "name": "$result", | 1397 "name": "$result", |
| 1394 "recipe_result": null, | 1398 "recipe_result": null, |
| 1395 "status_code": 0 | 1399 "status_code": 0 |
| 1396 } | 1400 } |
| 1397 ] | 1401 ] |
| OLD | NEW |