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

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

Issue 1845153002: recipe_roll_tryjob: Hide simulation test output. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Expectations. 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
« no previous file with comments | « scripts/slave/recipes/infra/recipe_roll_tryjob.expected/one_patch.json ('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 "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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 { 191 {
192 "cmd": [ 192 "cmd": [
193 "python", 193 "python",
194 "-u", 194 "-u",
195 "[SLAVE_BUILD]/recipe_engine/recipe_engine/recipes.py", 195 "[SLAVE_BUILD]/recipe_engine/recipe_engine/recipes.py",
196 "--package", 196 "--package",
197 "[SLAVE_BUILD]/recipe_engine/recipe_engine/infra/config/recipes.cfg", 197 "[SLAVE_BUILD]/recipe_engine/recipe_engine/infra/config/recipes.cfg",
198 "simulation_test" 198 "simulation_test"
199 ], 199 ],
200 "cwd": "[SLAVE_BUILD]", 200 "cwd": "[SLAVE_BUILD]",
201 "name": "recipe_engine tests" 201 "name": "recipe_engine tests",
202 "stdout": "/path/to/tmp/"
202 }, 203 },
203 { 204 {
204 "cmd": [ 205 "cmd": [
205 "python", 206 "python",
206 "-u", 207 "-u",
207 "[SLAVE_BUILD]/build/build/recipes.py", 208 "[SLAVE_BUILD]/build/build/recipes.py",
208 "-O", 209 "-O",
209 "recipe_engine=[SLAVE_BUILD]/recipe_engine/recipe_engine", 210 "recipe_engine=[SLAVE_BUILD]/recipe_engine/recipe_engine",
210 "--package", 211 "--package",
211 "[SLAVE_BUILD]/build/build/infra/config/recipes.cfg", 212 "[SLAVE_BUILD]/build/build/infra/config/recipes.cfg",
212 "simulation_test" 213 "simulation_test"
213 ], 214 ],
214 "cwd": "[SLAVE_BUILD]", 215 "cwd": "[SLAVE_BUILD]",
215 "name": "build tests" 216 "name": "build tests",
217 "stdout": "/path/to/tmp/"
216 }, 218 },
217 { 219 {
218 "name": "$result", 220 "name": "$result",
219 "recipe_result": null, 221 "recipe_result": null,
220 "status_code": 0 222 "status_code": 0
221 } 223 }
222 ] 224 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/infra/recipe_roll_tryjob.expected/one_patch.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698