| 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 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 398 "cmd": [], | 398 "cmd": [], |
| 399 "name": "test r1.ensure_goma", | 399 "name": "test r1.ensure_goma", |
| 400 "~followup_annotations": [ | 400 "~followup_annotations": [ |
| 401 "@@@STEP_NEST_LEVEL@1@@@" | 401 "@@@STEP_NEST_LEVEL@1@@@" |
| 402 ] | 402 ] |
| 403 }, | 403 }, |
| 404 { | 404 { |
| 405 "cmd": [ | 405 "cmd": [ |
| 406 "python", | 406 "python", |
| 407 "-u", | 407 "-u", |
| 408 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 408 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 409 "--platform", | 409 "--platform", |
| 410 "linux-amd64", | 410 "linux-amd64", |
| 411 "--dest-directory", | 411 "--dest-directory", |
| 412 "[SLAVE_BUILD]/cipd", | 412 "[SLAVE_BUILD]/cipd", |
| 413 "--json-output", | 413 "--json-output", |
| 414 "/path/to/tmp/json" | 414 "/path/to/tmp/json" |
| 415 ], | 415 ], |
| 416 "name": "test r1.ensure_goma.install cipd", | 416 "name": "test r1.ensure_goma.install cipd", |
| 417 "~followup_annotations": [ | 417 "~followup_annotations": [ |
| 418 "@@@STEP_NEST_LEVEL@2@@@", | 418 "@@@STEP_NEST_LEVEL@2@@@", |
| (...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 676 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"infra_failure\": true, \"r
egression_range_size\": 1, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": fal
se}, \"result\": {\"r1\": \"infra_failed\"}}@@@" | 676 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"infra_failure\": true, \"r
egression_range_size\": 1, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": fal
se}, \"result\": {\"r1\": \"infra_failed\"}}@@@" |
| 677 ] | 677 ] |
| 678 }, | 678 }, |
| 679 { | 679 { |
| 680 "name": "$result", | 680 "name": "$result", |
| 681 "reason": "Infra compile failure: Step Failure in test r1.compile", | 681 "reason": "Infra compile failure: Step Failure in test r1.compile", |
| 682 "recipe_result": null, | 682 "recipe_result": null, |
| 683 "status_code": 1 | 683 "status_code": 1 |
| 684 } | 684 } |
| 685 ] | 685 ] |
| OLD | NEW |