| 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.memory", | 8 "chromium.memory", |
| 9 "--builder", | 9 "--builder", |
| 10 "Mac ASan 64 Tests (1)", | 10 "Mac ASan 64 Tests (1)", |
| (...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 311 "--enable-asan", | 311 "--enable-asan", |
| 312 "browser_tests", | 312 "browser_tests", |
| 313 "--test-launcher-print-test-stdio=always" | 313 "--test-launcher-print-test-stdio=always" |
| 314 ], | 314 ], |
| 315 "env": { | 315 "env": { |
| 316 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 316 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 317 }, | 317 }, |
| 318 "name": "browser_tests" | 318 "name": "browser_tests" |
| 319 }, | 319 }, |
| 320 { | 320 { |
| 321 "cmd": [ |
| 322 "python", |
| 323 "-u", |
| 324 "RECIPE_MODULE[build::test_results]/resources/upload_gtest_test_results.py
", |
| 325 "--input-gtest-json", |
| 326 "{\"per_iteration_data\": [{\"Test.One\": [{\"elapsed_time_ms\": 0, \"outp
ut_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Three\": [{\"elapsed_time_
ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}], \"Test.Two\": [{\"
elapsed_time_ms\": 0, \"output_snippet\": \"\", \"status\": \"SUCCESS\"}]}]}", |
| 327 "--master-name", |
| 328 "chromium.memory", |
| 329 "--builder-name", |
| 330 "Mac ASan 64 Tests (1)", |
| 331 "--build-number", |
| 332 "571", |
| 333 "--test-type", |
| 334 "browser_tests", |
| 335 "--test-results-server", |
| 336 "test-results.appspot.com", |
| 337 "--chrome-revision", |
| 338 "refs/heads/master@{#170242}" |
| 339 ], |
| 340 "env": { |
| 341 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 342 }, |
| 343 "name": "Upload to test-results [browser_tests]" |
| 344 }, |
| 345 { |
| 321 "name": "$result", | 346 "name": "$result", |
| 322 "recipe_result": null, | 347 "recipe_result": null, |
| 323 "status_code": 0 | 348 "status_code": 0 |
| 324 } | 349 } |
| 325 ] | 350 ] |
| OLD | NEW |