| 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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 327 "/path/to/tmp/json", | 327 "/path/to/tmp/json", |
| 328 "--test-results-server", | 328 "--test-results-server", |
| 329 "test-results.appspot.com", | 329 "test-results.appspot.com", |
| 330 "--build-number", | 330 "--build-number", |
| 331 "571", | 331 "571", |
| 332 "--builder-name", | 332 "--builder-name", |
| 333 "WebKit Linux", | 333 "WebKit Linux", |
| 334 "--step-name", | 334 "--step-name", |
| 335 "webkit_tests" | 335 "webkit_tests" |
| 336 ], | 336 ], |
| 337 "env": { |
| 338 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 339 }, |
| 337 "name": "webkit_tests", | 340 "name": "webkit_tests", |
| 338 "~followup_annotations": [ | 341 "~followup_annotations": [ |
| 339 "@@@STEP_TEXT@<br/>unexpected_flakes:<br/>flake/flakey.html<br/><br/>Total
executed: 9001<br/>@@@", | 342 "@@@STEP_TEXT@<br/>unexpected_flakes:<br/>flake/flakey.html<br/><br/>Total
executed: 9001<br/>@@@", |
| 340 "@@@STEP_WARNINGS@@@" | 343 "@@@STEP_WARNINGS@@@" |
| 341 ] | 344 ] |
| 342 }, | 345 }, |
| 343 { | 346 { |
| 344 "cmd": [ | 347 "cmd": [ |
| 345 "python", | 348 "python", |
| 346 "-u", | 349 "-u", |
| 347 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py", | 350 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py", |
| 348 "--results-dir", | 351 "--results-dir", |
| 349 "[SLAVE_BUILD]/layout-test-results", | 352 "[SLAVE_BUILD]/layout-test-results", |
| 350 "--build-dir", | 353 "--build-dir", |
| 351 "[SLAVE_BUILD]/src/out", | 354 "[SLAVE_BUILD]/src/out", |
| 352 "--build-number", | 355 "--build-number", |
| 353 "571", | 356 "571", |
| 354 "--builder-name", | 357 "--builder-name", |
| 355 "WebKit Linux", | 358 "WebKit Linux", |
| 356 "--gs-bucket", | 359 "--gs-bucket", |
| 357 "gs://chromium-layout-test-archives" | 360 "gs://chromium-layout-test-archives" |
| 358 ], | 361 ], |
| 362 "env": { |
| 363 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 364 }, |
| 359 "name": "archive_webkit_tests_results", | 365 "name": "archive_webkit_tests_results", |
| 360 "~followup_annotations": [ | 366 "~followup_annotations": [ |
| 361 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Linux/571/layout-test-results/results.html@@@", | 367 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Linux/571/layout-test-results/results.html@@@", |
| 362 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Linux/571/layout-test-results.zip@@@" | 368 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Linux/571/layout-test-results.zip@@@" |
| 363 ] | 369 ] |
| 364 }, | 370 }, |
| 365 { | 371 { |
| 366 "name": "$result", | 372 "name": "$result", |
| 367 "recipe_result": null, | 373 "recipe_result": null, |
| 368 "status_code": 0 | 374 "status_code": 0 |
| 369 } | 375 } |
| 370 ] | 376 ] |
| OLD | NEW |