| 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]/Android32_Clang__dbg_", | 7 "[BUILDER_CACHE]/Android32_Clang__dbg_", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 169 "@@@STEP_LOG_LINE@json.output@ }@@@", | 169 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 170 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 170 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 171 "@@@STEP_LOG_LINE@json.output@}@@@", | 171 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 172 "@@@STEP_LOG_END@json.output@@@" | 172 "@@@STEP_LOG_END@json.output@@@" |
| 173 ] | 173 ] |
| 174 }, | 174 }, |
| 175 { | 175 { |
| 176 "cmd": [ | 176 "cmd": [ |
| 177 "python", | 177 "python", |
| 178 "-u", | 178 "-u", |
| 179 "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10
)\n" |
| 180 ], |
| 181 "name": "ensure_goma.get the number of cpus", |
| 182 "stdout": "/path/to/tmp/", |
| 183 "~followup_annotations": [ |
| 184 "@@@STEP_NEST_LEVEL@1@@@", |
| 185 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 186 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@", |
| 187 "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count()
* 10)@@@", |
| 188 "@@@STEP_LOG_END@python.inline@@@" |
| 189 ] |
| 190 }, |
| 191 { |
| 192 "cmd": [ |
| 193 "python", |
| 194 "-u", |
| 179 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 195 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 180 "runhooks" | 196 "runhooks" |
| 181 ], | 197 ], |
| 182 "cwd": "[BUILDER_CACHE]/Android32_Clang__dbg_/src", | 198 "cwd": "[BUILDER_CACHE]/Android32_Clang__dbg_/src", |
| 183 "env": { | 199 "env": { |
| 184 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 200 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 185 "GYP_CHROMIUM_NO_ACTION": "1", | 201 "GYP_CHROMIUM_NO_ACTION": "1", |
| 186 "GYP_CROSSCOMPILE": "1", | 202 "GYP_CROSSCOMPILE": "1", |
| 187 "GYP_DEFINES": "OS=android clang=1 component=static_library fastbuild=1 go
madir='[CACHE]/cipd/goma' target_arch=arm use_goma=1", | 203 "GYP_DEFINES": "OS=android clang=1 component=static_library fastbuild=1 go
madir='[CACHE]/cipd/goma' target_arch=arm use_goma=1", |
| 188 "PATH": "[BUILDER_CACHE]/Android32_Clang__dbg_/src/third_party/android_too
ls/sdk/platform-tools:[BUILDER_CACHE]/Android32_Clang__dbg_/src/build/android:%(
PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 204 "PATH": "[BUILDER_CACHE]/Android32_Clang__dbg_/src/third_party/android_too
ls/sdk/platform-tools:[BUILDER_CACHE]/Android32_Clang__dbg_/src/build/android:%(
PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 274 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 290 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 275 "@@@STEP_LOG_END@json.output (invalid)@@@" | 291 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 276 ] | 292 ] |
| 277 }, | 293 }, |
| 278 { | 294 { |
| 279 "name": "$result", | 295 "name": "$result", |
| 280 "recipe_result": null, | 296 "recipe_result": null, |
| 281 "status_code": 0 | 297 "status_code": 0 |
| 282 } | 298 } |
| 283 ] | 299 ] |
| OLD | NEW |