| 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 "client.libyuv", | 8 "client.libyuv", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Asan", | 10 "Linux Asan", |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 "@@@STEP_LOG_LINE@json.output@ }@@@", | 101 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 102 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 102 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 103 "@@@STEP_LOG_LINE@json.output@}@@@", | 103 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 104 "@@@STEP_LOG_END@json.output@@@" | 104 "@@@STEP_LOG_END@json.output@@@" |
| 105 ] | 105 ] |
| 106 }, | 106 }, |
| 107 { | 107 { |
| 108 "cmd": [ | 108 "cmd": [ |
| 109 "python", | 109 "python", |
| 110 "-u", | 110 "-u", |
| 111 "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10
)\n" |
| 112 ], |
| 113 "name": "ensure_goma.get the number of cpus", |
| 114 "stdout": "/path/to/tmp/", |
| 115 "~followup_annotations": [ |
| 116 "@@@STEP_NEST_LEVEL@1@@@", |
| 117 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 118 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@", |
| 119 "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count()
* 10)@@@", |
| 120 "@@@STEP_LOG_END@python.inline@@@" |
| 121 ] |
| 122 }, |
| 123 { |
| 124 "cmd": [ |
| 125 "python", |
| 126 "-u", |
| 111 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 127 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 112 "runhooks" | 128 "runhooks" |
| 113 ], | 129 ], |
| 114 "cwd": "[SLAVE_BUILD]/src", | 130 "cwd": "[SLAVE_BUILD]/src", |
| 115 "env": { | 131 "env": { |
| 116 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 132 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 117 "GYP_DEFINES": "asan=1 clang=1 component=static_library gomadir='[CACHE]/c
ipd/goma' lsan=1 target_arch=x64 use_goma=1", | 133 "GYP_DEFINES": "asan=1 clang=1 component=static_library gomadir='[CACHE]/c
ipd/goma' lsan=1 target_arch=x64 use_goma=1", |
| 118 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 134 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 119 }, | 135 }, |
| 120 "name": "gclient runhooks" | 136 "name": "gclient runhooks" |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 "libyuv_unittest" | 215 "libyuv_unittest" |
| 200 ], | 216 ], |
| 201 "name": "libyuv_unittest" | 217 "name": "libyuv_unittest" |
| 202 }, | 218 }, |
| 203 { | 219 { |
| 204 "name": "$result", | 220 "name": "$result", |
| 205 "recipe_result": null, | 221 "recipe_result": null, |
| 206 "status_code": 0 | 222 "status_code": 0 |
| 207 } | 223 } |
| 208 ] | 224 ] |
| OLD | NEW |