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

Side by Side Diff: tools/tests/factory_configuration/expected/Housekeeper-PerCommit-AutoRoll

Issue 316333002: display "latest GM failures" link in its own line under build step Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: Created 6 years, 6 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-PerCommit-AutoRoll', 6 '_builder_name': 'Housekeeper-PerCommit-AutoRoll',
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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 '--is_try', 101 '--is_try',
102 'False', 102 'False',
103 '--bench_pictures_cfg', 103 '--bench_pictures_cfg',
104 'default', 104 'default',
105 ], 105 ],
106 'description': 'UpdateScripts', 106 'description': 'UpdateScripts',
107 'doStepIf': <Object>, 107 'doStepIf': <Object>,
108 'env': {}, 108 'env': {},
109 'exception_on_failure': <Object>, 109 'exception_on_failure': <Object>,
110 'flunkOnFailure': <Object>, 110 'flunkOnFailure': <Object>,
111 'get_links_from_stdout': None,
111 'get_props_from_stdout': { 112 'get_props_from_stdout': {
112 'buildbot_revision': 'Skiabot scripts updated to (\w+)', 113 'buildbot_revision': 'Skiabot scripts updated to (\w+)',
113 }, 114 },
114 'haltOnFailure': <Object>, 115 'haltOnFailure': <Object>,
115 'hideStepIf': <Object>, 116 'hideStepIf': <Object>,
116 'is_rebaseline_step': <Object>, 117 'is_rebaseline_step': <Object>,
117 'is_upload_step': <Object>, 118 'is_upload_step': <Object>,
118 'timeout': <Object>, 119 'timeout': <Object>,
119 'workdir': 'build', 120 'workdir': 'build',
120 }, 121 },
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 '--is_try', 158 '--is_try',
158 'False', 159 'False',
159 '--bench_pictures_cfg', 160 '--bench_pictures_cfg',
160 'default', 161 'default',
161 ], 162 ],
162 'description': 'Update', 163 'description': 'Update',
163 'doStepIf': <Object>, 164 'doStepIf': <Object>,
164 'env': {}, 165 'env': {},
165 'exception_on_failure': <Object>, 166 'exception_on_failure': <Object>,
166 'flunkOnFailure': <Object>, 167 'flunkOnFailure': <Object>,
168 'get_links_from_stdout': None,
167 'get_props_from_stdout': { 169 'get_props_from_stdout': {
168 'chrome_revision': 'Chrome updated to (\w+)', 170 'chrome_revision': 'Chrome updated to (\w+)',
169 'got_revision': 'Skia updated to (\w+)', 171 'got_revision': 'Skia updated to (\w+)',
170 }, 172 },
171 'haltOnFailure': <Object>, 173 'haltOnFailure': <Object>,
172 'hideStepIf': <Object>, 174 'hideStepIf': <Object>,
173 'is_rebaseline_step': <Object>, 175 'is_rebaseline_step': <Object>,
174 'is_upload_step': <Object>, 176 'is_upload_step': <Object>,
175 'timeout': <Object>, 177 'timeout': <Object>,
176 'workdir': 'build', 178 'workdir': 'build',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 '--is_try', 216 '--is_try',
215 'False', 217 'False',
216 '--bench_pictures_cfg', 218 '--bench_pictures_cfg',
217 'default', 219 'default',
218 ], 220 ],
219 'description': 'AutoRoll', 221 'description': 'AutoRoll',
220 'doStepIf': <Object>, 222 'doStepIf': <Object>,
221 'env': {}, 223 'env': {},
222 'exception_on_failure': <Object>, 224 'exception_on_failure': <Object>,
223 'flunkOnFailure': <Object>, 225 'flunkOnFailure': <Object>,
226 'get_links_from_stdout': None,
224 'get_props_from_stdout': None, 227 'get_props_from_stdout': None,
225 'haltOnFailure': <Object>, 228 'haltOnFailure': <Object>,
226 'hideStepIf': <Object>, 229 'hideStepIf': <Object>,
227 'is_rebaseline_step': <Object>, 230 'is_rebaseline_step': <Object>,
228 'is_upload_step': <Object>, 231 'is_upload_step': <Object>,
229 'timeout': <Object>, 232 'timeout': <Object>,
230 'workdir': 'build/skia', 233 'workdir': 'build/skia',
231 }, 234 },
232 ], 235 ],
233 ], 236 ],
234 } 237 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698