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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
362 "-u", | 305 "-u", |
363 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", | 306 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", |
364 "gen", | 307 "gen", |
365 "-m", | 308 "-m", |
366 "tryserver.chromium.win", | 309 "tryserver.chromium.win", |
367 "-b", | 310 "-b", |
368 "win_chromium_rel_ng", | 311 "win_chromium_rel_ng", |
369 "--config-file", | 312 "--config-file", |
370 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", | 313 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
371 "--goma-dir", | 314 "--goma-dir", |
372 "[CACHE]\\cipd\\goma", | 315 "[BUILD]\\goma", |
373 "//out/Release" | 316 "//out/Release" |
374 ], | 317 ], |
375 "cwd": "[SLAVE_BUILD]", | 318 "cwd": "[SLAVE_BUILD]", |
376 "name": "generate_build_files (with patch)" | 319 "name": "generate_build_files (with patch)" |
377 }, | 320 }, |
378 { | 321 { |
379 "cmd": [ | 322 "cmd": [ |
380 "python", | 323 "python", |
381 "-u", | 324 "-u", |
382 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 325 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
383 "--show-path", | 326 "--show-path", |
384 "python", | 327 "python", |
385 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 328 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
386 "--gsutil-py-path", | 329 "--gsutil-py-path", |
387 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 330 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
388 "--ninja-path", | 331 "--ninja-path", |
389 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 332 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
390 "--target", | 333 "--target", |
391 "Release", | 334 "Release", |
392 "--src-dir", | 335 "--src-dir", |
393 "[SLAVE_BUILD]\\src", | 336 "[SLAVE_BUILD]\\src", |
394 "--goma-cache-dir", | 337 "--goma-cache-dir", |
395 "[GOMA_CACHE]", | 338 "[GOMA_CACHE]", |
396 "--build-tool", | 339 "--build-tool", |
397 "ninja", | 340 "ninja", |
398 "--compiler", | 341 "--compiler", |
399 "goma", | 342 "goma", |
400 "--goma-jsonstatus", | 343 "--goma-jsonstatus", |
401 "/path/to/tmp/json", | 344 "/path/to/tmp/json", |
402 "--goma-service-account-json-file", | |
403 "C:\\creds\\service_accounts\\service-account-goma-client.json", | |
404 "--goma-dir", | 345 "--goma-dir", |
405 "[CACHE]\\cipd\\goma", | 346 "[BUILD]\\goma", |
406 "--goma-fail-fast", | 347 "--goma-fail-fast", |
407 "--goma-disable-local-fallback", | 348 "--goma-disable-local-fallback", |
408 "--ninja-ensure-up-to-date", | 349 "--ninja-ensure-up-to-date", |
409 "--", | 350 "--", |
410 "blink_tests" | 351 "blink_tests" |
411 ], | 352 ], |
412 "cwd": "[SLAVE_BUILD]", | 353 "cwd": "[SLAVE_BUILD]", |
413 "name": "compile (with patch)", | 354 "name": "compile (with patch)", |
414 "~followup_annotations": [ | 355 "~followup_annotations": [ |
415 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 356 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
550 ], | 491 ], |
551 "cwd": "[SLAVE_BUILD]", | 492 "cwd": "[SLAVE_BUILD]", |
552 "name": "process_dumps" | 493 "name": "process_dumps" |
553 }, | 494 }, |
554 { | 495 { |
555 "name": "$result", | 496 "name": "$result", |
556 "recipe_result": null, | 497 "recipe_result": null, |
557 "status_code": 0 | 498 "status_code": 0 |
558 } | 499 } |
559 ] | 500 ] |
OLD | NEW |