| 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.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Print Preview Linux", | 10 "Print Preview Linux", |
| (...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 280 "--slave-name=TestSlavename", | 280 "--slave-name=TestSlavename", |
| 281 "--build-number=571", | 281 "--build-number=571", |
| 282 "--run-python-script", | 282 "--run-python-script", |
| 283 "[SLAVE_BUILD]/src/third_party/WebKit/Tools/Scripts/run-webkit-tests", | 283 "[SLAVE_BUILD]/src/third_party/WebKit/Tools/Scripts/run-webkit-tests", |
| 284 "--write-full-results-to", | 284 "--write-full-results-to", |
| 285 "/path/to/tmp/json", | 285 "/path/to/tmp/json", |
| 286 "--platform", | 286 "--platform", |
| 287 "browser_test.linux" | 287 "browser_test.linux" |
| 288 ], | 288 ], |
| 289 "env": { | 289 "env": { |
| 290 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox" | 290 "CHROME_DEVEL_SANDBOX": "/opt/chromium/chrome_sandbox", |
| 291 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 291 }, | 292 }, |
| 292 "name": "print_preview_tests" | 293 "name": "print_preview_tests" |
| 293 }, | 294 }, |
| 294 { | 295 { |
| 295 "name": "$result", | 296 "name": "$result", |
| 296 "recipe_result": null, | 297 "recipe_result": null, |
| 297 "status_code": 0 | 298 "status_code": 0 |
| 298 } | 299 } |
| 299 ] | 300 ] |
| OLD | NEW |