| OLD | NEW |
| 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 "tryserver.webrtc", | 8 "tryserver.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "win_rel", | 10 "win_rel", |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 "python", | 75 "python", |
| 76 "-u", | 76 "-u", |
| 77 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 77 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 78 "--show-path", | 78 "--show-path", |
| 79 "python", | 79 "python", |
| 80 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 80 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 81 ], | 81 ], |
| 82 "name": "cleanup_temp" | 82 "name": "cleanup_temp" |
| 83 }, | 83 }, |
| 84 { | 84 { |
| 85 "cmd": [ | |
| 86 "python", | |
| 87 "-u", | |
| 88 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | |
| 89 "runhooks" | |
| 90 ], | |
| 91 "cwd": "[SLAVE_BUILD]\\src", | |
| 92 "env": { | |
| 93 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | |
| 94 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_
on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]\\goma' rtc_use_h264=1 t
arget_arch=ia32 use_goma=1", | |
| 95 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | |
| 96 }, | |
| 97 "name": "gclient runhooks" | |
| 98 }, | |
| 99 { | |
| 100 "cmd": [], | 85 "cmd": [], |
| 101 "name": "ensure_goma" | 86 "name": "ensure_goma" |
| 102 }, | 87 }, |
| 103 { | 88 { |
| 104 "cmd": [ | 89 "cmd": [ |
| 105 "python", | 90 "python", |
| 106 "-u", | 91 "-u", |
| 107 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 92 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", |
| 108 "--platform", | 93 "--platform", |
| 109 "windows-386", | 94 "windows-386", |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 147 "@@@STEP_LOG_LINE@json.output@ }@@@", | 132 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 148 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 133 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 149 "@@@STEP_LOG_LINE@json.output@}@@@", | 134 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 150 "@@@STEP_LOG_END@json.output@@@" | 135 "@@@STEP_LOG_END@json.output@@@" |
| 151 ] | 136 ] |
| 152 }, | 137 }, |
| 153 { | 138 { |
| 154 "cmd": [ | 139 "cmd": [ |
| 155 "python", | 140 "python", |
| 156 "-u", | 141 "-u", |
| 142 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 143 "runhooks" |
| 144 ], |
| 145 "cwd": "[SLAVE_BUILD]\\src", |
| 146 "env": { |
| 147 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 148 "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 target_arch=ia32 use_goma=1", |
| 149 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 150 }, |
| 151 "name": "gclient runhooks" |
| 152 }, |
| 153 { |
| 154 "cmd": [ |
| 155 "python", |
| 156 "-u", |
| 157 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 157 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 158 "--show-path", | 158 "--show-path", |
| 159 "python", | 159 "python", |
| 160 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 160 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 161 "--gsutil-py-path", | 161 "--gsutil-py-path", |
| 162 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 162 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 163 "--ninja-path", | 163 "--ninja-path", |
| 164 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 164 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 165 "--target", | 165 "--target", |
| 166 "Release", | 166 "Release", |
| (...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 574 "webrtc_nonparallel_tests.exe" | 574 "webrtc_nonparallel_tests.exe" |
| 575 ], | 575 ], |
| 576 "name": "webrtc_nonparallel_tests" | 576 "name": "webrtc_nonparallel_tests" |
| 577 }, | 577 }, |
| 578 { | 578 { |
| 579 "name": "$result", | 579 "name": "$result", |
| 580 "recipe_result": null, | 580 "recipe_result": null, |
| 581 "status_code": 0 | 581 "status_code": 0 |
| 582 } | 582 } |
| 583 ] | 583 ] |
| OLD | NEW |