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

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

Issue 2319213002: DevTools: Add devtools for tryserver.chromium.linux (Closed)
Patch Set: CL feedback 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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/devtools.py ('k') | scripts/slave/recipes/devtools.expected/devtools_fyi_main.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698