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