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 "name": "taskkill" | 8 "name": "taskkill" |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
253 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", | 253 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", |
254 "name": "ensure git tooling on windows" | 254 "name": "ensure git tooling on windows" |
255 }, | 255 }, |
256 { | 256 { |
257 "cmd": [ | 257 "cmd": [ |
258 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", | 258 "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat", |
259 "diff", | 259 "diff", |
260 "--cached", | 260 "--cached", |
261 "--name-only" | 261 "--name-only" |
262 ], | 262 ], |
263 "cwd": "[SLAVE_BUILD]\\src", | 263 "cwd": "[SLAVE_BUILD]\\src\\third_party\\skia", |
264 "name": "git diff to analyze patch", | 264 "name": "git diff to analyze patch", |
265 "stdout": "/path/to/tmp/", | 265 "stdout": "/path/to/tmp/", |
266 "~followup_annotations": [ | 266 "~followup_annotations": [ |
267 "@@@STEP_LOG_LINE@files@foo.cc@@@", | 267 "@@@STEP_LOG_LINE@files@third_party/skia/foo.cc@@@", |
268 "@@@STEP_LOG_END@files@@@", | 268 "@@@STEP_LOG_END@files@@@", |
269 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" | 269 "@@@SET_BUILD_PROPERTY@subproject_tag@\"blink-paths\"@@@" |
270 ] | 270 ] |
271 }, | 271 }, |
272 { | 272 { |
273 "cmd": [ | 273 "cmd": [ |
274 "python", | 274 "python", |
275 "-u", | 275 "-u", |
276 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 276 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
277 "[SLAVE_BUILD]\\src\\testing\\buildbot\\trybot_analyze_config.json", | 277 "[SLAVE_BUILD]\\src\\testing\\buildbot\\trybot_analyze_config.json", |
278 "/path/to/tmp/json" | 278 "/path/to/tmp/json" |
279 ], | 279 ], |
(...skipping 19 matching lines...) Expand all Loading... |
299 "python", | 299 "python", |
300 "-u", | 300 "-u", |
301 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", | 301 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", |
302 "analyze", | 302 "analyze", |
303 "-m", | 303 "-m", |
304 "tryserver.chromium.win", | 304 "tryserver.chromium.win", |
305 "-b", | 305 "-b", |
306 "win_chromium_rel_ng", | 306 "win_chromium_rel_ng", |
307 "-v", | 307 "-v", |
308 "//out/Release", | 308 "//out/Release", |
309 "{\"additional_compile_targets\": [\"chromium_builder_tests\"], \"files\":
[\"foo.cc\"], \"test_targets\": [\"mini_installer\"]}", | 309 "{\"additional_compile_targets\": [\"chromium_builder_tests\"], \"files\":
[\"third_party/skia/foo.cc\"], \"test_targets\": [\"blink_heap_unittests\", \"b
link_platform_unittests\", \"mini_installer\", \"webkit_unit_tests\", \"wtf_unit
tests\"]}", |
310 "/path/to/tmp/json" | 310 "/path/to/tmp/json" |
311 ], | 311 ], |
312 "env": { | 312 "env": { |
313 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 313 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
314 }, | 314 }, |
315 "name": "analyze", | 315 "name": "analyze", |
316 "~followup_annotations": [ | 316 "~followup_annotations": [ |
317 "@@@STEP_TEXT@No compile necessary@@@", | 317 "@@@STEP_TEXT@No compile necessary@@@", |
318 "@@@STEP_LOG_LINE@json.output@{@@@", | 318 "@@@STEP_LOG_LINE@json.output@{@@@", |
319 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", | 319 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", |
320 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", | 320 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", |
321 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", | 321 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", |
322 "@@@STEP_LOG_LINE@json.output@}@@@", | 322 "@@@STEP_LOG_LINE@json.output@}@@@", |
323 "@@@STEP_LOG_END@json.output@@@", | 323 "@@@STEP_LOG_END@json.output@@@", |
324 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 324 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
325 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", | 325 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", |
326 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\"@@@", | 326 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\"@@@", |
327 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 327 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
328 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", | 328 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", |
329 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [],
@@@", | 329 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [],
@@@", |
330 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@
@", | 330 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@
@", |
331 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@", | 331 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@", |
332 "@@@STEP_LOG_LINE@analyze_details@ \"mini_installer\"@@@", | 332 "@@@STEP_LOG_LINE@analyze_details@ \"blink_heap_unittests\", @@@", |
| 333 "@@@STEP_LOG_LINE@analyze_details@ \"blink_platform_unittests\", @@@", |
| 334 "@@@STEP_LOG_LINE@analyze_details@ \"mini_installer\", @@@", |
| 335 "@@@STEP_LOG_LINE@analyze_details@ \"webkit_unit_tests\", @@@", |
| 336 "@@@STEP_LOG_LINE@analyze_details@ \"wtf_unittests\"@@@", |
333 "@@@STEP_LOG_LINE@analyze_details@ ]@@@", | 337 "@@@STEP_LOG_LINE@analyze_details@ ]@@@", |
334 "@@@STEP_LOG_LINE@analyze_details@}@@@", | 338 "@@@STEP_LOG_LINE@analyze_details@}@@@", |
335 "@@@STEP_LOG_END@analyze_details@@@" | 339 "@@@STEP_LOG_END@analyze_details@@@" |
336 ] | 340 ] |
337 }, | 341 }, |
338 { | 342 { |
339 "cmd": [ | 343 "cmd": [ |
340 "python", | 344 "python", |
341 "-u", | 345 "-u", |
| 346 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 347 "--show-path", |
| 348 "python", |
| 349 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 350 ], |
| 351 "name": "cleanup_temp" |
| 352 }, |
| 353 { |
| 354 "cmd": [ |
| 355 "python", |
| 356 "-u", |
| 357 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", |
| 358 "gen", |
| 359 "-m", |
| 360 "tryserver.chromium.win", |
| 361 "-b", |
| 362 "win_chromium_rel_ng", |
| 363 "--config-file", |
| 364 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
| 365 "--goma-dir", |
| 366 "[CACHE]\\cipd\\goma", |
| 367 "//out/Release" |
| 368 ], |
| 369 "env": { |
| 370 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 371 }, |
| 372 "name": "generate_build_files (with patch)" |
| 373 }, |
| 374 { |
| 375 "cmd": [ |
| 376 "python", |
| 377 "-u", |
| 378 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 379 "--show-path", |
| 380 "python", |
| 381 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 382 "--gsutil-py-path", |
| 383 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 384 "--ninja-path", |
| 385 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 386 "--target", |
| 387 "Release", |
| 388 "--src-dir", |
| 389 "[SLAVE_BUILD]\\src", |
| 390 "--goma-cache-dir", |
| 391 "[GOMA_CACHE]", |
| 392 "--build-tool", |
| 393 "ninja", |
| 394 "--compiler", |
| 395 "goma", |
| 396 "--goma-jsonstatus", |
| 397 "/path/to/tmp/json", |
| 398 "--goma-service-account-json-file", |
| 399 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 400 "--goma-dir", |
| 401 "[CACHE]\\cipd\\goma", |
| 402 "--goma-fail-fast", |
| 403 "--goma-disable-local-fallback", |
| 404 "--ninja-ensure-up-to-date", |
| 405 "--", |
| 406 "blink_tests" |
| 407 ], |
| 408 "env": { |
| 409 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 410 }, |
| 411 "name": "compile (with patch)", |
| 412 "~followup_annotations": [ |
| 413 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 414 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 415 ] |
| 416 }, |
| 417 { |
| 418 "cmd": [ |
| 419 "python", |
| 420 "-u", |
342 "import sys; sys.exit(0)" | 421 "import sys; sys.exit(0)" |
343 ], | 422 ], |
344 "name": "mark: before_tests" | 423 "name": "mark: before_tests" |
345 }, | 424 }, |
346 { | 425 { |
| 426 "cmd": [ |
| 427 "python", |
| 428 "-u", |
| 429 "[SLAVE_BUILD]\\src\\testing\\scripts\\webkit_lint.py", |
| 430 "--build-config-fs", |
| 431 "Release", |
| 432 "--use-src-side-runtest-py", |
| 433 "--paths", |
| 434 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", |
| 435 "--properties", |
| 436 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p
latform\": \"win\"}", |
| 437 "run", |
| 438 "--output", |
| 439 "/path/to/tmp/json" |
| 440 ], |
| 441 "name": "webkit_lint (with patch)", |
| 442 "~followup_annotations": [ |
| 443 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 444 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", |
| 445 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", |
| 446 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 447 "@@@STEP_LOG_END@json.output@@@" |
| 448 ] |
| 449 }, |
| 450 { |
| 451 "cmd": [ |
| 452 "python", |
| 453 "-u", |
| 454 "[SLAVE_BUILD]\\src\\testing\\scripts\\webkit_python_tests.py", |
| 455 "--build-config-fs", |
| 456 "Release", |
| 457 "--use-src-side-runtest-py", |
| 458 "--paths", |
| 459 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", |
| 460 "--properties", |
| 461 "{\"buildername\": \"win_chromium_rel_ng\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.win\", \"slavename\": \"TestSlavename\", \"target_p
latform\": \"win\"}", |
| 462 "run", |
| 463 "--output", |
| 464 "/path/to/tmp/json" |
| 465 ], |
| 466 "name": "webkit_python_tests (with patch)", |
| 467 "~followup_annotations": [ |
| 468 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 469 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", |
| 470 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", |
| 471 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 472 "@@@STEP_LOG_END@json.output@@@" |
| 473 ] |
| 474 }, |
| 475 { |
| 476 "cmd": [ |
| 477 "python", |
| 478 "-u", |
| 479 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
| 480 "--target", |
| 481 "Release", |
| 482 "--factory-properties", |
| 483 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"win_chromium_r
el_ng\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.
chromium.win\", \"patch_project\": \"skia\", \"patchset\": 1, \"project\": \"chr
ome\", \"recipe\": \"chromium_trybot\", \"repository\": \"\", \"requester\": \"c
ommit-bot@chromium.org\", \"revision\": null, \"rietveld\": \"https://codereview
.chromium.org\", \"slavename\": \"TestSlavename\", \"swarm_hashes\": {}, \"workd
ir\": \"/path/to/workdir/TestSlavename\"}", |
| 484 "--build-properties", |
| 485 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"build_config\": \"Release\", \"buildername\": \"win_chromium_r
el_ng\", \"buildnumber\": 571, \"issue\": 12853011, \"mastername\": \"tryserver.
chromium.win\", \"patch_project\": \"skia\", \"patchset\": 1, \"project\": \"chr
ome\", \"recipe\": \"chromium_trybot\", \"repository\": \"\", \"requester\": \"c
ommit-bot@chromium.org\", \"revision\": null, \"rietveld\": \"https://codereview
.chromium.org\", \"slavename\": \"TestSlavename\", \"swarm_hashes\": {}, \"workd
ir\": \"/path/to/workdir/TestSlavename\"}", |
| 486 "--step-name=webkit_tests (with patch)", |
| 487 "--builder-name=win_chromium_rel_ng", |
| 488 "--slave-name=TestSlavename", |
| 489 "--build-number=571", |
| 490 "--run-python-script", |
| 491 "[BUILD]\\scripts\\slave\\chromium\\layout_test_wrapper.py", |
| 492 "--target", |
| 493 "Release", |
| 494 "-o", |
| 495 "[SLAVE_BUILD]\\layout-test-results", |
| 496 "--build-dir", |
| 497 "[SLAVE_BUILD]\\src\\out", |
| 498 "--json-test-results", |
| 499 "/path/to/tmp/json", |
| 500 "--test-results-server", |
| 501 "test-results.appspot.com", |
| 502 "--build-number", |
| 503 "571", |
| 504 "--builder-name", |
| 505 "win_chromium_rel_ng", |
| 506 "--step-name", |
| 507 "webkit_tests (with patch)" |
| 508 ], |
| 509 "name": "webkit_tests (with patch)", |
| 510 "~followup_annotations": [ |
| 511 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" |
| 512 ] |
| 513 }, |
| 514 { |
| 515 "cmd": [ |
| 516 "python", |
| 517 "-u", |
| 518 "[BUILD]\\scripts\\slave\\chromium\\archive_layout_test_results.py", |
| 519 "--results-dir", |
| 520 "[SLAVE_BUILD]\\layout-test-results", |
| 521 "--build-dir", |
| 522 "[SLAVE_BUILD]\\src\\out", |
| 523 "--build-number", |
| 524 "571", |
| 525 "--builder-name", |
| 526 "win_chromium_rel_ng", |
| 527 "--gs-bucket", |
| 528 "gs://chromium-layout-test-archives" |
| 529 ], |
| 530 "name": "archive_webkit_tests_results", |
| 531 "~followup_annotations": [ |
| 532 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/win_chromium_rel_ng/571/layout-test-results/results.html@@@
", |
| 533 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/win_chromium_rel_ng/571/layout-test-results.zip@@@" |
| 534 ] |
| 535 }, |
| 536 { |
| 537 "cmd": [ |
| 538 "python", |
| 539 "-u", |
| 540 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", |
| 541 "--target", |
| 542 "Release" |
| 543 ], |
| 544 "name": "process_dumps" |
| 545 }, |
| 546 { |
347 "name": "$result", | 547 "name": "$result", |
348 "recipe_result": null, | 548 "recipe_result": null, |
349 "status_code": 0 | 549 "status_code": 0 |
350 } | 550 } |
351 ] | 551 ] |
OLD | NEW |