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

Side by Side Diff: scripts/slave/recipes/infra/recipe_roll_tryjob.expected/tryjob.json

Issue 1812123002: Make the recipe roller tryjob accept tryjobs. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.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 "authutil", 4 "authutil",
5 "token" 5 "token"
6 ], 6 ],
7 "cwd": "[SLAVE_BUILD]", 7 "cwd": "[SLAVE_BUILD]",
8 "name": "Get auth token", 8 "name": "Get auth token",
9 "stdout": "/path/to/tmp/" 9 "stdout": "/path/to/tmp/"
10 }, 10 },
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 "-u", 79 "-u",
80 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 80 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
81 "--spec", 81 "--spec",
82 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'recipe_engine', 'url': 'https://repo.repo/recipes-py'}]", 82 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'recipe_engine', 'url': 'https://repo.repo/recipes-py'}]",
83 "--root", 83 "--root",
84 "recipe_engine", 84 "recipe_engine",
85 "--revision_mapping_file", 85 "--revision_mapping_file",
86 "{}", 86 "{}",
87 "--git-cache-dir", 87 "--git-cache-dir",
88 "[GIT_CACHE]", 88 "[GIT_CACHE]",
89 "--issue",
90 "12345678",
91 "--patchset",
92 "1",
93 "--rietveld_server",
94 "https://fake.code.review",
89 "--output_json", 95 "--output_json",
90 "/path/to/tmp/json", 96 "/path/to/tmp/json",
91 "--revision", 97 "--revision",
92 "recipe_engine@HEAD", 98 "recipe_engine@HEAD",
93 "--force", 99 "--force",
94 "--output_manifest" 100 "--output_manifest"
95 ], 101 ],
96 "cwd": "[SLAVE_BUILD]/recipe_engine", 102 "cwd": "[SLAVE_BUILD]/recipe_engine",
97 "env": { 103 "env": {
98 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 104 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 151 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
146 "--spec", 152 "--spec",
147 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'build', 'url': 'https://repo.repo/chromium/build'}]", 153 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'build', 'url': 'https://repo.repo/chromium/build'}]",
148 "--root", 154 "--root",
149 "build", 155 "build",
150 "--revision_mapping_file", 156 "--revision_mapping_file",
151 "{}", 157 "{}",
152 "--git-cache-dir", 158 "--git-cache-dir",
153 "[GIT_CACHE]", 159 "[GIT_CACHE]",
154 "--issue", 160 "--issue",
155 "123456", 161 "12345678",
156 "--patchset", 162 "--patchset",
157 "1", 163 "1",
158 "--rietveld_server", 164 "--rietveld_server",
159 "https://fake.code.review", 165 "https://fake.code.review",
160 "--output_json", 166 "--output_json",
161 "/path/to/tmp/json", 167 "/path/to/tmp/json",
162 "--revision", 168 "--revision",
163 "build@HEAD", 169 "build@HEAD",
164 "--force", 170 "--force",
165 "--output_manifest" 171 "--output_manifest"
(...skipping 30 matching lines...) Expand all
196 "simulation_test" 202 "simulation_test"
197 ], 203 ],
198 "cwd": "[SLAVE_BUILD]", 204 "cwd": "[SLAVE_BUILD]",
199 "name": "recipe_engine tests" 205 "name": "recipe_engine tests"
200 }, 206 },
201 { 207 {
202 "cmd": [ 208 "cmd": [
203 "python", 209 "python",
204 "-u", 210 "-u",
205 "[SLAVE_BUILD]/build/build/recipes.py", 211 "[SLAVE_BUILD]/build/build/recipes.py",
212 "-O",
213 "recipe_engine=[SLAVE_BUILD]/recipe_engine/recipe_engine",
206 "--package", 214 "--package",
207 "[SLAVE_BUILD]/build/build/infra/config/recipes.cfg", 215 "[SLAVE_BUILD]/build/build/infra/config/recipes.cfg",
208 "simulation_test" 216 "simulation_test"
209 ], 217 ],
210 "cwd": "[SLAVE_BUILD]", 218 "cwd": "[SLAVE_BUILD]",
211 "name": "build tests" 219 "name": "build tests"
212 }, 220 },
213 { 221 {
214 "name": "$result", 222 "name": "$result",
215 "recipe_result": null, 223 "recipe_result": null,
216 "status_code": 0 224 "status_code": 0
217 } 225 }
218 ] 226 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698