| 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.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "WebKit Linux - TraceWrappables", | 10 "WebKit Linux - TraceWrappables", |
| (...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 26 matching lines...) Expand all Loading... |
| 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 - TraceWrappables", | 442 "WebKit Linux - TraceWrappables", |
| 437 "--step-name", | 443 "--step-name", |
| 438 "webkit_tests", | 444 "webkit_tests", |
| 439 "--additional-driver-flag", | 445 "--additional-driver-flag", |
| 440 "--enable-blink-features=TraceWrappables" | 446 "--enable-blink-features=TraceWrappables" |
| 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 - TraceWrappables", | 468 "WebKit Linux - TraceWrappables", |
| 460 "--gs-bucket", | 469 "--gs-bucket", |
| 461 "gs://chromium-layout-test-archives" | 470 "gs://chromium-layout-test-archives" |
| 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_-_TraceWrappables/571/layout-test-results/resu
lts.html@@@", | 477 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Linux_-_TraceWrappables/571/layout-test-results/resu
lts.html@@@", |
| 466 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Linux_-_TraceWrappables/571/layout-test-results.zip@@@" | 478 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Linux_-_TraceWrappables/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 |