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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_linux32_debug.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 "Linux32 Debug", 10 "Linux32 Debug",
(...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": "component=shared_library gomadir='[CACHE]/cipd/goma' targe t_arch=ia32 use_goma=1", 133 "GYP_DEFINES": "component=shared_library gomadir='[CACHE]/cipd/goma' targe t_arch=ia32 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 "libyuv_unittest" 191 "libyuv_unittest"
176 ], 192 ],
177 "name": "libyuv_unittest" 193 "name": "libyuv_unittest"
178 }, 194 },
179 { 195 {
180 "name": "$result", 196 "name": "$result",
181 "recipe_result": null, 197 "recipe_result": null,
182 "status_code": 0 198 "status_code": 0
183 } 199 }
184 ] 200 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698