| 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_x64_gn_dbg", | 10 "win_x64_gn_dbg", |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 "-u", | 103 "-u", |
| 104 "[DEPOT_TOOLS]\\gn.py", | 104 "[DEPOT_TOOLS]\\gn.py", |
| 105 "--root=[SLAVE_BUILD]\\src", | 105 "--root=[SLAVE_BUILD]\\src", |
| 106 "gen", | 106 "gen", |
| 107 "//out/Debug_x64", | 107 "//out/Debug_x64", |
| 108 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=true target_
cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]\\goma\"" | 108 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=true target_
cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]\\goma\"" |
| 109 ], | 109 ], |
| 110 "name": "gn" | 110 "name": "gn" |
| 111 }, | 111 }, |
| 112 { | 112 { |
| 113 "cmd": [], |
| 114 "name": "ensure_goma" |
| 115 }, |
| 116 { |
| 113 "cmd": [ | 117 "cmd": [ |
| 114 "python", | 118 "python", |
| 115 "-u", | 119 "-u", |
| 120 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", |
| 121 "--platform", |
| 122 "windows-amd64", |
| 123 "--dest-directory", |
| 124 "[SLAVE_BUILD]\\cipd", |
| 125 "--json-output", |
| 126 "/path/to/tmp/json" |
| 127 ], |
| 128 "name": "ensure_goma.install cipd", |
| 129 "~followup_annotations": [ |
| 130 "@@@STEP_NEST_LEVEL@1@@@", |
| 131 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 132 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 133 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", |
| 134 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 135 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 136 "@@@STEP_LOG_END@json.output@@@" |
| 137 ] |
| 138 }, |
| 139 { |
| 140 "cmd": [ |
| 141 "[SLAVE_BUILD]\\cipd\\cipd", |
| 142 "ensure", |
| 143 "--root", |
| 144 "[CACHE]\\cipd\\goma", |
| 145 "--list", |
| 146 "infra_internal/goma/client/windows-amd64 release", |
| 147 "--json-output", |
| 148 "/path/to/tmp/json", |
| 149 "--service-account-json", |
| 150 "C:\\creds\\service_accounts\\service-account-goma-client.json" |
| 151 ], |
| 152 "name": "ensure_goma.ensure_installed", |
| 153 "~followup_annotations": [ |
| 154 "@@@STEP_NEST_LEVEL@1@@@", |
| 155 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 156 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 157 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 158 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 159 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", |
| 160 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 161 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 162 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 163 "@@@STEP_LOG_END@json.output@@@" |
| 164 ] |
| 165 }, |
| 166 { |
| 167 "cmd": [ |
| 168 "python", |
| 169 "-u", |
| 116 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 170 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 117 "--show-path", | 171 "--show-path", |
| 118 "python", | 172 "python", |
| 119 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 173 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 120 "--gsutil-py-path", | 174 "--gsutil-py-path", |
| 121 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 175 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 122 "--ninja-path", | 176 "--ninja-path", |
| 123 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 177 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 124 "--target", | 178 "--target", |
| 125 "Debug_x64", | 179 "Debug_x64", |
| 126 "--src-dir", | 180 "--src-dir", |
| 127 "[SLAVE_BUILD]\\src", | 181 "[SLAVE_BUILD]\\src", |
| 128 "--goma-cache-dir", | 182 "--goma-cache-dir", |
| 129 "[GOMA_CACHE]", | 183 "[GOMA_CACHE]", |
| 130 "--build-tool", | 184 "--build-tool", |
| 131 "ninja", | 185 "ninja", |
| 132 "--compiler", | 186 "--compiler", |
| 133 "goma", | 187 "goma", |
| 134 "--goma-jsonstatus", | 188 "--goma-jsonstatus", |
| 135 "/path/to/tmp/json", | 189 "/path/to/tmp/json", |
| 136 "--goma-service-account-json-file", | 190 "--goma-service-account-json-file", |
| 137 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 191 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 138 "--goma-dir", | 192 "--goma-dir", |
| 139 "[BUILD]\\goma", | 193 "[CACHE]\\cipd\\goma", |
| 140 "--goma-fail-fast", | 194 "--goma-fail-fast", |
| 141 "--goma-disable-local-fallback", | 195 "--goma-disable-local-fallback", |
| 142 "--", | 196 "--", |
| 143 "all" | 197 "all" |
| 144 ], | 198 ], |
| 145 "env": { | 199 "env": { |
| 146 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 200 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 147 }, | 201 }, |
| 148 "name": "compile", | 202 "name": "compile", |
| 149 "~followup_annotations": [ | 203 "~followup_annotations": [ |
| 150 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 204 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 151 "@@@STEP_LOG_END@json.output (invalid)@@@" | 205 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 152 ] | 206 ] |
| 153 }, | 207 }, |
| 154 { | 208 { |
| 155 "name": "$result", | 209 "name": "$result", |
| 156 "recipe_result": null, | 210 "recipe_result": null, |
| 157 "status_code": 0 | 211 "status_code": 0 |
| 158 } | 212 } |
| 159 ] | 213 ] |
| OLD | NEW |