| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
| 7 "[BUILDER_CACHE]\\win_asan", | 7 "[BUILDER_CACHE]\\win_asan", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 159 "@@@STEP_LOG_LINE@json.output@ }@@@", | 159 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 160 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 160 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 161 "@@@STEP_LOG_LINE@json.output@}@@@", | 161 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 162 "@@@STEP_LOG_END@json.output@@@" | 162 "@@@STEP_LOG_END@json.output@@@" |
| 163 ] | 163 ] |
| 164 }, | 164 }, |
| 165 { | 165 { |
| 166 "cmd": [ | 166 "cmd": [ |
| 167 "python", | 167 "python", |
| 168 "-u", | 168 "-u", |
| 169 "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10
)\n" |
| 170 ], |
| 171 "name": "ensure_goma.get the number of cpus", |
| 172 "stdout": "/path/to/tmp/", |
| 173 "~followup_annotations": [ |
| 174 "@@@STEP_NEST_LEVEL@1@@@", |
| 175 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 176 "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@", |
| 177 "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count()
* 10)@@@", |
| 178 "@@@STEP_LOG_END@python.inline@@@" |
| 179 ] |
| 180 }, |
| 181 { |
| 182 "cmd": [ |
| 183 "python", |
| 184 "-u", |
| 169 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 185 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 170 "runhooks" | 186 "runhooks" |
| 171 ], | 187 ], |
| 172 "cwd": "[BUILDER_CACHE]\\win_asan\\src", | 188 "cwd": "[BUILDER_CACHE]\\win_asan\\src", |
| 173 "env": { | 189 "env": { |
| 174 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 190 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 175 "GYP_CHROMIUM_NO_ACTION": "1", | 191 "GYP_CHROMIUM_NO_ACTION": "1", |
| 176 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_
on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' rtc_use_h2
64=1 syzyasan=1 target_arch=ia32 use_goma=1 win_z7=1", | 192 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_
on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' rtc_use_h2
64=1 syzyasan=1 target_arch=ia32 use_goma=1 win_z7=1", |
| 177 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 193 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 178 }, | 194 }, |
| (...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 652 ], | 668 ], |
| 653 "cwd": "[BUILDER_CACHE]\\win_asan", | 669 "cwd": "[BUILDER_CACHE]\\win_asan", |
| 654 "name": "webrtc_nonparallel_tests" | 670 "name": "webrtc_nonparallel_tests" |
| 655 }, | 671 }, |
| 656 { | 672 { |
| 657 "name": "$result", | 673 "name": "$result", |
| 658 "recipe_result": null, | 674 "recipe_result": null, |
| 659 "status_code": 0 | 675 "status_code": 0 |
| 660 } | 676 } |
| 661 ] | 677 ] |
| OLD | NEW |