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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
108 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", | 108 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", |
109 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 109 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
110 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 110 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
111 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 111 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
112 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 112 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
113 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 113 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
114 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 114 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
115 ] | 115 ] |
116 }, | 116 }, |
117 { | 117 { |
118 "cmd": [], | |
119 "cwd": "[SLAVE_BUILD]", | |
120 "name": "ensure_goma" | |
121 }, | |
122 { | |
123 "cmd": [ | |
124 "python", | |
125 "-u", | |
126 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | |
127 "--platform", | |
128 "windows-amd64", | |
129 "--dest-directory", | |
130 "[SLAVE_BUILD]\\cipd", | |
131 "--json-output", | |
132 "/path/to/tmp/json" | |
133 ], | |
134 "cwd": "[SLAVE_BUILD]", | |
135 "name": "ensure_goma.install cipd", | |
136 "~followup_annotations": [ | |
137 "@@@STEP_NEST_LEVEL@1@@@", | |
138 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | |
139 "@@@STEP_LOG_LINE@json.output@{@@@", | |
140 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", | |
141 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | |
142 "@@@STEP_LOG_LINE@json.output@}@@@", | |
143 "@@@STEP_LOG_END@json.output@@@" | |
144 ] | |
145 }, | |
146 { | |
147 "cmd": [ | |
148 "[SLAVE_BUILD]\\cipd\\cipd", | |
149 "ensure", | |
150 "--root", | |
151 "[CACHE]\\cipd\\goma", | |
152 "--list", | |
153 "infra_internal/goma/client/windows-amd64 release", | |
154 "--json-output", | |
155 "/path/to/tmp/json", | |
156 "--service-account-json", | |
157 "C:\\creds\\service_accounts\\service-account-goma-client.json" | |
158 ], | |
159 "cwd": "[SLAVE_BUILD]", | |
160 "name": "ensure_goma.ensure_installed", | |
161 "~followup_annotations": [ | |
162 "@@@STEP_NEST_LEVEL@1@@@", | |
163 "@@@STEP_LOG_LINE@json.output@{@@@", | |
164 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | |
165 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
166 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | |
167 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", | |
168 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
169 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
170 "@@@STEP_LOG_LINE@json.output@}@@@", | |
171 "@@@STEP_LOG_END@json.output@@@" | |
172 ] | |
173 }, | |
174 { | |
175 "cmd": [ | 118 "cmd": [ |
176 "python", | 119 "python", |
177 "-u", | 120 "-u", |
178 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 121 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
179 "--version" | 122 "--version" |
180 ], | 123 ], |
181 "cwd": "[SLAVE_BUILD]", | 124 "cwd": "[SLAVE_BUILD]", |
182 "name": "swarming.py --version", | 125 "name": "swarming.py --version", |
183 "stdout": "/path/to/tmp/", | 126 "stdout": "/path/to/tmp/", |
184 "~followup_annotations": [ | 127 "~followup_annotations": [ |
185 "@@@STEP_TEXT@0.4.10@@@" | 128 "@@@STEP_TEXT@0.4.10@@@" |
186 ] | 129 ] |
187 }, | 130 }, |
188 { | 131 { |
189 "cmd": [ | 132 "cmd": [ |
190 "python", | 133 "python", |
191 "-u", | 134 "-u", |
192 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 135 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
193 "runhooks" | 136 "runhooks" |
194 ], | 137 ], |
195 "cwd": "[SLAVE_BUILD]", | 138 "cwd": "[SLAVE_BUILD]", |
196 "env": { | 139 "env": { |
197 "GYP_CHROMIUM_NO_ACTION": "1", | 140 "GYP_CHROMIUM_NO_ACTION": "1", |
198 "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", | 141 "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
", |
199 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 142 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
200 }, | 143 }, |
201 "name": "gclient runhooks (with patch)" | 144 "name": "gclient runhooks (with patch)" |
202 }, | 145 }, |
203 { | 146 { |
204 "cmd": [ | 147 "cmd": [ |
205 "python", | 148 "python", |
206 "-u", | 149 "-u", |
207 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 150 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
208 "--output", | 151 "--output", |
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
365 "-u", | 308 "-u", |
366 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", | 309 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", |
367 "gen", | 310 "gen", |
368 "-m", | 311 "-m", |
369 "tryserver.chromium.win", | 312 "tryserver.chromium.win", |
370 "-b", | 313 "-b", |
371 "win_chromium_rel_ng", | 314 "win_chromium_rel_ng", |
372 "--config-file", | 315 "--config-file", |
373 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", | 316 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
374 "--goma-dir", | 317 "--goma-dir", |
375 "[CACHE]\\cipd\\goma", | 318 "[BUILD]\\goma", |
376 "//out/Release" | 319 "//out/Release" |
377 ], | 320 ], |
378 "cwd": "[SLAVE_BUILD]", | 321 "cwd": "[SLAVE_BUILD]", |
379 "name": "generate_build_files (with patch)" | 322 "name": "generate_build_files (with patch)" |
380 }, | 323 }, |
381 { | 324 { |
382 "cmd": [ | 325 "cmd": [ |
383 "python", | 326 "python", |
384 "-u", | 327 "-u", |
385 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 328 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
386 "--show-path", | 329 "--show-path", |
387 "python", | 330 "python", |
388 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 331 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
389 "--gsutil-py-path", | 332 "--gsutil-py-path", |
390 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 333 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
391 "--ninja-path", | 334 "--ninja-path", |
392 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 335 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
393 "--target", | 336 "--target", |
394 "Release", | 337 "Release", |
395 "--src-dir", | 338 "--src-dir", |
396 "[SLAVE_BUILD]\\src", | 339 "[SLAVE_BUILD]\\src", |
397 "--goma-cache-dir", | 340 "--goma-cache-dir", |
398 "[GOMA_CACHE]", | 341 "[GOMA_CACHE]", |
399 "--build-tool", | 342 "--build-tool", |
400 "ninja", | 343 "ninja", |
401 "--compiler", | 344 "--compiler", |
402 "goma", | 345 "goma", |
403 "--goma-jsonstatus", | 346 "--goma-jsonstatus", |
404 "/path/to/tmp/json", | 347 "/path/to/tmp/json", |
405 "--goma-service-account-json-file", | |
406 "C:\\creds\\service_accounts\\service-account-goma-client.json", | |
407 "--goma-dir", | 348 "--goma-dir", |
408 "[CACHE]\\cipd\\goma", | 349 "[BUILD]\\goma", |
409 "--goma-fail-fast", | 350 "--goma-fail-fast", |
410 "--goma-disable-local-fallback", | 351 "--goma-disable-local-fallback", |
411 "--ninja-ensure-up-to-date", | 352 "--ninja-ensure-up-to-date", |
412 "--", | 353 "--", |
413 "blink_tests" | 354 "blink_tests" |
414 ], | 355 ], |
415 "cwd": "[SLAVE_BUILD]", | 356 "cwd": "[SLAVE_BUILD]", |
416 "name": "compile (with patch)", | 357 "name": "compile (with patch)", |
417 "~followup_annotations": [ | 358 "~followup_annotations": [ |
418 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 359 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
553 ], | 494 ], |
554 "cwd": "[SLAVE_BUILD]", | 495 "cwd": "[SLAVE_BUILD]", |
555 "name": "process_dumps" | 496 "name": "process_dumps" |
556 }, | 497 }, |
557 { | 498 { |
558 "name": "$result", | 499 "name": "$result", |
559 "recipe_result": null, | 500 "recipe_result": null, |
560 "status_code": 0 | 501 "status_code": 0 |
561 } | 502 } |
562 ] | 503 ] |
OLD | NEW |