| 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 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 "--generate-json-file", | 301 "--generate-json-file", |
| 302 "-o", | 302 "-o", |
| 303 "gtest-results/browser_tests", | 303 "gtest-results/browser_tests", |
| 304 "--builder-name=Mac ASan 64 Tests (1)", | 304 "--builder-name=Mac ASan 64 Tests (1)", |
| 305 "--slave-name=TestSlavename", | 305 "--slave-name=TestSlavename", |
| 306 "--build-number=571", | 306 "--build-number=571", |
| 307 "--enable-asan", | 307 "--enable-asan", |
| 308 "browser_tests", | 308 "browser_tests", |
| 309 "--test-launcher-print-test-stdio=always" | 309 "--test-launcher-print-test-stdio=always" |
| 310 ], | 310 ], |
| 311 "env": { |
| 312 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 313 }, |
| 311 "name": "browser_tests" | 314 "name": "browser_tests" |
| 312 }, | 315 }, |
| 313 { | 316 { |
| 314 "name": "$result", | 317 "name": "$result", |
| 315 "recipe_result": null, | 318 "recipe_result": null, |
| 316 "status_code": 0 | 319 "status_code": 0 |
| 317 } | 320 } |
| 318 ] | 321 ] |
| OLD | NEW |