| 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_ChromiumOS_Builder", | 7 "[BUILDER_CACHE]/Linux_ChromiumOS_Builder", |
| 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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 340 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux ChromiumOS
Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"parent
_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"
slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}
" | 340 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Linux ChromiumOS
Builder\", \"buildnumber\": 571, \"mastername\": \"chromium.gpu.fyi\", \"parent
_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"
slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}
" |
| 341 ], | 341 ], |
| 342 "name": "package build" | 342 "name": "package build" |
| 343 }, | 343 }, |
| 344 { | 344 { |
| 345 "name": "$result", | 345 "name": "$result", |
| 346 "recipe_result": null, | 346 "recipe_result": null, |
| 347 "status_code": 0 | 347 "status_code": 0 |
| 348 } | 348 } |
| 349 ] | 349 ] |
| OLD | NEW |