| 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]/android_compile_arm64_dbg", | 7 "[BUILDER_CACHE]/android_compile_arm64_dbg", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 "@@@STEP_LOG_LINE@json.output@ }@@@", | 175 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 176 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 176 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 177 "@@@STEP_LOG_LINE@json.output@}@@@", | 177 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 178 "@@@STEP_LOG_END@json.output@@@" | 178 "@@@STEP_LOG_END@json.output@@@" |
| 179 ] | 179 ] |
| 180 }, | 180 }, |
| 181 { | 181 { |
| 182 "cmd": [ | 182 "cmd": [ |
| 183 "python", | 183 "python", |
| 184 "-u", | 184 "-u", |
| 185 "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10
)\n" |
| 186 ], |
| 187 "name": "ensure_goma.get the number of cpus", |
| 188 "stdout": "/path/to/tmp/", |
| 189 "~followup_annotations": [ |
| 190 "@@@STEP_NEST_LEVEL@1@@@", |
| 191 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 192 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@", |
| 193 "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count()
* 10)@@@", |
| 194 "@@@STEP_LOG_END@python.inline@@@" |
| 195 ] |
| 196 }, |
| 197 { |
| 198 "cmd": [ |
| 199 "python", |
| 200 "-u", |
| 185 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 201 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 186 "runhooks" | 202 "runhooks" |
| 187 ], | 203 ], |
| 188 "cwd": "[BUILDER_CACHE]/android_compile_arm64_dbg/src", | 204 "cwd": "[BUILDER_CACHE]/android_compile_arm64_dbg/src", |
| 189 "env": { | 205 "env": { |
| 190 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 206 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 191 "GYP_CHROMIUM_NO_ACTION": "1", | 207 "GYP_CHROMIUM_NO_ACTION": "1", |
| 192 "GYP_CROSSCOMPILE": "1", | 208 "GYP_CROSSCOMPILE": "1", |
| 193 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 fas
tbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=arm64 use_goma=1", | 209 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 fas
tbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=arm64 use_goma=1", |
| 194 "PATH": "[BUILDER_CACHE]/android_compile_arm64_dbg/src/third_party/android
_tools/sdk/platform-tools:[BUILDER_CACHE]/android_compile_arm64_dbg/src/build/an
droid:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 210 "PATH": "[BUILDER_CACHE]/android_compile_arm64_dbg/src/third_party/android
_tools/sdk/platform-tools:[BUILDER_CACHE]/android_compile_arm64_dbg/src/build/an
droid:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 259 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 275 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 260 "@@@STEP_LOG_END@json.output (invalid)@@@" | 276 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 261 ] | 277 ] |
| 262 }, | 278 }, |
| 263 { | 279 { |
| 264 "name": "$result", | 280 "name": "$result", |
| 265 "recipe_result": null, | 281 "recipe_result": null, |
| 266 "status_code": 0 | 282 "status_code": 0 |
| 267 } | 283 } |
| 268 ] | 284 ] |
| OLD | NEW |