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 "Chromium DevTools Linux", | 10 "Chromium DevTools Linux", |
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
206 ], | 206 ], |
207 "cwd": "[SLAVE_BUILD]/src/third_party/WebKit/Source/devtools", | 207 "cwd": "[SLAVE_BUILD]/src/third_party/WebKit/Source/devtools", |
208 "name": "run eslint" | 208 "name": "run eslint" |
209 }, | 209 }, |
210 { | 210 { |
211 "name": "$result", | 211 "name": "$result", |
212 "recipe_result": null, | 212 "recipe_result": null, |
213 "status_code": 0 | 213 "status_code": 0 |
214 } | 214 } |
215 ] | 215 ] |
OLD | NEW |