| 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 "linux_blink_rel", | 10 "linux_blink_rel", |
| (...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 411 "/path/to/tmp/json", | 411 "/path/to/tmp/json", |
| 412 "--test-results-server", | 412 "--test-results-server", |
| 413 "test-results.appspot.com", | 413 "test-results.appspot.com", |
| 414 "--build-number", | 414 "--build-number", |
| 415 "571", | 415 "571", |
| 416 "--builder-name", | 416 "--builder-name", |
| 417 "linux_blink_rel", | 417 "linux_blink_rel", |
| 418 "--step-name", | 418 "--step-name", |
| 419 "webkit_tests (with patch)" | 419 "webkit_tests (with patch)" |
| 420 ], | 420 ], |
| 421 "env": { |
| 422 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 423 }, |
| 421 "name": "webkit_tests (with patch)", | 424 "name": "webkit_tests (with patch)", |
| 422 "~followup_annotations": [ | 425 "~followup_annotations": [ |
| 423 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" | 426 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" |
| 424 ] | 427 ] |
| 425 }, | 428 }, |
| 426 { | 429 { |
| 427 "cmd": [ | 430 "cmd": [ |
| 428 "python", | 431 "python", |
| 429 "-u", | 432 "-u", |
| 430 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py", | 433 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py", |
| 431 "--results-dir", | 434 "--results-dir", |
| 432 "[SLAVE_BUILD]/layout-test-results", | 435 "[SLAVE_BUILD]/layout-test-results", |
| 433 "--build-dir", | 436 "--build-dir", |
| 434 "[SLAVE_BUILD]/src/out", | 437 "[SLAVE_BUILD]/src/out", |
| 435 "--build-number", | 438 "--build-number", |
| 436 "571", | 439 "571", |
| 437 "--builder-name", | 440 "--builder-name", |
| 438 "linux_blink_rel", | 441 "linux_blink_rel", |
| 439 "--gs-bucket", | 442 "--gs-bucket", |
| 440 "gs://chromium-layout-test-archives" | 443 "gs://chromium-layout-test-archives" |
| 441 ], | 444 ], |
| 445 "env": { |
| 446 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 447 }, |
| 442 "name": "archive_webkit_tests_results", | 448 "name": "archive_webkit_tests_results", |
| 443 "~followup_annotations": [ | 449 "~followup_annotations": [ |
| 444 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/linux_blink_rel/571/layout-test-results/results.html@@@", | 450 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/linux_blink_rel/571/layout-test-results/results.html@@@", |
| 445 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/linux_blink_rel/571/layout-test-results.zip@@@" | 451 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/linux_blink_rel/571/layout-test-results.zip@@@" |
| 446 ] | 452 ] |
| 447 }, | 453 }, |
| 448 { | 454 { |
| 449 "name": "$result", | 455 "name": "$result", |
| 450 "recipe_result": null, | 456 "recipe_result": null, |
| 451 "status_code": 0 | 457 "status_code": 0 |
| 452 } | 458 } |
| 453 ] | 459 ] |
| OLD | NEW |