| 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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 ] | 131 ] |
| 132 }, | 132 }, |
| 133 { | 133 { |
| 134 "cmd": [], | 134 "cmd": [], |
| 135 "name": "ensure_goma" | 135 "name": "ensure_goma" |
| 136 }, | 136 }, |
| 137 { | 137 { |
| 138 "cmd": [ | 138 "cmd": [ |
| 139 "python", | 139 "python", |
| 140 "-u", | 140 "-u", |
| 141 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 141 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 142 "--platform", | 142 "--platform", |
| 143 "linux-amd64", | 143 "linux-amd64", |
| 144 "--dest-directory", | 144 "--dest-directory", |
| 145 "[SLAVE_BUILD]/cipd", | 145 "[SLAVE_BUILD]/cipd", |
| 146 "--json-output", | 146 "--json-output", |
| 147 "/path/to/tmp/json" | 147 "/path/to/tmp/json" |
| 148 ], | 148 ], |
| 149 "name": "ensure_goma.install cipd", | 149 "name": "ensure_goma.install cipd", |
| 150 "~followup_annotations": [ | 150 "~followup_annotations": [ |
| 151 "@@@STEP_NEST_LEVEL@1@@@", | 151 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 561 "~followup_annotations": [ | 561 "~followup_annotations": [ |
| 562 "@@@STEP_TEXT@Linux Release (ATI)<br />Linux Release (NVIDIA GeForce 730)<
br />Linux Release (NVIDIA)<br />Linux Release (New Intel)<br />Optional Linux R
elease (NVIDIA)@@@" | 562 "@@@STEP_TEXT@Linux Release (ATI)<br />Linux Release (NVIDIA GeForce 730)<
br />Linux Release (NVIDIA)<br />Linux Release (New Intel)<br />Optional Linux R
elease (NVIDIA)@@@" |
| 563 ] | 563 ] |
| 564 }, | 564 }, |
| 565 { | 565 { |
| 566 "name": "$result", | 566 "name": "$result", |
| 567 "recipe_result": null, | 567 "recipe_result": null, |
| 568 "status_code": 0 | 568 "status_code": 0 |
| 569 } | 569 } |
| 570 ] | 570 ] |
| OLD | NEW |