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

Side by Side Diff: recipe_modules/presubmit/example.expected/basic.json

Issue 1785443002: depot_tools: adjust for resource API changes in recipe engine (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 years, 9 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_PACKAGE[depot_tools]/presubmit_support.py" 6 "RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "env": { 9 "env": {
10 "PATH": "%(PATH)s:RECIPE_PACKAGE[depot_tools]" 10 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
11 }, 11 },
12 "name": "presubmit" 12 "name": "presubmit"
13 }, 13 },
14 { 14 {
15 "name": "$result", 15 "name": "$result",
16 "recipe_result": null, 16 "recipe_result": null,
17 "status_code": 0 17 "status_code": 0
18 } 18 }
19 ] 19 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698