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

Side by Side Diff: scripts/slave/recipes/infra/recipe_roll_tryjob.expected/one_patch.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
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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 { 189 {
190 "cmd": [ 190 "cmd": [
191 "python", 191 "python",
192 "-u", 192 "-u",
193 "[SLAVE_BUILD]/recipe_engine/recipe_engine/recipes.py", 193 "[SLAVE_BUILD]/recipe_engine/recipe_engine/recipes.py",
194 "--package", 194 "--package",
195 "[SLAVE_BUILD]/recipe_engine/recipe_engine/infra/config/recipes.cfg", 195 "[SLAVE_BUILD]/recipe_engine/recipe_engine/infra/config/recipes.cfg",
196 "simulation_test" 196 "simulation_test"
197 ], 197 ],
198 "cwd": "[SLAVE_BUILD]", 198 "cwd": "[SLAVE_BUILD]",
199 "name": "recipe_engine tests" 199 "name": "recipe_engine tests",
200 "stdout": "/path/to/tmp/"
200 }, 201 },
201 { 202 {
202 "cmd": [ 203 "cmd": [
203 "python", 204 "python",
204 "-u", 205 "-u",
205 "[SLAVE_BUILD]/build/build/recipes.py", 206 "[SLAVE_BUILD]/build/build/recipes.py",
206 "--package", 207 "--package",
207 "[SLAVE_BUILD]/build/build/infra/config/recipes.cfg", 208 "[SLAVE_BUILD]/build/build/infra/config/recipes.cfg",
208 "simulation_test" 209 "simulation_test"
209 ], 210 ],
210 "cwd": "[SLAVE_BUILD]", 211 "cwd": "[SLAVE_BUILD]",
211 "name": "build tests" 212 "name": "build tests",
213 "stdout": "/path/to/tmp/"
212 }, 214 },
213 { 215 {
214 "name": "$result", 216 "name": "$result",
215 "recipe_result": null, 217 "recipe_result": null,
216 "status_code": 0 218 "status_code": 0
217 } 219 }
218 ] 220 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698