Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(193)

Side by Side Diff: scripts/slave/recipes/devtools.expected/devtools_fyi.json

Issue 2319213002: DevTools: Add devtools for tryserver.chromium.linux (Closed)
Patch Set: Nits Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698