| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "name": "taskkill" | 8 "name": "taskkill" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 "@@@STEP_LOG_LINE@json.output@ }@@@", | 146 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 147 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 147 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 148 "@@@STEP_LOG_LINE@json.output@}@@@", | 148 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 149 "@@@STEP_LOG_END@json.output@@@" | 149 "@@@STEP_LOG_END@json.output@@@" |
| 150 ] | 150 ] |
| 151 }, | 151 }, |
| 152 { | 152 { |
| 153 "cmd": [ | 153 "cmd": [ |
| 154 "python", | 154 "python", |
| 155 "-u", | 155 "-u", |
| 156 "\nimport multiprocessing\n\ntry:\n jobs = min(200, multiprocessing.cpu_c
ount() * 10)\nexcept NotImplementedError:\n jobs = 50\n\nprint jobs\n" |
| 157 ], |
| 158 "name": "ensure_goma.get the number of cpus", |
| 159 "stdout": "/path/to/tmp/", |
| 160 "~followup_annotations": [ |
| 161 "@@@STEP_NEST_LEVEL@1@@@", |
| 162 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 163 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@", |
| 164 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 165 "@@@STEP_LOG_LINE@python.inline@try:@@@", |
| 166 "@@@STEP_LOG_LINE@python.inline@ jobs = min(200, multiprocessing.cpu_coun
t() * 10)@@@", |
| 167 "@@@STEP_LOG_LINE@python.inline@except NotImplementedError:@@@", |
| 168 "@@@STEP_LOG_LINE@python.inline@ jobs = 50@@@", |
| 169 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 170 "@@@STEP_LOG_LINE@python.inline@print jobs@@@", |
| 171 "@@@STEP_LOG_END@python.inline@@@" |
| 172 ] |
| 173 }, |
| 174 { |
| 175 "cmd": [ |
| 176 "python", |
| 177 "-u", |
| 156 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 178 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 157 "runhooks" | 179 "runhooks" |
| 158 ], | 180 ], |
| 159 "cwd": "[SLAVE_BUILD]\\v8", | 181 "cwd": "[SLAVE_BUILD]\\v8", |
| 160 "env": { | 182 "env": { |
| 161 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 183 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 162 "GYP_CHROMIUM_NO_ACTION": "1", | 184 "GYP_CHROMIUM_NO_ACTION": "1", |
| 163 "GYP_DEFINES": "dcheck_always_on=1 fastbuild=1 gomadir='[CACHE]\\cipd\\gom
a' target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_enable_slow_dchecks
=1 v8_optimized_debug=1 v8_target_arch=x64", | 185 "GYP_DEFINES": "dcheck_always_on=1 fastbuild=1 gomadir='[CACHE]\\cipd\\gom
a' target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_enable_slow_dchecks
=1 v8_optimized_debug=1 v8_target_arch=x64", |
| 164 "GYP_GENERATORS": "ninja", | 186 "GYP_GENERATORS": "ninja", |
| 165 "GYP_MSVS_VERSION": "2013", | 187 "GYP_MSVS_VERSION": "2013", |
| (...skipping 896 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1062 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1084 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 1063 "@@@STEP_LOG_END@durations@@@" | 1085 "@@@STEP_LOG_END@durations@@@" |
| 1064 ] | 1086 ] |
| 1065 }, | 1087 }, |
| 1066 { | 1088 { |
| 1067 "name": "$result", | 1089 "name": "$result", |
| 1068 "recipe_result": null, | 1090 "recipe_result": null, |
| 1069 "status_code": 0 | 1091 "status_code": 0 |
| 1070 } | 1092 } |
| 1071 ] | 1093 ] |
| OLD | NEW |