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

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

Issue 1915463002: depot_tools: add infra_paths recipe module for infra-specific paths (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: rebase Created 4 years, 8 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]",
9 "env": { 8 "env": {
10 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 9 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
11 }, 10 },
12 "name": "presubmit" 11 "name": "presubmit"
13 }, 12 },
14 { 13 {
15 "name": "$result", 14 "name": "$result",
16 "recipe_result": null, 15 "recipe_result": null,
17 "status_code": 0 16 "status_code": 0
18 } 17 }
19 ] 18 ]
OLDNEW
« no previous file with comments | « recipe_modules/infra_paths/example.expected/win_kitchen.json ('k') | recipe_modules/rietveld/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698