| 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 "chromiumos.coverage", | 8 "chromiumos.coverage", |
| 9 "--builder", | 9 "--builder", |
| 10 "Test", | 10 "Test", |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 "--branch", | 56 "--branch", |
| 57 "factory-1412.B", | 57 "factory-1412.B", |
| 58 "--buildnumber", | 58 "--buildnumber", |
| 59 "0", | 59 "0", |
| 60 "--chrome_rev", | 60 "--chrome_rev", |
| 61 "stable", | 61 "stable", |
| 62 "--debug", | 62 "--debug", |
| 63 "--clobber", | 63 "--clobber", |
| 64 "--config_repo", | 64 "--config_repo", |
| 65 "https://fake.googlesource.com/myconfig/repo.git", | 65 "https://fake.googlesource.com/myconfig/repo.git", |
| 66 "--repo-cache", |
| 67 "/var/cache/chrome-infra/ccompute-setup/cros-internal", |
| 66 "x86-generic-full" | 68 "x86-generic-full" |
| 67 ], | 69 ], |
| 68 "cwd": "[SLAVE_BUILD]", | 70 "cwd": "[SLAVE_BUILD]", |
| 69 "name": "cbuildbot [x86-generic-full]" | 71 "name": "cbuildbot [x86-generic-full]" |
| 70 }, | 72 }, |
| 71 { | 73 { |
| 72 "name": "$result", | 74 "name": "$result", |
| 73 "recipe_result": null, | 75 "recipe_result": null, |
| 74 "status_code": 0 | 76 "status_code": 0 |
| 75 } | 77 } |
| 76 ] | 78 ] |
| OLD | NEW |