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

Side by Side Diff: tools/tests/factory_configuration/expected/Housekeeper-Daily-DEPSRollResults

Issue 175523003: Raise Exception instead of failure when some steps fail. (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: Include ALL the factory config files Created 6 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 'TargetPath': <Object>, 2 'TargetPath': <Object>,
3 '_autogen_svn_password_file': '.autogen_svn_password', 3 '_autogen_svn_password_file': '.autogen_svn_password',
4 '_autogen_svn_username_file': '.autogen_svn_username', 4 '_autogen_svn_username_file': '.autogen_svn_username',
5 '_build_targets': [], 5 '_build_targets': [],
6 '_builder_name': 'Housekeeper-Daily-DEPSRollResults', 6 '_builder_name': 'Housekeeper-Daily-DEPSRollResults',
7 '_common_args': [ 7 '_common_args': [
8 '--autogen_svn_baseurl', 8 '--autogen_svn_baseurl',
9 'https://skia-autogen.googlecode.com/svn', 9 'https://skia-autogen.googlecode.com/svn',
10 '--configuration', 10 '--configuration',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 '--num_cores', 97 '--num_cores',
98 <Object>, 98 <Object>,
99 '--is_try', 99 '--is_try',
100 'False', 100 'False',
101 '--bench_pictures_cfg', 101 '--bench_pictures_cfg',
102 'default', 102 'default',
103 ], 103 ],
104 'description': 'UpdateScripts', 104 'description': 'UpdateScripts',
105 'doStepIf': <Object>, 105 'doStepIf': <Object>,
106 'env': {}, 106 'env': {},
107 'exception_on_failure': <Object>,
107 'flunkOnFailure': <Object>, 108 'flunkOnFailure': <Object>,
108 'get_props_from_stdout': { 109 'get_props_from_stdout': {
109 'buildbot_revision': 'Skiabot scripts updated to (\w+)', 110 'buildbot_revision': 'Skiabot scripts updated to (\w+)',
110 }, 111 },
111 'haltOnFailure': <Object>, 112 'haltOnFailure': <Object>,
112 'hideStepIf': <Object>, 113 'hideStepIf': <Object>,
113 'is_rebaseline_step': <Object>, 114 'is_rebaseline_step': <Object>,
114 'is_upload_step': <Object>, 115 'is_upload_step': <Object>,
115 'timeout': <Object>, 116 'timeout': <Object>,
116 'workdir': 'build', 117 'workdir': 'build',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 '--is_try', 155 '--is_try',
155 'False', 156 'False',
156 '--bench_pictures_cfg', 157 '--bench_pictures_cfg',
157 'default', 158 'default',
158 '--gclient_solutions', 159 '--gclient_solutions',
159 '"['{ "name": "skia", "url": "https://skia.googlesource.com/ skia.git", "custom_deps": {},"custom_vars": {},},']"', 160 '"['{ "name": "skia", "url": "https://skia.googlesource.com/ skia.git", "custom_deps": {},"custom_vars": {},},']"',
160 ], 161 ],
161 'description': 'Update', 162 'description': 'Update',
162 'doStepIf': <Object>, 163 'doStepIf': <Object>,
163 'env': {}, 164 'env': {},
165 'exception_on_failure': <Object>,
164 'flunkOnFailure': <Object>, 166 'flunkOnFailure': <Object>,
165 'get_props_from_stdout': { 167 'get_props_from_stdout': {
166 'got_revision': 'Skia updated to (\w+)', 168 'got_revision': 'Skia updated to (\w+)',
167 }, 169 },
168 'haltOnFailure': <Object>, 170 'haltOnFailure': <Object>,
169 'hideStepIf': <Object>, 171 'hideStepIf': <Object>,
170 'is_rebaseline_step': <Object>, 172 'is_rebaseline_step': <Object>,
171 'is_upload_step': <Object>, 173 'is_upload_step': <Object>,
172 'timeout': <Object>, 174 'timeout': <Object>,
173 'workdir': 'build', 175 'workdir': 'build',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 '--is_try', 213 '--is_try',
212 'False', 214 'False',
213 '--bench_pictures_cfg', 215 '--bench_pictures_cfg',
214 'default', 216 'default',
215 '--upstream_bot', 217 '--upstream_bot',
216 'Housekeeper-Nightly-DEPSRoll', 218 'Housekeeper-Nightly-DEPSRoll',
217 ], 219 ],
218 'description': 'CollectDEPSRollTrybotResults', 220 'description': 'CollectDEPSRollTrybotResults',
219 'doStepIf': <Object>, 221 'doStepIf': <Object>,
220 'env': {}, 222 'env': {},
223 'exception_on_failure': <Object>,
221 'flunkOnFailure': <Object>, 224 'flunkOnFailure': <Object>,
222 'get_props_from_stdout': None, 225 'get_props_from_stdout': None,
223 'haltOnFailure': <Object>, 226 'haltOnFailure': <Object>,
224 'hideStepIf': <Object>, 227 'hideStepIf': <Object>,
225 'is_rebaseline_step': <Object>, 228 'is_rebaseline_step': <Object>,
226 'is_upload_step': <Object>, 229 'is_upload_step': <Object>,
227 'timeout': <Object>, 230 'timeout': <Object>,
228 'workdir': 'build/skia', 231 'workdir': 'build/skia',
229 }, 232 },
230 ], 233 ],
231 ], 234 ],
232 } 235 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698