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

Unified Diff: tools/tests/factory_configuration/expected/Build-Ubuntu12-GCC-Arm7-Debug-Nexus10-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/Build-Ubuntu12-GCC-Arm7-Debug-Nexus10-Trybot
diff --git a/tools/tests/factory_configuration/expected/Build-Ubuntu12-GCC-Arm7-Debug-Nexus10-Trybot b/tools/tests/factory_configuration/expected/Build-Ubuntu12-GCC-Arm7-Debug-Nexus10-Trybot
index 30ccc6d5f6e9f02c270231a11f6cfe31f32aa62e..4dddef5e772dcc75c69b1532568a3a8c15fd6189 100644
--- a/tools/tests/factory_configuration/expected/Build-Ubuntu12-GCC-Arm7-Debug-Nexus10-Trybot
+++ b/tools/tests/factory_configuration/expected/Build-Ubuntu12-GCC-Arm7-Debug-Nexus10-Trybot
@@ -123,6 +123,7 @@
'description': 'UpdateScripts',
'doStepIf': <Object>,
'env': {},
+ 'exception_on_failure': <Object>,
'flunkOnFailure': <Object>,
'get_props_from_stdout': {
'buildbot_revision': 'Skiabot scripts updated to (\w+)',
@@ -188,6 +189,7 @@
'description': 'Update',
'doStepIf': <Object>,
'env': {},
+ 'exception_on_failure': <Object>,
'flunkOnFailure': <Object>,
'get_props_from_stdout': {
'got_revision': 'Skia updated to (\w+)',
@@ -253,6 +255,7 @@
'description': 'ApplyPatch',
'doStepIf': <Object>,
'env': {},
+ 'exception_on_failure': <Object>,
'flunkOnFailure': <Object>,
'get_props_from_stdout': None,
'haltOnFailure': <Object>,
@@ -316,6 +319,7 @@
'description': 'Clean',
'doStepIf': <Object>,
'env': {},
+ 'exception_on_failure': <Object>,
'flunkOnFailure': <Object>,
'get_props_from_stdout': None,
'haltOnFailure': <Object>,
@@ -381,6 +385,7 @@
'description': 'RunGYP',
'doStepIf': <Object>,
'env': {},
+ 'exception_on_failure': <Object>,
'flunkOnFailure': <Object>,
'get_props_from_stdout': None,
'haltOnFailure': <Object>,
@@ -448,6 +453,7 @@
'description': 'BuildAll',
'doStepIf': <Object>,
'env': {},
+ 'exception_on_failure': <Object>,
'flunkOnFailure': <Object>,
'get_props_from_stdout': None,
'haltOnFailure': <Object>,
@@ -511,6 +517,7 @@
'description': 'Clean',
'doStepIf': <Object>,
'env': {},
+ 'exception_on_failure': <Object>,
'flunkOnFailure': <Object>,
'get_props_from_stdout': None,
'haltOnFailure': <Object>,
@@ -578,6 +585,7 @@
'description': 'Retry_BuildAll',
'doStepIf': <Object>,
'env': {},
+ 'exception_on_failure': <Object>,
'flunkOnFailure': <Object>,
'get_props_from_stdout': None,
'haltOnFailure': <Object>,
@@ -641,6 +649,7 @@
'description': 'Clean',
'doStepIf': <Object>,
'env': {},
+ 'exception_on_failure': <Object>,
'flunkOnFailure': <Object>,
'get_props_from_stdout': None,
'haltOnFailure': <Object>,
@@ -708,6 +717,7 @@
'description': 'Retry_NoWarningsAsErrors_BuildAll',
'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