| 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 "client.webrtc", | 8 "client.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "Win64 Release (GN)", | 10 "Win64 Release (GN)", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 "python", | 69 "python", |
| 70 "-u", | 70 "-u", |
| 71 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 71 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 72 "--show-path", | 72 "--show-path", |
| 73 "python", | 73 "python", |
| 74 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 74 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 75 ], | 75 ], |
| 76 "name": "cleanup_temp" | 76 "name": "cleanup_temp" |
| 77 }, | 77 }, |
| 78 { | 78 { |
| 79 "cmd": [ | |
| 80 "python", | |
| 81 "-u", | |
| 82 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | |
| 83 "runhooks" | |
| 84 ], | |
| 85 "cwd": "[SLAVE_BUILD]\\src", | |
| 86 "env": { | |
| 87 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | |
| 88 "GYP_CHROMIUM_NO_ACTION": "1", | |
| 89 "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=x64 use_goma=1", | |
| 90 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | |
| 91 }, | |
| 92 "name": "gclient runhooks" | |
| 93 }, | |
| 94 { | |
| 95 "cmd": [ | |
| 96 "python", | |
| 97 "-u", | |
| 98 "[DEPOT_TOOLS]\\gn.py", | |
| 99 "--root=[SLAVE_BUILD]\\src", | |
| 100 "gen", | |
| 101 "//out/Release_x64", | |
| 102 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=false target
_cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]\\goma\"" | |
| 103 ], | |
| 104 "name": "gn" | |
| 105 }, | |
| 106 { | |
| 107 "cmd": [], | 79 "cmd": [], |
| 108 "name": "ensure_goma" | 80 "name": "ensure_goma" |
| 109 }, | 81 }, |
| 110 { | 82 { |
| 111 "cmd": [ | 83 "cmd": [ |
| 112 "python", | 84 "python", |
| 113 "-u", | 85 "-u", |
| 114 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 86 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", |
| 115 "--platform", | 87 "--platform", |
| 116 "windows-amd64", | 88 "windows-amd64", |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 "@@@STEP_LOG_LINE@json.output@ }@@@", | 126 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 155 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 127 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 156 "@@@STEP_LOG_LINE@json.output@}@@@", | 128 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 157 "@@@STEP_LOG_END@json.output@@@" | 129 "@@@STEP_LOG_END@json.output@@@" |
| 158 ] | 130 ] |
| 159 }, | 131 }, |
| 160 { | 132 { |
| 161 "cmd": [ | 133 "cmd": [ |
| 162 "python", | 134 "python", |
| 163 "-u", | 135 "-u", |
| 136 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 137 "runhooks" |
| 138 ], |
| 139 "cwd": "[SLAVE_BUILD]\\src", |
| 140 "env": { |
| 141 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 142 "GYP_CHROMIUM_NO_ACTION": "1", |
| 143 "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=x64 use_goma=1", |
| 144 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 145 }, |
| 146 "name": "gclient runhooks" |
| 147 }, |
| 148 { |
| 149 "cmd": [ |
| 150 "python", |
| 151 "-u", |
| 152 "[DEPOT_TOOLS]\\gn.py", |
| 153 "--root=[SLAVE_BUILD]\\src", |
| 154 "gen", |
| 155 "//out/Release_x64", |
| 156 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=false target
_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE]\\cipd\\goma\"" |
| 157 ], |
| 158 "name": "gn" |
| 159 }, |
| 160 { |
| 161 "cmd": [ |
| 162 "python", |
| 163 "-u", |
| 164 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 164 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 165 "--show-path", | 165 "--show-path", |
| 166 "python", | 166 "python", |
| 167 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 167 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 168 "--gsutil-py-path", | 168 "--gsutil-py-path", |
| 169 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 169 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 170 "--ninja-path", | 170 "--ninja-path", |
| 171 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 171 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 172 "--target", | 172 "--target", |
| 173 "Release_x64", | 173 "Release_x64", |
| (...skipping 22 matching lines...) Expand all Loading... |
| 196 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 196 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 197 "@@@STEP_LOG_END@json.output (invalid)@@@" | 197 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 198 ] | 198 ] |
| 199 }, | 199 }, |
| 200 { | 200 { |
| 201 "name": "$result", | 201 "name": "$result", |
| 202 "recipe_result": null, | 202 "recipe_result": null, |
| 203 "status_code": 0 | 203 "status_code": 0 |
| 204 } | 204 } |
| 205 ] | 205 ] |
| OLD | NEW |