| 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 "linux", | 10 "linux", |
| (...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_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1 go
madir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", | 135 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1 go
madir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", |
| 120 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 136 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 121 }, | 137 }, |
| 122 "name": "gclient runhooks" | 138 "name": "gclient runhooks" |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 "libyuv_unittest" | 195 "libyuv_unittest" |
| 180 ], | 196 ], |
| 181 "name": "libyuv_unittest" | 197 "name": "libyuv_unittest" |
| 182 }, | 198 }, |
| 183 { | 199 { |
| 184 "name": "$result", | 200 "name": "$result", |
| 185 "recipe_result": null, | 201 "recipe_result": null, |
| 186 "status_code": 0 | 202 "status_code": 0 |
| 187 } | 203 } |
| 188 ] | 204 ] |
| OLD | NEW |