| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.libyuv", | 8 "tryserver.libyuv", |
| 9 "--builder", | 9 "--builder", |
| 10 "android_arm64", | 10 "android_arm64", |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 "@@@STEP_LOG_LINE@json.output@ }@@@", | 103 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 104 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 104 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 105 "@@@STEP_LOG_LINE@json.output@}@@@", | 105 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 106 "@@@STEP_LOG_END@json.output@@@" | 106 "@@@STEP_LOG_END@json.output@@@" |
| 107 ] | 107 ] |
| 108 }, | 108 }, |
| 109 { | 109 { |
| 110 "cmd": [ | 110 "cmd": [ |
| 111 "python", | 111 "python", |
| 112 "-u", | 112 "-u", |
| 113 "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10
)\n" |
| 114 ], |
| 115 "name": "ensure_goma.get the number of cpus", |
| 116 "stdout": "/path/to/tmp/", |
| 117 "~followup_annotations": [ |
| 118 "@@@STEP_NEST_LEVEL@1@@@", |
| 119 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 120 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@", |
| 121 "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count()
* 10)@@@", |
| 122 "@@@STEP_LOG_END@python.inline@@@" |
| 123 ] |
| 124 }, |
| 125 { |
| 126 "cmd": [ |
| 127 "python", |
| 128 "-u", |
| 113 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 129 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 114 "runhooks" | 130 "runhooks" |
| 115 ], | 131 ], |
| 116 "cwd": "[SLAVE_BUILD]/src", | 132 "cwd": "[SLAVE_BUILD]/src", |
| 117 "env": { | 133 "env": { |
| 118 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 134 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 119 "GYP_CROSSCOMPILE": "1", | 135 "GYP_CROSSCOMPILE": "1", |
| 120 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 fas
tbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=arm64 use_goma=1", | 136 "GYP_DEFINES": "OS=android component=static_library dcheck_always_on=1 fas
tbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=arm64 use_goma=1", |
| 121 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 137 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 122 }, | 138 }, |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 161 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 177 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 162 "@@@STEP_LOG_END@json.output (invalid)@@@" | 178 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 163 ] | 179 ] |
| 164 }, | 180 }, |
| 165 { | 181 { |
| 166 "name": "$result", | 182 "name": "$result", |
| 167 "recipe_result": null, | 183 "recipe_result": null, |
| 168 "status_code": 0 | 184 "status_code": 0 |
| 169 } | 185 } |
| 170 ] | 186 ] |
| OLD | NEW |