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

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

Issue 1921893003: Roll recipe_engine to 2f86f02a302172514bf282684e0a4aa18b683e41 (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 years, 7 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_REPO[depot_tools]/presubmit_support.py" 6 "RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]",
8 "env": { 9 "env": {
9 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 10 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
10 }, 11 },
11 "name": "presubmit" 12 "name": "presubmit"
12 }, 13 },
13 { 14 {
14 "name": "$result", 15 "name": "$result",
15 "recipe_result": null, 16 "recipe_result": null,
16 "status_code": 0 17 "status_code": 0
17 } 18 }
18 ] 19 ]
OLDNEW
« no previous file with comments | « recipe_modules/infra_paths/test_api.py ('k') | recipe_modules/rietveld/example.expected/basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698