| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.webkit", | 8 "chromium.webkit", |
| 9 "--builder", | 9 "--builder", |
| 10 "WebKit Linux Leak", | 10 "WebKit Linux Leak", |
| (...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 368 { | 368 { |
| 369 "cmd": [ | 369 "cmd": [ |
| 370 "python", | 370 "python", |
| 371 "-u", | 371 "-u", |
| 372 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", | 372 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", |
| 373 "--build-dir", | 373 "--build-dir", |
| 374 "[SLAVE_BUILD]/src/out/Release", | 374 "[SLAVE_BUILD]/src/out/Release", |
| 375 "--output-json", | 375 "--output-json", |
| 376 "/path/to/tmp/json" | 376 "/path/to/tmp/json" |
| 377 ], | 377 ], |
| 378 "env": { |
| 379 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 380 }, |
| 378 "name": "find isolated tests", | 381 "name": "find isolated tests", |
| 379 "~followup_annotations": [ | 382 "~followup_annotations": [ |
| 380 "@@@STEP_LOG_LINE@json.output@{@@@", | 383 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 381 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 384 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
| 382 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 385 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
| 383 "@@@STEP_LOG_LINE@json.output@}@@@", | 386 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 384 "@@@STEP_LOG_END@json.output@@@", | 387 "@@@STEP_LOG_END@json.output@@@", |
| 385 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 388 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
| 386 ] | 389 ] |
| 387 }, | 390 }, |
| 388 { | 391 { |
| 389 "cmd": [ | 392 "cmd": [ |
| 390 "python", | 393 "python", |
| 391 "-u", | 394 "-u", |
| 392 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv
[1]\nsys.exit(1)\n", | 395 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv
[1]\nsys.exit(1)\n", |
| 393 "browser_tests" | 396 "browser_tests" |
| 394 ], | 397 ], |
| 398 "env": { |
| 399 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 400 }, |
| 395 "name": "[error] browser_tests", | 401 "name": "[error] browser_tests", |
| 396 "~followup_annotations": [ | 402 "~followup_annotations": [ |
| 397 "@@@STEP_LOG_LINE@python.inline@@@@", | 403 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 398 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 404 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 399 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi
ssing' % sys.argv[1]@@@", | 405 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi
ssing' % sys.argv[1]@@@", |
| 400 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 406 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 401 "@@@STEP_LOG_END@python.inline@@@" | 407 "@@@STEP_LOG_END@python.inline@@@" |
| 402 ] | 408 ] |
| 403 }, | 409 }, |
| 404 { | 410 { |
| (...skipping 27 matching lines...) Expand all Loading... |
| 432 "--build-number", | 438 "--build-number", |
| 433 "571", | 439 "571", |
| 434 "--builder-name", | 440 "--builder-name", |
| 435 "WebKit Linux Leak", | 441 "WebKit Linux Leak", |
| 436 "--step-name", | 442 "--step-name", |
| 437 "webkit_tests", | 443 "webkit_tests", |
| 438 "--additional-expectations", | 444 "--additional-expectations", |
| 439 "src/third_party/WebKit/LayoutTests/LeakExpectations", | 445 "src/third_party/WebKit/LayoutTests/LeakExpectations", |
| 440 "--options=--enable-leak-detection" | 446 "--options=--enable-leak-detection" |
| 441 ], | 447 ], |
| 448 "env": { |
| 449 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 450 }, |
| 442 "name": "webkit_tests", | 451 "name": "webkit_tests", |
| 443 "~followup_annotations": [ | 452 "~followup_annotations": [ |
| 444 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" | 453 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" |
| 445 ] | 454 ] |
| 446 }, | 455 }, |
| 447 { | 456 { |
| 448 "cmd": [ | 457 "cmd": [ |
| 449 "python", | 458 "python", |
| 450 "-u", | 459 "-u", |
| 451 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py", | 460 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py", |
| 452 "--results-dir", | 461 "--results-dir", |
| 453 "[SLAVE_BUILD]/layout-test-results", | 462 "[SLAVE_BUILD]/layout-test-results", |
| 454 "--build-dir", | 463 "--build-dir", |
| 455 "[SLAVE_BUILD]/src/out", | 464 "[SLAVE_BUILD]/src/out", |
| 456 "--build-number", | 465 "--build-number", |
| 457 "571", | 466 "571", |
| 458 "--builder-name", | 467 "--builder-name", |
| 459 "WebKit Linux Leak", | 468 "WebKit Linux Leak", |
| 460 "--gs-bucket", | 469 "--gs-bucket", |
| 461 "gs://chromium-layout-test-archives", | 470 "gs://chromium-layout-test-archives", |
| 462 "--gs-acl", | 471 "--gs-acl", |
| 463 "public-read" | 472 "public-read" |
| 464 ], | 473 ], |
| 474 "env": { |
| 475 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 476 }, |
| 465 "name": "archive_webkit_tests_results", | 477 "name": "archive_webkit_tests_results", |
| 466 "~followup_annotations": [ | 478 "~followup_annotations": [ |
| 467 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Linux_Leak/571/layout-test-results/results.html@@@", | 479 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Linux_Leak/571/layout-test-results/results.html@@@", |
| 468 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Linux_Leak/571/layout-test-results.zip@@@" | 480 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Linux_Leak/571/layout-test-results.zip@@@" |
| 469 ] | 481 ] |
| 470 }, | 482 }, |
| 471 { | 483 { |
| 472 "cmd": [ | 484 "cmd": [ |
| 473 "python", | 485 "python", |
| 474 "-u", | 486 "-u", |
| 475 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n"
, | 487 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n"
, |
| 476 "browser_tests" | 488 "browser_tests" |
| 477 ], | 489 ], |
| 490 "env": { |
| 491 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 492 }, |
| 478 "name": "[collect error] browser_tests", | 493 "name": "[collect error] browser_tests", |
| 479 "~followup_annotations": [ | 494 "~followup_annotations": [ |
| 480 "@@@STEP_LOG_LINE@python.inline@@@@", | 495 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 481 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 496 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 482 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1
]@@@", | 497 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1
]@@@", |
| 483 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 498 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 484 "@@@STEP_LOG_END@python.inline@@@" | 499 "@@@STEP_LOG_END@python.inline@@@" |
| 485 ] | 500 ] |
| 486 }, | 501 }, |
| 487 { | 502 { |
| 488 "name": "$result", | 503 "name": "$result", |
| 489 "recipe_result": null, | 504 "recipe_result": null, |
| 490 "status_code": 0 | 505 "status_code": 0 |
| 491 } | 506 } |
| 492 ] | 507 ] |
| OLD | NEW |