| 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_ubsan_vptr", | 10 "linux_ubsan_vptr", |
| (...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\n\ntry:\n jobs = min(200, multiprocessing.cpu_c
ount() * 10)\nexcept NotImplementedError:\n jobs = 50\n\nprint jobs\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@@@@", |
| 122 "@@@STEP_LOG_LINE@python.inline@try:@@@", |
| 123 "@@@STEP_LOG_LINE@python.inline@ jobs = min(200, multiprocessing.cpu_coun
t() * 10)@@@", |
| 124 "@@@STEP_LOG_LINE@python.inline@except NotImplementedError:@@@", |
| 125 "@@@STEP_LOG_LINE@python.inline@ jobs = 50@@@", |
| 126 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 127 "@@@STEP_LOG_LINE@python.inline@print jobs@@@", |
| 128 "@@@STEP_LOG_END@python.inline@@@" |
| 129 ] |
| 130 }, |
| 131 { |
| 132 "cmd": [ |
| 133 "python", |
| 134 "-u", |
| 113 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 135 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 114 "runhooks" | 136 "runhooks" |
| 115 ], | 137 ], |
| 116 "cwd": "[SLAVE_BUILD]/src", | 138 "cwd": "[SLAVE_BUILD]/src", |
| 117 "env": { | 139 "env": { |
| 118 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 140 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 119 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu
ild=1 gomadir='[CACHE]/cipd/goma' release_extra_cflags=-fno-sanitize-recover=und
efined target_arch=x64 ubsan_vptr=1 use_goma=1", | 141 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu
ild=1 gomadir='[CACHE]/cipd/goma' release_extra_cflags=-fno-sanitize-recover=und
efined target_arch=x64 ubsan_vptr=1 use_goma=1", |
| 120 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 142 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 121 }, | 143 }, |
| 122 "name": "gclient runhooks" | 144 "name": "gclient runhooks" |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 "libyuv_unittest" | 223 "libyuv_unittest" |
| 202 ], | 224 ], |
| 203 "name": "libyuv_unittest" | 225 "name": "libyuv_unittest" |
| 204 }, | 226 }, |
| 205 { | 227 { |
| 206 "name": "$result", | 228 "name": "$result", |
| 207 "recipe_result": null, | 229 "recipe_result": null, |
| 208 "status_code": 0 | 230 "status_code": 0 |
| 209 } | 231 } |
| 210 ] | 232 ] |
| OLD | NEW |