| 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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 139 ] | 139 ] |
| 140 }, | 140 }, |
| 141 { | 141 { |
| 142 "cmd": [], | 142 "cmd": [], |
| 143 "name": "ensure_goma" | 143 "name": "ensure_goma" |
| 144 }, | 144 }, |
| 145 { | 145 { |
| 146 "cmd": [ | 146 "cmd": [ |
| 147 "python", | 147 "python", |
| 148 "-u", | 148 "-u", |
| 149 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 149 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 150 "--platform", | 150 "--platform", |
| 151 "linux-amd64", | 151 "linux-amd64", |
| 152 "--dest-directory", | 152 "--dest-directory", |
| 153 "[SLAVE_BUILD]/cipd", | 153 "[SLAVE_BUILD]/cipd", |
| 154 "--json-output", | 154 "--json-output", |
| 155 "/path/to/tmp/json" | 155 "/path/to/tmp/json" |
| 156 ], | 156 ], |
| 157 "name": "ensure_goma.install cipd", | 157 "name": "ensure_goma.install cipd", |
| 158 "~followup_annotations": [ | 158 "~followup_annotations": [ |
| 159 "@@@STEP_NEST_LEVEL@1@@@", | 159 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 456 "~followup_annotations": [ | 456 "~followup_annotations": [ |
| 457 "@@@STEP_TEXT@Linux Tests-Trybot@@@" | 457 "@@@STEP_TEXT@Linux Tests-Trybot@@@" |
| 458 ] | 458 ] |
| 459 }, | 459 }, |
| 460 { | 460 { |
| 461 "name": "$result", | 461 "name": "$result", |
| 462 "recipe_result": null, | 462 "recipe_result": null, |
| 463 "status_code": 0 | 463 "status_code": 0 |
| 464 } | 464 } |
| 465 ] | 465 ] |
| OLD | NEW |