| 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_clang_dbg", | 7 "[BUILDER_CACHE]/android_clang_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_clang_dbg/src", | 204 "cwd": "[BUILDER_CACHE]/android_clang_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 clang=1 component=static_library dcheck_always_
on=1 fastbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=arm use_goma=1", | 209 "GYP_DEFINES": "OS=android clang=1 component=static_library dcheck_always_
on=1 fastbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=arm use_goma=1", |
| 194 "PATH": "[BUILDER_CACHE]/android_clang_dbg/src/third_party/android_tools/s
dk/platform-tools:[BUILDER_CACHE]/android_clang_dbg/src/build/android:%(PATH)s:R
ECIPE_PACKAGE_REPO[depot_tools]" | 210 "PATH": "[BUILDER_CACHE]/android_clang_dbg/src/third_party/android_tools/s
dk/platform-tools:[BUILDER_CACHE]/android_clang_dbg/src/build/android:%(PATH)s:R
ECIPE_PACKAGE_REPO[depot_tools]" |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 282 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 298 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 283 "@@@STEP_LOG_END@json.output (invalid)@@@" | 299 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 284 ] | 300 ] |
| 285 }, | 301 }, |
| 286 { | 302 { |
| 287 "name": "$result", | 303 "name": "$result", |
| 288 "recipe_result": null, | 304 "recipe_result": null, |
| 289 "status_code": 0 | 305 "status_code": 0 |
| 290 } | 306 } |
| 291 ] | 307 ] |
| OLD | NEW |