| 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 ] | 127 ] |
| 128 }, | 128 }, |
| 129 { | 129 { |
| 130 "cmd": [], | 130 "cmd": [], |
| 131 "name": "ensure_goma" | 131 "name": "ensure_goma" |
| 132 }, | 132 }, |
| 133 { | 133 { |
| 134 "cmd": [ | 134 "cmd": [ |
| 135 "python", | 135 "python", |
| 136 "-u", | 136 "-u", |
| 137 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 137 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 138 "--platform", | 138 "--platform", |
| 139 "linux-amd64", | 139 "linux-amd64", |
| 140 "--dest-directory", | 140 "--dest-directory", |
| 141 "[SLAVE_BUILD]/cipd", | 141 "[SLAVE_BUILD]/cipd", |
| 142 "--json-output", | 142 "--json-output", |
| 143 "/path/to/tmp/json" | 143 "/path/to/tmp/json" |
| 144 ], | 144 ], |
| 145 "name": "ensure_goma.install cipd", | 145 "name": "ensure_goma.install cipd", |
| 146 "~followup_annotations": [ | 146 "~followup_annotations": [ |
| 147 "@@@STEP_NEST_LEVEL@1@@@", | 147 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 401 "cmd": [], | 401 "cmd": [], |
| 402 "name": "test r2.ensure_goma", | 402 "name": "test r2.ensure_goma", |
| 403 "~followup_annotations": [ | 403 "~followup_annotations": [ |
| 404 "@@@STEP_NEST_LEVEL@1@@@" | 404 "@@@STEP_NEST_LEVEL@1@@@" |
| 405 ] | 405 ] |
| 406 }, | 406 }, |
| 407 { | 407 { |
| 408 "cmd": [ | 408 "cmd": [ |
| 409 "python", | 409 "python", |
| 410 "-u", | 410 "-u", |
| 411 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 411 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 412 "--platform", | 412 "--platform", |
| 413 "linux-amd64", | 413 "linux-amd64", |
| 414 "--dest-directory", | 414 "--dest-directory", |
| 415 "[SLAVE_BUILD]/cipd", | 415 "[SLAVE_BUILD]/cipd", |
| 416 "--json-output", | 416 "--json-output", |
| 417 "/path/to/tmp/json" | 417 "/path/to/tmp/json" |
| 418 ], | 418 ], |
| 419 "name": "test r2.ensure_goma.install cipd", | 419 "name": "test r2.ensure_goma.install cipd", |
| 420 "~followup_annotations": [ | 420 "~followup_annotations": [ |
| 421 "@@@STEP_NEST_LEVEL@2@@@", | 421 "@@@STEP_NEST_LEVEL@2@@@", |
| (...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 677 "@@@STEP_LOG_END@report@@@", | 677 "@@@STEP_LOG_END@report@@@", |
| 678 "@@@SET_BUILD_PROPERTY@report@{\"culprit\": \"r2\", \"metadata\": {\"regre
ssion_range_size\": 4, \"sub_ranges\": [[null, \"r2\", \"r3\", \"r4\", \"r5\"]],
\"use_bisect\": false}, \"result\": {\"r2\": \"failed\"}}@@@" | 678 "@@@SET_BUILD_PROPERTY@report@{\"culprit\": \"r2\", \"metadata\": {\"regre
ssion_range_size\": 4, \"sub_ranges\": [[null, \"r2\", \"r3\", \"r4\", \"r5\"]],
\"use_bisect\": false}, \"result\": {\"r2\": \"failed\"}}@@@" |
| 679 ] | 679 ] |
| 680 }, | 680 }, |
| 681 { | 681 { |
| 682 "name": "$result", | 682 "name": "$result", |
| 683 "recipe_result": null, | 683 "recipe_result": null, |
| 684 "status_code": 0 | 684 "status_code": 0 |
| 685 } | 685 } |
| 686 ] | 686 ] |
| OLD | NEW |