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

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

Issue 2291273005: Add counting the number of CPU's in goma module (Closed)
Patch Set: use 80 for linux 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 "Win64 Release (VS2013)", 10 "Win64 Release (VS2013)",
(...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\n\ntry:\n jobs = min(200, multiprocessing.cpu_c ount() * 10)\nexcept NotImplementedError:\n jobs = 50\n\nprint jobs\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@@@@",
120 "@@@STEP_LOG_LINE@python.inline@try:@@@",
121 "@@@STEP_LOG_LINE@python.inline@ jobs = min(200, multiprocessing.cpu_coun t() * 10)@@@",
122 "@@@STEP_LOG_LINE@python.inline@except NotImplementedError:@@@",
123 "@@@STEP_LOG_LINE@python.inline@ jobs = 50@@@",
124 "@@@STEP_LOG_LINE@python.inline@@@@",
125 "@@@STEP_LOG_LINE@python.inline@print jobs@@@",
126 "@@@STEP_LOG_END@python.inline@@@"
127 ]
128 },
129 {
130 "cmd": [
131 "python",
132 "-u",
111 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", 133 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py",
112 "runhooks" 134 "runhooks"
113 ], 135 ],
114 "cwd": "[SLAVE_BUILD]\\src", 136 "cwd": "[SLAVE_BUILD]\\src",
115 "env": { 137 "env": {
116 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json", 138 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
117 "GYP_DEFINES": "component=static_library fastbuild=1 gomadir='[CACHE]\\cip d\\goma' target_arch=x64 use_goma=1", 139 "GYP_DEFINES": "component=static_library fastbuild=1 gomadir='[CACHE]\\cip d\\goma' target_arch=x64 use_goma=1",
118 "GYP_MSVS_VERSION": "2013", 140 "GYP_MSVS_VERSION": "2013",
119 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" 141 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
120 }, 142 },
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 "libyuv_unittest.exe" 197 "libyuv_unittest.exe"
176 ], 198 ],
177 "name": "libyuv_unittest" 199 "name": "libyuv_unittest"
178 }, 200 },
179 { 201 {
180 "name": "$result", 202 "name": "$result",
181 "recipe_result": null, 203 "recipe_result": null,
182 "status_code": 0 204 "status_code": 0
183 } 205 }
184 ] 206 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698