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