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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
105 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", | 105 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", |
106 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 106 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
107 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 107 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
108 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 108 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
109 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 109 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
110 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 110 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
111 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 111 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
112 ] | 112 ] |
113 }, | 113 }, |
114 { | 114 { |
115 "cmd": [], | |
116 "cwd": "[SLAVE_BUILD]", | |
117 "name": "ensure_goma" | |
118 }, | |
119 { | |
120 "cmd": [ | |
121 "python", | |
122 "-u", | |
123 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | |
124 "--platform", | |
125 "windows-amd64", | |
126 "--dest-directory", | |
127 "[SLAVE_BUILD]\\cipd", | |
128 "--json-output", | |
129 "/path/to/tmp/json" | |
130 ], | |
131 "cwd": "[SLAVE_BUILD]", | |
132 "name": "ensure_goma.install cipd", | |
133 "~followup_annotations": [ | |
134 "@@@STEP_NEST_LEVEL@1@@@", | |
135 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | |
136 "@@@STEP_LOG_LINE@json.output@{@@@", | |
137 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", | |
138 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | |
139 "@@@STEP_LOG_LINE@json.output@}@@@", | |
140 "@@@STEP_LOG_END@json.output@@@" | |
141 ] | |
142 }, | |
143 { | |
144 "cmd": [ | |
145 "[SLAVE_BUILD]\\cipd\\cipd", | |
146 "ensure", | |
147 "--root", | |
148 "[CACHE]\\cipd\\goma", | |
149 "--list", | |
150 "infra_internal/goma/client/windows-amd64 release", | |
151 "--json-output", | |
152 "/path/to/tmp/json", | |
153 "--service-account-json", | |
154 "C:\\creds\\service_accounts\\service-account-goma-client.json" | |
155 ], | |
156 "cwd": "[SLAVE_BUILD]", | |
157 "name": "ensure_goma.ensure_installed", | |
158 "~followup_annotations": [ | |
159 "@@@STEP_NEST_LEVEL@1@@@", | |
160 "@@@STEP_LOG_LINE@json.output@{@@@", | |
161 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | |
162 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
163 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | |
164 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", | |
165 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
166 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
167 "@@@STEP_LOG_LINE@json.output@}@@@", | |
168 "@@@STEP_LOG_END@json.output@@@" | |
169 ] | |
170 }, | |
171 { | |
172 "cmd": [ | 115 "cmd": [ |
173 "python", | 116 "python", |
174 "-u", | 117 "-u", |
175 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 118 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
176 "--version" | 119 "--version" |
177 ], | 120 ], |
178 "cwd": "[SLAVE_BUILD]", | 121 "cwd": "[SLAVE_BUILD]", |
179 "name": "swarming.py --version", | 122 "name": "swarming.py --version", |
180 "stdout": "/path/to/tmp/", | 123 "stdout": "/path/to/tmp/", |
181 "~followup_annotations": [ | 124 "~followup_annotations": [ |
182 "@@@STEP_TEXT@0.4.10@@@" | 125 "@@@STEP_TEXT@0.4.10@@@" |
183 ] | 126 ] |
184 }, | 127 }, |
185 { | 128 { |
186 "cmd": [ | 129 "cmd": [ |
187 "python", | 130 "python", |
188 "-u", | 131 "-u", |
189 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 132 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
190 "runhooks" | 133 "runhooks" |
191 ], | 134 ], |
192 "cwd": "[SLAVE_BUILD]", | 135 "cwd": "[SLAVE_BUILD]", |
193 "env": { | 136 "env": { |
194 "GYP_CHROMIUM_NO_ACTION": "1", | 137 "GYP_CHROMIUM_NO_ACTION": "1", |
195 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li
brary dcheck_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\ci
pd\\goma' proprietary_codecs=1 target_arch=ia32 test_isolation_mode=prepare use_
goma=1", | 138 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li
brary dcheck_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]\\go
ma' proprietary_codecs=1 target_arch=ia32 test_isolation_mode=prepare use_goma=1
", |
196 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 139 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
197 }, | 140 }, |
198 "name": "gclient runhooks (with patch)" | 141 "name": "gclient runhooks (with patch)" |
199 }, | 142 }, |
200 { | 143 { |
201 "cmd": [ | 144 "cmd": [ |
202 "python", | 145 "python", |
203 "-u", | 146 "-u", |
204 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 147 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
205 "--output", | 148 "--output", |
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
351 "-u", | 294 "-u", |
352 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", | 295 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", |
353 "gen", | 296 "gen", |
354 "-m", | 297 "-m", |
355 "tryserver.chromium.win", | 298 "tryserver.chromium.win", |
356 "-b", | 299 "-b", |
357 "win_chromium_rel_ng", | 300 "win_chromium_rel_ng", |
358 "--config-file", | 301 "--config-file", |
359 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", | 302 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
360 "--goma-dir", | 303 "--goma-dir", |
361 "[CACHE]\\cipd\\goma", | 304 "[BUILD]\\goma", |
362 "//out/Release" | 305 "//out/Release" |
363 ], | 306 ], |
364 "cwd": "[SLAVE_BUILD]", | 307 "cwd": "[SLAVE_BUILD]", |
365 "name": "generate_build_files (with patch)" | 308 "name": "generate_build_files (with patch)" |
366 }, | 309 }, |
367 { | 310 { |
368 "cmd": [ | 311 "cmd": [ |
369 "python", | 312 "python", |
370 "-u", | 313 "-u", |
371 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 314 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
372 "--show-path", | 315 "--show-path", |
373 "python", | 316 "python", |
374 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 317 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
375 "--gsutil-py-path", | 318 "--gsutil-py-path", |
376 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 319 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
377 "--ninja-path", | 320 "--ninja-path", |
378 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 321 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
379 "--target", | 322 "--target", |
380 "Release", | 323 "Release", |
381 "--src-dir", | 324 "--src-dir", |
382 "[SLAVE_BUILD]\\src", | 325 "[SLAVE_BUILD]\\src", |
383 "--goma-cache-dir", | 326 "--goma-cache-dir", |
384 "[GOMA_CACHE]", | 327 "[GOMA_CACHE]", |
385 "--build-tool", | 328 "--build-tool", |
386 "ninja", | 329 "ninja", |
387 "--compiler", | 330 "--compiler", |
388 "goma", | 331 "goma", |
389 "--goma-jsonstatus", | 332 "--goma-jsonstatus", |
390 "/path/to/tmp/json", | 333 "/path/to/tmp/json", |
391 "--goma-service-account-json-file", | |
392 "C:\\creds\\service_accounts\\service-account-goma-client.json", | |
393 "--goma-dir", | 334 "--goma-dir", |
394 "[CACHE]\\cipd\\goma", | 335 "[BUILD]\\goma", |
395 "--goma-fail-fast", | 336 "--goma-fail-fast", |
396 "--goma-disable-local-fallback", | 337 "--goma-disable-local-fallback", |
397 "--ninja-ensure-up-to-date", | 338 "--ninja-ensure-up-to-date", |
398 "--", | 339 "--", |
399 "chromium_builder_tests", | 340 "chromium_builder_tests", |
400 "mini_installer" | 341 "mini_installer" |
401 ], | 342 ], |
402 "cwd": "[SLAVE_BUILD]", | 343 "cwd": "[SLAVE_BUILD]", |
403 "name": "compile (with patch)", | 344 "name": "compile (with patch)", |
404 "~followup_annotations": [ | 345 "~followup_annotations": [ |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
447 "step returned non-zero exit code: 1", | 388 "step returned non-zero exit code: 1", |
448 "@@@STEP_EXCEPTION@@@" | 389 "@@@STEP_EXCEPTION@@@" |
449 ] | 390 ] |
450 }, | 391 }, |
451 { | 392 { |
452 "name": "$result", | 393 "name": "$result", |
453 "recipe_result": null, | 394 "recipe_result": null, |
454 "status_code": 0 | 395 "status_code": 0 |
455 } | 396 } |
456 ] | 397 ] |
OLD | NEW |