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

Side by Side Diff: scripts/slave/recipes/infra/luci_gae.expected/presubmit_try_job.json

Issue 2045493002: build: add path_config=kitchen to infra recipes tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « scripts/slave/recipes/infra/luci_gae.py ('k') | scripts/slave/recipes/infra/luci_go.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "tryserver.infra", 8 "tryserver.infra",
9 "--builder", 9 "--builder",
10 "Luci-GAE Presubmit", 10 "Luci-GAE Presubmit",
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 "version" 105 "version"
106 ], 106 ],
107 "name": "go third parties" 107 "name": "go third parties"
108 }, 108 },
109 { 109 {
110 "cmd": [ 110 "cmd": [
111 "python", 111 "python",
112 "-u", 112 "-u",
113 "[SLAVE_BUILD]/infra/go/env.py", 113 "[SLAVE_BUILD]/infra/go/env.py",
114 "python", 114 "python",
115 "[DEPOT_TOOLS]/presubmit_support.py", 115 "RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py",
116 "--root", 116 "--root",
117 "[SLAVE_BUILD]/infra/go/src/github.com/luci/gae", 117 "[SLAVE_BUILD]/infra/go/src/github.com/luci/gae",
118 "--commit", 118 "--commit",
119 "--verbose", 119 "--verbose",
120 "--verbose", 120 "--verbose",
121 "--issue", 121 "--issue",
122 "12853011", 122 "12853011",
123 "--patchset", 123 "--patchset",
124 "1", 124 "1",
125 "--skip_canned", 125 "--skip_canned",
(...skipping 14 matching lines...) Expand all
140 "PRESUBMIT_BUILDER": "1" 140 "PRESUBMIT_BUILDER": "1"
141 }, 141 },
142 "name": "presubmit" 142 "name": "presubmit"
143 }, 143 },
144 { 144 {
145 "name": "$result", 145 "name": "$result",
146 "recipe_result": null, 146 "recipe_result": null,
147 "status_code": 0 147 "status_code": 0
148 } 148 }
149 ] 149 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/infra/luci_gae.py ('k') | scripts/slave/recipes/infra/luci_go.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698