| 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 "tryserver.blink", | 8 "tryserver.blink", |
| 9 "--builder", | 9 "--builder", |
| 10 "mac_blink_dbg", | 10 "mac_blink_dbg", |
| (...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 431 "/path/to/tmp/json", | 431 "/path/to/tmp/json", |
| 432 "--test-results-server", | 432 "--test-results-server", |
| 433 "test-results.appspot.com", | 433 "test-results.appspot.com", |
| 434 "--build-number", | 434 "--build-number", |
| 435 "571", | 435 "571", |
| 436 "--builder-name", | 436 "--builder-name", |
| 437 "mac_blink_dbg", | 437 "mac_blink_dbg", |
| 438 "--step-name", | 438 "--step-name", |
| 439 "webkit_tests (with patch)" | 439 "webkit_tests (with patch)" |
| 440 ], | 440 ], |
| 441 "env": { |
| 442 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 443 }, |
| 441 "name": "webkit_tests (with patch)", | 444 "name": "webkit_tests (with patch)", |
| 442 "~followup_annotations": [ | 445 "~followup_annotations": [ |
| 443 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" | 446 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" |
| 444 ] | 447 ] |
| 445 }, | 448 }, |
| 446 { | 449 { |
| 447 "cmd": [ | 450 "cmd": [ |
| 448 "python", | 451 "python", |
| 449 "-u", | 452 "-u", |
| 450 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py", | 453 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py", |
| 451 "--results-dir", | 454 "--results-dir", |
| 452 "[SLAVE_BUILD]/layout-test-results", | 455 "[SLAVE_BUILD]/layout-test-results", |
| 453 "--build-dir", | 456 "--build-dir", |
| 454 "[SLAVE_BUILD]/src/out", | 457 "[SLAVE_BUILD]/src/out", |
| 455 "--build-number", | 458 "--build-number", |
| 456 "571", | 459 "571", |
| 457 "--builder-name", | 460 "--builder-name", |
| 458 "mac_blink_dbg", | 461 "mac_blink_dbg", |
| 459 "--gs-bucket", | 462 "--gs-bucket", |
| 460 "gs://chromium-layout-test-archives" | 463 "gs://chromium-layout-test-archives" |
| 461 ], | 464 ], |
| 465 "env": { |
| 466 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 467 }, |
| 462 "name": "archive_webkit_tests_results", | 468 "name": "archive_webkit_tests_results", |
| 463 "~followup_annotations": [ | 469 "~followup_annotations": [ |
| 464 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/mac_blink_dbg/571/layout-test-results/results.html@@@", | 470 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/mac_blink_dbg/571/layout-test-results/results.html@@@", |
| 465 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/mac_blink_dbg/571/layout-test-results.zip@@@" | 471 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/mac_blink_dbg/571/layout-test-results.zip@@@" |
| 466 ] | 472 ] |
| 467 }, | 473 }, |
| 468 { | 474 { |
| 469 "name": "$result", | 475 "name": "$result", |
| 470 "recipe_result": null, | 476 "recipe_result": null, |
| 471 "status_code": 0 | 477 "status_code": 0 |
| 472 } | 478 } |
| 473 ] | 479 ] |
| OLD | NEW |