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

Unified Diff: tools/tests/factory_configuration/expected/Build-Ubuntu12-GCC-Arm7-Release-GalaxyNexus

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-Release-GalaxyNexus
diff --git a/tools/tests/factory_configuration/expected/Build-Ubuntu12-GCC-Arm7-Release-GalaxyNexus b/tools/tests/factory_configuration/expected/Build-Ubuntu12-GCC-Arm7-Release-GalaxyNexus
index dcba0dd9e2d0848673f595824c5941e445629af3..a1526b142c78ef159a873e2f61fdc6fb5db42b55 100644
--- a/tools/tests/factory_configuration/expected/Build-Ubuntu12-GCC-Arm7-Release-GalaxyNexus
+++ b/tools/tests/factory_configuration/expected/Build-Ubuntu12-GCC-Arm7-Release-GalaxyNexus
@@ -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': 'Clean',
'doStepIf': <Object>,
'env': {},
+ 'exception_on_failure': <Object>,
'flunkOnFailure': <Object>,
'get_props_from_stdout': None,
'haltOnFailure': <Object>,
@@ -318,6 +321,7 @@
'description': 'RunGYP',
'doStepIf': <Object>,
'env': {},
+ 'exception_on_failure': <Object>,
'flunkOnFailure': <Object>,
'get_props_from_stdout': None,
'haltOnFailure': <Object>,
@@ -385,6 +389,7 @@
'description': 'BuildAll',
'doStepIf': <Object>,
'env': {},
+ 'exception_on_failure': <Object>,
'flunkOnFailure': <Object>,
'get_props_from_stdout': None,
'haltOnFailure': <Object>,
@@ -448,6 +453,7 @@
'description': 'Clean',
'doStepIf': <Object>,
'env': {},
+ 'exception_on_failure': <Object>,
'flunkOnFailure': <Object>,
'get_props_from_stdout': None,
'haltOnFailure': <Object>,
@@ -515,6 +521,7 @@
'description': 'Retry_BuildAll',
'doStepIf': <Object>,
'env': {},
+ 'exception_on_failure': <Object>,
'flunkOnFailure': <Object>,
'get_props_from_stdout': None,
'haltOnFailure': <Object>,
@@ -578,6 +585,7 @@
'description': 'Clean',
'doStepIf': <Object>,
'env': {},
+ 'exception_on_failure': <Object>,
'flunkOnFailure': <Object>,
'get_props_from_stdout': None,
'haltOnFailure': <Object>,
@@ -645,6 +653,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