| 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 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "taskkill" | 9 "name": "taskkill" |
| 10 }, | 10 }, |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", | 100 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", |
| 101 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 101 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
| 102 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 102 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
| 103 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 103 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 104 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 104 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 105 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 105 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 106 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 106 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 107 ] | 107 ] |
| 108 }, | 108 }, |
| 109 { | 109 { |
| 110 "cmd": [], | |
| 111 "cwd": "[SLAVE_BUILD]", | |
| 112 "name": "ensure_goma" | |
| 113 }, | |
| 114 { | |
| 115 "cmd": [ | |
| 116 "python", | |
| 117 "-u", | |
| 118 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | |
| 119 "--platform", | |
| 120 "windows-386", | |
| 121 "--dest-directory", | |
| 122 "[SLAVE_BUILD]\\cipd", | |
| 123 "--json-output", | |
| 124 "/path/to/tmp/json" | |
| 125 ], | |
| 126 "cwd": "[SLAVE_BUILD]", | |
| 127 "name": "ensure_goma.install cipd", | |
| 128 "~followup_annotations": [ | |
| 129 "@@@STEP_NEST_LEVEL@1@@@", | |
| 130 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | |
| 131 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 132 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", | |
| 133 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | |
| 134 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 135 "@@@STEP_LOG_END@json.output@@@" | |
| 136 ] | |
| 137 }, | |
| 138 { | |
| 139 "cmd": [ | |
| 140 "[SLAVE_BUILD]\\cipd\\cipd", | |
| 141 "ensure", | |
| 142 "--root", | |
| 143 "[CACHE]\\cipd\\goma", | |
| 144 "--list", | |
| 145 "infra_internal/goma/client/windows-amd64 release", | |
| 146 "--json-output", | |
| 147 "/path/to/tmp/json", | |
| 148 "--service-account-json", | |
| 149 "C:\\creds\\service_accounts\\service-account-goma-client.json" | |
| 150 ], | |
| 151 "cwd": "[SLAVE_BUILD]", | |
| 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": [ | 110 "cmd": [ |
| 168 "python", | 111 "python", |
| 169 "-u", | 112 "-u", |
| 170 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 113 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 171 "runhooks" | 114 "runhooks" |
| 172 ], | 115 ], |
| 173 "cwd": "[SLAVE_BUILD]", | 116 "cwd": "[SLAVE_BUILD]", |
| 174 "env": { | 117 "env": { |
| 175 "GYP_CHROMIUM_NO_ACTION": "1", | 118 "GYP_CHROMIUM_NO_ACTION": "1", |
| 176 "GYP_DEFINES": "branding=Chrome buildtype=Official chromium_win_pch=0 comp
onent=static_library fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=ia32
use_goma=1", | 119 "GYP_DEFINES": "branding=Chrome buildtype=Official chromium_win_pch=0 comp
onent=static_library fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 use_go
ma=1", |
| 177 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 120 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 178 }, | 121 }, |
| 179 "name": "gclient runhooks" | 122 "name": "gclient runhooks" |
| 180 }, | 123 }, |
| 181 { | 124 { |
| 182 "cmd": [ | 125 "cmd": [ |
| 183 "python", | 126 "python", |
| 184 "-u", | 127 "-u", |
| 185 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 128 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
| 186 "--output", | 129 "--output", |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 "-u", | 177 "-u", |
| 235 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", | 178 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", |
| 236 "gen", | 179 "gen", |
| 237 "-m", | 180 "-m", |
| 238 "chromium.chrome", | 181 "chromium.chrome", |
| 239 "-b", | 182 "-b", |
| 240 "Google Chrome Win", | 183 "Google Chrome Win", |
| 241 "--config-file", | 184 "--config-file", |
| 242 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", | 185 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
| 243 "--goma-dir", | 186 "--goma-dir", |
| 244 "[CACHE]\\cipd\\goma", | 187 "[BUILD]\\goma", |
| 245 "//out/Release" | 188 "//out/Release" |
| 246 ], | 189 ], |
| 247 "cwd": "[SLAVE_BUILD]", | 190 "cwd": "[SLAVE_BUILD]", |
| 248 "name": "generate_build_files" | 191 "name": "generate_build_files" |
| 249 }, | 192 }, |
| 250 { | 193 { |
| 251 "cmd": [ | 194 "cmd": [ |
| 252 "python", | 195 "python", |
| 253 "-u", | 196 "-u", |
| 254 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 197 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 266 "--goma-cache-dir", | 209 "--goma-cache-dir", |
| 267 "[GOMA_CACHE]", | 210 "[GOMA_CACHE]", |
| 268 "--build-tool", | 211 "--build-tool", |
| 269 "ninja", | 212 "ninja", |
| 270 "--build-data-dir", | 213 "--build-data-dir", |
| 271 "[ROOT]\\build_data_dir", | 214 "[ROOT]\\build_data_dir", |
| 272 "--compiler", | 215 "--compiler", |
| 273 "goma", | 216 "goma", |
| 274 "--goma-jsonstatus", | 217 "--goma-jsonstatus", |
| 275 "/path/to/tmp/json", | 218 "/path/to/tmp/json", |
| 276 "--goma-service-account-json-file", | |
| 277 "C:\\creds\\service_accounts\\service-account-goma-client.json", | |
| 278 "--mode", | 219 "--mode", |
| 279 "official", | 220 "official", |
| 280 "--goma-dir", | 221 "--goma-dir", |
| 281 "[CACHE]\\cipd\\goma", | 222 "[BUILD]\\goma", |
| 282 "--clobber", | 223 "--clobber", |
| 283 "--", | 224 "--", |
| 284 "chrome", | 225 "chrome", |
| 285 "chrome_official_builder_no_unittests" | 226 "chrome_official_builder_no_unittests" |
| 286 ], | 227 ], |
| 287 "cwd": "[SLAVE_BUILD]", | 228 "cwd": "[SLAVE_BUILD]", |
| 288 "name": "compile", | 229 "name": "compile", |
| 289 "~followup_annotations": [ | 230 "~followup_annotations": [ |
| 290 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 231 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 291 "@@@STEP_LOG_END@json.output (invalid)@@@" | 232 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 332 ], | 273 ], |
| 333 "cwd": "[SLAVE_BUILD]", | 274 "cwd": "[SLAVE_BUILD]", |
| 334 "name": "process_dumps" | 275 "name": "process_dumps" |
| 335 }, | 276 }, |
| 336 { | 277 { |
| 337 "name": "$result", | 278 "name": "$result", |
| 338 "recipe_result": null, | 279 "recipe_result": null, |
| 339 "status_code": 0 | 280 "status_code": 0 |
| 340 } | 281 } |
| 341 ] | 282 ] |
| OLD | NEW |