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

Side by Side Diff: tools/tests/factory_configuration/expected/Housekeeper-Nightly-DEPSRoll

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-Nightly-DEPSRoll', 6 '_builder_name': 'Housekeeper-Nightly-DEPSRoll',
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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 '--num_cores', 153 '--num_cores',
153 <Object>, 154 <Object>,
154 '--is_try', 155 '--is_try',
155 'False', 156 'False',
156 '--bench_pictures_cfg', 157 '--bench_pictures_cfg',
157 'default', 158 'default',
158 ], 159 ],
159 'description': 'Update', 160 'description': 'Update',
160 'doStepIf': <Object>, 161 'doStepIf': <Object>,
161 'env': {}, 162 'env': {},
163 'exception_on_failure': <Object>,
162 'flunkOnFailure': <Object>, 164 'flunkOnFailure': <Object>,
163 'get_props_from_stdout': { 165 'get_props_from_stdout': {
164 'chrome_revision': 'Chrome updated to (\w+)', 166 'chrome_revision': 'Chrome updated to (\w+)',
165 'got_revision': 'Skia updated to (\w+)', 167 'got_revision': 'Skia updated to (\w+)',
166 }, 168 },
167 'haltOnFailure': <Object>, 169 'haltOnFailure': <Object>,
168 'hideStepIf': <Object>, 170 'hideStepIf': <Object>,
169 'is_rebaseline_step': <Object>, 171 'is_rebaseline_step': <Object>,
170 'is_upload_step': <Object>, 172 'is_upload_step': <Object>,
171 'timeout': <Object>, 173 'timeout': <Object>,
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 '--num_cores', 210 '--num_cores',
209 <Object>, 211 <Object>,
210 '--is_try', 212 '--is_try',
211 'False', 213 'False',
212 '--bench_pictures_cfg', 214 '--bench_pictures_cfg',
213 'default', 215 'default',
214 ], 216 ],
215 'description': 'DEPSRoll', 217 'description': 'DEPSRoll',
216 'doStepIf': <Object>, 218 'doStepIf': <Object>,
217 'env': {}, 219 'env': {},
220 'exception_on_failure': <Object>,
218 'flunkOnFailure': <Object>, 221 'flunkOnFailure': <Object>,
219 'get_props_from_stdout': { 222 'get_props_from_stdout': {
220 'control_issue': 'Control Issue number: (\d+) ', 223 'control_issue': 'Control Issue number: (\d+) ',
221 'deps_roll_issue': 'Deps roll Issue number: (\d+) ', 224 'deps_roll_issue': 'Deps roll Issue number: (\d+) ',
222 }, 225 },
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/src', 231 'workdir': 'build/src',
229 }, 232 },
230 ], 233 ],
231 ], 234 ],
232 } 235 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698