| 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.fyi", | 8 "chromium.memory.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux TSan Tests", | 10 "Linux TSan Tests", |
| (...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 303 "--generate-json-file", | 303 "--generate-json-file", |
| 304 "-o", | 304 "-o", |
| 305 "gtest-results/base_unittests", | 305 "gtest-results/base_unittests", |
| 306 "--builder-name=Linux TSan Tests", | 306 "--builder-name=Linux TSan Tests", |
| 307 "--slave-name=TestSlavename", | 307 "--slave-name=TestSlavename", |
| 308 "--build-number=571", | 308 "--build-number=571", |
| 309 "--enable-tsan", | 309 "--enable-tsan", |
| 310 "base_unittests", | 310 "base_unittests", |
| 311 "--test-launcher-print-test-stdio=always" | 311 "--test-launcher-print-test-stdio=always" |
| 312 ], | 312 ], |
| 313 "env": { |
| 314 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 315 }, |
| 313 "name": "base_unittests" | 316 "name": "base_unittests" |
| 314 }, | 317 }, |
| 315 { | 318 { |
| 316 "name": "$result", | 319 "name": "$result", |
| 317 "recipe_result": null, | 320 "recipe_result": null, |
| 318 "status_code": 0 | 321 "status_code": 0 |
| 319 } | 322 } |
| 320 ] | 323 ] |
| OLD | NEW |