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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
99 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", | 99 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", |
100 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 100 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
101 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 101 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
102 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 102 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
103 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 103 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
104 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 104 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
105 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 105 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
106 ] | 106 ] |
107 }, | 107 }, |
108 { | 108 { |
109 "cmd": [], | |
110 "cwd": "[SLAVE_BUILD]", | |
111 "name": "ensure_goma" | |
112 }, | |
113 { | |
114 "cmd": [ | |
115 "python", | |
116 "-u", | |
117 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | |
118 "--platform", | |
119 "windows-amd64", | |
120 "--dest-directory", | |
121 "[SLAVE_BUILD]\\cipd", | |
122 "--json-output", | |
123 "/path/to/tmp/json" | |
124 ], | |
125 "cwd": "[SLAVE_BUILD]", | |
126 "name": "ensure_goma.install cipd", | |
127 "~followup_annotations": [ | |
128 "@@@STEP_NEST_LEVEL@1@@@", | |
129 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | |
130 "@@@STEP_LOG_LINE@json.output@{@@@", | |
131 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", | |
132 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | |
133 "@@@STEP_LOG_LINE@json.output@}@@@", | |
134 "@@@STEP_LOG_END@json.output@@@" | |
135 ] | |
136 }, | |
137 { | |
138 "cmd": [ | |
139 "[SLAVE_BUILD]\\cipd\\cipd", | |
140 "ensure", | |
141 "--root", | |
142 "[CACHE]\\cipd\\goma", | |
143 "--list", | |
144 "infra_internal/goma/client/windows-amd64 release", | |
145 "--json-output", | |
146 "/path/to/tmp/json", | |
147 "--service-account-json", | |
148 "C:\\creds\\service_accounts\\service-account-goma-client.json" | |
149 ], | |
150 "cwd": "[SLAVE_BUILD]", | |
151 "name": "ensure_goma.ensure_installed", | |
152 "~followup_annotations": [ | |
153 "@@@STEP_NEST_LEVEL@1@@@", | |
154 "@@@STEP_LOG_LINE@json.output@{@@@", | |
155 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | |
156 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
157 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | |
158 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", | |
159 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
160 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
161 "@@@STEP_LOG_LINE@json.output@}@@@", | |
162 "@@@STEP_LOG_END@json.output@@@" | |
163 ] | |
164 }, | |
165 { | |
166 "cmd": [ | 109 "cmd": [ |
167 "python", | 110 "python", |
168 "-u", | 111 "-u", |
169 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 112 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
170 "--version" | 113 "--version" |
171 ], | 114 ], |
172 "cwd": "[SLAVE_BUILD]", | 115 "cwd": "[SLAVE_BUILD]", |
173 "name": "swarming.py --version", | 116 "name": "swarming.py --version", |
174 "stdout": "/path/to/tmp/", | 117 "stdout": "/path/to/tmp/", |
175 "~followup_annotations": [ | 118 "~followup_annotations": [ |
176 "@@@STEP_TEXT@0.4.10@@@" | 119 "@@@STEP_TEXT@0.4.10@@@" |
177 ] | 120 ] |
178 }, | 121 }, |
179 { | 122 { |
180 "cmd": [ | 123 "cmd": [ |
181 "python", | 124 "python", |
182 "-u", | 125 "-u", |
183 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 126 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
184 "runhooks" | 127 "runhooks" |
185 ], | 128 ], |
186 "cwd": "[SLAVE_BUILD]", | 129 "cwd": "[SLAVE_BUILD]", |
187 "env": { | 130 "env": { |
188 "GYP_CHROMIUM_NO_ACTION": "1", | 131 "GYP_CHROMIUM_NO_ACTION": "1", |
189 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li
brary fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' proprieta
ry_codecs=1 target_arch=ia32 test_isolation_mode=prepare use_goma=1", | 132 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li
brary fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]\\goma' proprietary_cod
ecs=1 target_arch=ia32 test_isolation_mode=prepare use_goma=1", |
190 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 133 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
191 }, | 134 }, |
192 "name": "gclient runhooks" | 135 "name": "gclient runhooks" |
193 }, | 136 }, |
194 { | 137 { |
195 "cmd": [ | 138 "cmd": [ |
196 "python", | 139 "python", |
197 "-u", | 140 "-u", |
198 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", | 141 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
199 "--output", | 142 "--output", |
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
361 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", | 304 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", |
362 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 305 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
363 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 306 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
364 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 307 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
365 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 308 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
366 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 309 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
367 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 310 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
368 ] | 311 ] |
369 }, | 312 }, |
370 { | 313 { |
371 "cmd": [], | |
372 "cwd": "[SLAVE_BUILD]", | |
373 "name": "test r1.ensure_goma", | |
374 "~followup_annotations": [ | |
375 "@@@STEP_NEST_LEVEL@1@@@" | |
376 ] | |
377 }, | |
378 { | |
379 "cmd": [ | 314 "cmd": [ |
380 "python", | 315 "python", |
381 "-u", | 316 "-u", |
382 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | |
383 "--platform", | |
384 "windows-amd64", | |
385 "--dest-directory", | |
386 "[SLAVE_BUILD]\\cipd", | |
387 "--json-output", | |
388 "/path/to/tmp/json" | |
389 ], | |
390 "cwd": "[SLAVE_BUILD]", | |
391 "name": "test r1.ensure_goma.install cipd", | |
392 "~followup_annotations": [ | |
393 "@@@STEP_NEST_LEVEL@2@@@", | |
394 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | |
395 "@@@STEP_LOG_LINE@json.output@{@@@", | |
396 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", | |
397 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | |
398 "@@@STEP_LOG_LINE@json.output@}@@@", | |
399 "@@@STEP_LOG_END@json.output@@@" | |
400 ] | |
401 }, | |
402 { | |
403 "cmd": [ | |
404 "[SLAVE_BUILD]\\cipd\\cipd", | |
405 "ensure", | |
406 "--root", | |
407 "[CACHE]\\cipd\\goma", | |
408 "--list", | |
409 "infra_internal/goma/client/windows-amd64 release", | |
410 "--json-output", | |
411 "/path/to/tmp/json", | |
412 "--service-account-json", | |
413 "C:\\creds\\service_accounts\\service-account-goma-client.json" | |
414 ], | |
415 "cwd": "[SLAVE_BUILD]", | |
416 "name": "test r1.ensure_goma.ensure_installed", | |
417 "~followup_annotations": [ | |
418 "@@@STEP_NEST_LEVEL@2@@@", | |
419 "@@@STEP_LOG_LINE@json.output@{@@@", | |
420 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | |
421 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
422 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | |
423 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", | |
424 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
425 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
426 "@@@STEP_LOG_LINE@json.output@}@@@", | |
427 "@@@STEP_LOG_END@json.output@@@" | |
428 ] | |
429 }, | |
430 { | |
431 "cmd": [ | |
432 "python", | |
433 "-u", | |
434 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 317 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
435 "runhooks" | 318 "runhooks" |
436 ], | 319 ], |
437 "cwd": "[SLAVE_BUILD]", | 320 "cwd": "[SLAVE_BUILD]", |
438 "env": { | 321 "env": { |
439 "GYP_CHROMIUM_NO_ACTION": "1", | 322 "GYP_CHROMIUM_NO_ACTION": "1", |
440 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li
brary fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' proprieta
ry_codecs=1 target_arch=ia32 test_isolation_mode=prepare use_goma=1", | 323 "GYP_DEFINES": "archive_gpu_tests=1 chromium_win_pch=0 component=static_li
brary fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]\\goma' proprietary_cod
ecs=1 target_arch=ia32 test_isolation_mode=prepare use_goma=1", |
441 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 324 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
442 }, | 325 }, |
443 "name": "test r1.gclient runhooks", | 326 "name": "test r1.gclient runhooks", |
444 "~followup_annotations": [ | 327 "~followup_annotations": [ |
445 "@@@STEP_NEST_LEVEL@1@@@" | 328 "@@@STEP_NEST_LEVEL@1@@@" |
446 ] | 329 ] |
447 }, | 330 }, |
448 { | 331 { |
449 "cmd": [ | 332 "cmd": [ |
450 "python", | 333 "python", |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
533 "-u", | 416 "-u", |
534 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", | 417 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", |
535 "gen", | 418 "gen", |
536 "-m", | 419 "-m", |
537 "chromium.win", | 420 "chromium.win", |
538 "-b", | 421 "-b", |
539 "Win Builder", | 422 "Win Builder", |
540 "--config-file", | 423 "--config-file", |
541 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", | 424 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
542 "--goma-dir", | 425 "--goma-dir", |
543 "[CACHE]\\cipd\\goma", | 426 "[BUILD]\\goma", |
544 "--swarming-targets-file", | 427 "--swarming-targets-file", |
545 "gl_tests\n", | 428 "gl_tests\n", |
546 "//out/Release" | 429 "//out/Release" |
547 ], | 430 ], |
548 "cwd": "[SLAVE_BUILD]", | 431 "cwd": "[SLAVE_BUILD]", |
549 "name": "test r1.generate_build_files", | 432 "name": "test r1.generate_build_files", |
550 "~followup_annotations": [ | 433 "~followup_annotations": [ |
551 "@@@STEP_NEST_LEVEL@1@@@", | 434 "@@@STEP_NEST_LEVEL@1@@@", |
552 "@@@STEP_LOG_LINE@swarming-targets-file.txt@gl_tests@@@", | 435 "@@@STEP_LOG_LINE@swarming-targets-file.txt@gl_tests@@@", |
553 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 436 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
(...skipping 16 matching lines...) Expand all Loading... |
570 "--src-dir", | 453 "--src-dir", |
571 "[SLAVE_BUILD]\\src", | 454 "[SLAVE_BUILD]\\src", |
572 "--goma-cache-dir", | 455 "--goma-cache-dir", |
573 "[GOMA_CACHE]", | 456 "[GOMA_CACHE]", |
574 "--build-tool", | 457 "--build-tool", |
575 "ninja", | 458 "ninja", |
576 "--compiler", | 459 "--compiler", |
577 "goma", | 460 "goma", |
578 "--goma-jsonstatus", | 461 "--goma-jsonstatus", |
579 "/path/to/tmp/json", | 462 "/path/to/tmp/json", |
580 "--goma-service-account-json-file", | |
581 "C:\\creds\\service_accounts\\service-account-goma-client.json", | |
582 "--goma-dir", | 463 "--goma-dir", |
583 "[CACHE]\\cipd\\goma", | 464 "[BUILD]\\goma", |
584 "--ninja-ensure-up-to-date", | 465 "--ninja-ensure-up-to-date", |
585 "--", | 466 "--", |
586 "gl_tests", | 467 "gl_tests", |
587 "gl_tests_run" | 468 "gl_tests_run" |
588 ], | 469 ], |
589 "cwd": "[SLAVE_BUILD]", | 470 "cwd": "[SLAVE_BUILD]", |
590 "name": "test r1.compile", | 471 "name": "test r1.compile", |
591 "~followup_annotations": [ | 472 "~followup_annotations": [ |
592 "@@@STEP_NEST_LEVEL@1@@@", | 473 "@@@STEP_NEST_LEVEL@1@@@", |
593 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 474 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
819 "@@@STEP_LOG_END@report@@@", | 700 "@@@STEP_LOG_END@report@@@", |
820 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.Three\", \"Test.On
e\", \"Test.Two\"], \"status\": \"failed\", \"valid\": true}}}}@@@" | 701 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"gl_tests\": {\"failures\": [\"Test.Three\", \"Test.On
e\", \"Test.Two\"], \"status\": \"failed\", \"valid\": true}}}}@@@" |
821 ] | 702 ] |
822 }, | 703 }, |
823 { | 704 { |
824 "name": "$result", | 705 "name": "$result", |
825 "recipe_result": null, | 706 "recipe_result": null, |
826 "status_code": 0 | 707 "status_code": 0 |
827 } | 708 } |
828 ] | 709 ] |
OLD | NEW |