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

Unified Diff: tools/tests/factory_configuration/expected/Housekeeper-Daily-DEPSRollResults-Trybot

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, 10 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 side-by-side diff with in-line comments
Download patch
Index: tools/tests/factory_configuration/expected/Housekeeper-Daily-DEPSRollResults-Trybot
diff --git a/tools/tests/factory_configuration/expected/Housekeeper-Daily-DEPSRollResults-Trybot b/tools/tests/factory_configuration/expected/Housekeeper-Daily-DEPSRollResults-Trybot
index 339ceb597b337e77658ef9e093ffbc8dddbd80cc..6f6a5c3939fedc4f345f4baa1053f8f355fe5615 100644
--- a/tools/tests/factory_configuration/expected/Housekeeper-Daily-DEPSRollResults-Trybot
+++ b/tools/tests/factory_configuration/expected/Housekeeper-Daily-DEPSRollResults-Trybot
@@ -104,6 +104,7 @@
'description': 'UpdateScripts',
'doStepIf': <Object>,
'env': {},
+ 'exception_on_failure': <Object>,
'flunkOnFailure': <Object>,
'get_props_from_stdout': {
'buildbot_revision': 'Skiabot scripts updated to (\w+)',
@@ -161,6 +162,7 @@
'description': 'Update',
'doStepIf': <Object>,
'env': {},
+ 'exception_on_failure': <Object>,
'flunkOnFailure': <Object>,
'get_props_from_stdout': {
'got_revision': 'Skia updated to (\w+)',
@@ -218,6 +220,7 @@
'description': 'ApplyPatch',
'doStepIf': <Object>,
'env': {},
+ 'exception_on_failure': <Object>,
'flunkOnFailure': <Object>,
'get_props_from_stdout': None,
'haltOnFailure': <Object>,
@@ -273,6 +276,7 @@
'description': 'CollectDEPSRollTrybotResults',
'doStepIf': <Object>,
'env': {},
+ 'exception_on_failure': <Object>,
'flunkOnFailure': <Object>,
'get_props_from_stdout': None,
'haltOnFailure': <Object>,

Powered by Google App Engine
This is Rietveld 408576698