| 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 Trusty", | 10 "WebKit Linux Trusty", |
| (...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 24 matching lines...) Expand all Loading... |
| 429 "/path/to/tmp/json", | 435 "/path/to/tmp/json", |
| 430 "--test-results-server", | 436 "--test-results-server", |
| 431 "test-results.appspot.com", | 437 "test-results.appspot.com", |
| 432 "--build-number", | 438 "--build-number", |
| 433 "571", | 439 "571", |
| 434 "--builder-name", | 440 "--builder-name", |
| 435 "WebKit Linux Trusty", | 441 "WebKit Linux Trusty", |
| 436 "--step-name", | 442 "--step-name", |
| 437 "webkit_tests" | 443 "webkit_tests" |
| 438 ], | 444 ], |
| 445 "env": { |
| 446 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 447 }, |
| 439 "name": "webkit_tests", | 448 "name": "webkit_tests", |
| 440 "~followup_annotations": [ | 449 "~followup_annotations": [ |
| 441 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" | 450 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" |
| 442 ] | 451 ] |
| 443 }, | 452 }, |
| 444 { | 453 { |
| 445 "cmd": [ | 454 "cmd": [ |
| 446 "python", | 455 "python", |
| 447 "-u", | 456 "-u", |
| 448 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py", | 457 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py", |
| 449 "--results-dir", | 458 "--results-dir", |
| 450 "[SLAVE_BUILD]/layout-test-results", | 459 "[SLAVE_BUILD]/layout-test-results", |
| 451 "--build-dir", | 460 "--build-dir", |
| 452 "[SLAVE_BUILD]/src/out", | 461 "[SLAVE_BUILD]/src/out", |
| 453 "--build-number", | 462 "--build-number", |
| 454 "571", | 463 "571", |
| 455 "--builder-name", | 464 "--builder-name", |
| 456 "WebKit Linux Trusty", | 465 "WebKit Linux Trusty", |
| 457 "--gs-bucket", | 466 "--gs-bucket", |
| 458 "gs://chromium-layout-test-archives", | 467 "gs://chromium-layout-test-archives", |
| 459 "--gs-acl", | 468 "--gs-acl", |
| 460 "public-read" | 469 "public-read" |
| 461 ], | 470 ], |
| 471 "env": { |
| 472 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 473 }, |
| 462 "name": "archive_webkit_tests_results", | 474 "name": "archive_webkit_tests_results", |
| 463 "~followup_annotations": [ | 475 "~followup_annotations": [ |
| 464 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Linux_Trusty/571/layout-test-results/results.html@@@
", | 476 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Linux_Trusty/571/layout-test-results/results.html@@@
", |
| 465 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Linux_Trusty/571/layout-test-results.zip@@@" | 477 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Linux_Trusty/571/layout-test-results.zip@@@" |
| 466 ] | 478 ] |
| 467 }, | 479 }, |
| 468 { | 480 { |
| 469 "cmd": [ | 481 "cmd": [ |
| 470 "python", | 482 "python", |
| 471 "-u", | 483 "-u", |
| 472 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n"
, | 484 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n"
, |
| 473 "browser_tests" | 485 "browser_tests" |
| 474 ], | 486 ], |
| 487 "env": { |
| 488 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 489 }, |
| 475 "name": "[collect error] browser_tests", | 490 "name": "[collect error] browser_tests", |
| 476 "~followup_annotations": [ | 491 "~followup_annotations": [ |
| 477 "@@@STEP_LOG_LINE@python.inline@@@@", | 492 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 478 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 493 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 479 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1
]@@@", | 494 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1
]@@@", |
| 480 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 495 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 481 "@@@STEP_LOG_END@python.inline@@@" | 496 "@@@STEP_LOG_END@python.inline@@@" |
| 482 ] | 497 ] |
| 483 }, | 498 }, |
| 484 { | 499 { |
| 485 "name": "$result", | 500 "name": "$result", |
| 486 "recipe_result": null, | 501 "recipe_result": null, |
| 487 "status_code": 0 | 502 "status_code": 0 |
| 488 } | 503 } |
| 489 ] | 504 ] |
| OLD | NEW |