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

Side by Side Diff: infra/recipe_modules/hacky_tryserver_detection/example.expected/basic.json

Issue 1641363002: Adds bot_update to depot_tools. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Don't delete the old files in this CL. Created 4 years, 10 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 "echo",
5 "-u", 5 "False"
6 "RECIPE_PACKAGE[depot_tools]/gclient.py",
7 "--help"
8 ], 6 ],
9 "cwd": "[SLAVE_BUILD]", 7 "cwd": "[SLAVE_BUILD]",
10 "name": "gclient help" 8 "name": "am i a tryserver?"
11 }, 9 },
12 { 10 {
13 "name": "$result", 11 "name": "$result",
14 "recipe_result": null, 12 "recipe_result": null,
15 "status_code": 0 13 "status_code": 0
16 } 14 }
17 ] 15 ]
OLDNEW
« no previous file with comments | « infra/recipe_modules/hacky_tryserver_detection/example.py ('k') | infra/recipe_modules/rietveld/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698