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

Side by Side Diff: scripts/slave/recipes/run_presubmit.expected/chromium_dry_run.json

Issue 1931633002: Make use of dry_run property of presubmit tryjobs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
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 | Annotate | Revision Log
« no previous file with comments | « scripts/slave/recipes/run_presubmit.py ('k') | no next file » | 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.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "chromium_presubmit", 10 "chromium_presubmit",
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 "RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py", 123 "RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py",
124 "--issue", 124 "--issue",
125 "12853011", 125 "12853011",
126 "--patchset", 126 "--patchset",
127 "1", 127 "1",
128 "--rietveld_url", 128 "--rietveld_url",
129 "https://codereview.chromium.org", 129 "https://codereview.chromium.org",
130 "--rietveld_fetch", 130 "--rietveld_fetch",
131 "--rietveld_email", 131 "--rietveld_email",
132 "", 132 "",
133 "--dry_run",
133 "--root", 134 "--root",
134 "[SLAVE_BUILD]/src", 135 "[SLAVE_BUILD]/src",
135 "--commit", 136 "--commit",
136 "--verbose", 137 "--verbose",
137 "--verbose", 138 "--verbose",
138 "--skip_canned", 139 "--skip_canned",
139 "CheckRietveldTryJobExecution", 140 "CheckRietveldTryJobExecution",
140 "--skip_canned", 141 "--skip_canned",
141 "CheckTreeIsOpen", 142 "CheckTreeIsOpen",
142 "--skip_canned", 143 "--skip_canned",
143 "CheckBuildbotPendingBuilds", 144 "CheckBuildbotPendingBuilds",
144 "--upstream", 145 "--upstream",
145 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9" 146 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9"
146 ], 147 ],
147 "env": { 148 "env": {
148 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 149 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
149 }, 150 },
150 "name": "presubmit" 151 "name": "presubmit"
151 }, 152 },
152 { 153 {
153 "name": "$result", 154 "name": "$result",
154 "recipe_result": null, 155 "recipe_result": null,
155 "status_code": 0 156 "status_code": 0
156 } 157 }
157 ] 158 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/run_presubmit.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698