Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(302)

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux_asan.json

Issue 2291273005: Add counting the number of CPU's in goma module (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698