| 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 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "infra_tester", | 10 "infra_tester", |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 "test" | 121 "test" |
| 122 ], | 122 ], |
| 123 "cwd": "[SLAVE_BUILD]\\infra", | 123 "cwd": "[SLAVE_BUILD]\\infra", |
| 124 "name": "python tests" | 124 "name": "python tests" |
| 125 }, | 125 }, |
| 126 { | 126 { |
| 127 "cmd": [ | 127 "cmd": [ |
| 128 "python", | 128 "python", |
| 129 "-u", | 129 "-u", |
| 130 "[SLAVE_BUILD]\\infra\\recipes\\recipes.py", | 130 "[SLAVE_BUILD]\\infra\\recipes\\recipes.py", |
| 131 "simulation_test", | |
| 132 "test" | |
| 133 ], | |
| 134 "name": "recipe tests" | |
| 135 }, | |
| 136 { | |
| 137 "cmd": [ | |
| 138 "python", | |
| 139 "-u", | |
| 140 "[SLAVE_BUILD]\\infra\\recipes\\recipes.py", | |
| 141 "lint" | 131 "lint" |
| 142 ], | 132 ], |
| 143 "name": "recipe lint" | 133 "name": "recipe lint" |
| 144 }, | 134 }, |
| 145 { | 135 { |
| 146 "cmd": [ | 136 "cmd": [ |
| 147 "python", | 137 "python", |
| 148 "-u", | 138 "-u", |
| 149 "[SLAVE_BUILD]\\infra\\go\\env.py" | 139 "[SLAVE_BUILD]\\infra\\go\\env.py" |
| 150 ], | 140 ], |
| 151 "name": "go bootstrap" | 141 "name": "go bootstrap" |
| 152 }, | 142 }, |
| 153 { | 143 { |
| 154 "cmd": [ | 144 "cmd": [ |
| 155 "python", | 145 "python", |
| 156 "-u", | 146 "-u", |
| 157 "[SLAVE_BUILD]\\infra\\go\\env.py", | 147 "[SLAVE_BUILD]\\infra\\go\\env.py", |
| 158 "python", | 148 "python", |
| 159 "[SLAVE_BUILD]\\infra\\go\\test.py" | 149 "[SLAVE_BUILD]\\infra\\go\\test.py" |
| 160 ], | 150 ], |
| 161 "name": "go tests" | 151 "name": "go tests" |
| 162 }, | 152 }, |
| 163 { | 153 { |
| 164 "name": "$result", | 154 "name": "$result", |
| 165 "recipe_result": null, | 155 "recipe_result": null, |
| 166 "status_code": 0 | 156 "status_code": 0 |
| 167 } | 157 } |
| 168 ] | 158 ] |
| OLD | NEW |