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

Unified Diff: tools/tests/factory_configuration/expected/Perf-Ubuntu12-ShuttleA-ATI5770-x86-Release

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/Perf-Ubuntu12-ShuttleA-ATI5770-x86-Release
diff --git a/tools/tests/factory_configuration/expected/Perf-Ubuntu12-ShuttleA-ATI5770-x86-Release b/tools/tests/factory_configuration/expected/Perf-Ubuntu12-ShuttleA-ATI5770-x86-Release
index b9b0efc497d0e5c41fb8a40df9afb9ce9f86eaf3..72210d96b3da109d4cd203a8d138bcbb3c627e34 100644
--- a/tools/tests/factory_configuration/expected/Perf-Ubuntu12-ShuttleA-ATI5770-x86-Release
+++ b/tools/tests/factory_configuration/expected/Perf-Ubuntu12-ShuttleA-ATI5770-x86-Release
@@ -106,6 +106,7 @@
'description': 'UpdateScripts',
'doStepIf': <Object>,
'env': {},
+ 'exception_on_failure': <Object>,
'flunkOnFailure': <Object>,
'get_props_from_stdout': {
'buildbot_revision': 'Skiabot scripts updated to (\w+)',
@@ -163,6 +164,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': 'DownloadSKPs',
'doStepIf': <Object>,
'env': {},
+ 'exception_on_failure': <Object>,
'flunkOnFailure': <Object>,
'get_props_from_stdout': None,
'haltOnFailure': <Object>,
@@ -275,6 +278,7 @@
'description': 'RunGYP',
'doStepIf': <Object>,
'env': {},
+ 'exception_on_failure': <Object>,
'flunkOnFailure': <Object>,
'get_props_from_stdout': None,
'haltOnFailure': <Object>,
@@ -334,6 +338,7 @@
'description': 'BuildMost',
'doStepIf': <Object>,
'env': {},
+ 'exception_on_failure': <Object>,
'flunkOnFailure': <Object>,
'get_props_from_stdout': None,
'haltOnFailure': <Object>,
@@ -389,6 +394,7 @@
'description': 'Clean',
'doStepIf': <Object>,
'env': {},
+ 'exception_on_failure': <Object>,
'flunkOnFailure': <Object>,
'get_props_from_stdout': None,
'haltOnFailure': <Object>,
@@ -448,6 +454,7 @@
'description': 'Retry_BuildMost',
'doStepIf': <Object>,
'env': {},
+ 'exception_on_failure': <Object>,
'flunkOnFailure': <Object>,
'get_props_from_stdout': None,
'haltOnFailure': <Object>,
@@ -503,6 +510,7 @@
'description': 'Clean',
'doStepIf': <Object>,
'env': {},
+ 'exception_on_failure': <Object>,
'flunkOnFailure': <Object>,
'get_props_from_stdout': None,
'haltOnFailure': <Object>,
@@ -562,6 +570,7 @@
'description': 'Retry_NoWarningsAsErrors_BuildMost',
'doStepIf': <Object>,
'env': {},
+ 'exception_on_failure': <Object>,
'flunkOnFailure': <Object>,
'get_props_from_stdout': None,
'haltOnFailure': <Object>,
@@ -617,6 +626,7 @@
'description': 'Install',
'doStepIf': <Object>,
'env': {},
+ 'exception_on_failure': <Object>,
'flunkOnFailure': <Object>,
'get_props_from_stdout': None,
'haltOnFailure': <Object>,
@@ -672,6 +682,7 @@
'description': 'PreBench',
'doStepIf': <Object>,
'env': {},
+ 'exception_on_failure': <Object>,
'flunkOnFailure': <Object>,
'get_props_from_stdout': None,
'haltOnFailure': <Object>,
@@ -727,6 +738,7 @@
'description': 'RunBench',
'doStepIf': <Object>,
'env': {},
+ 'exception_on_failure': <Object>,
'flunkOnFailure': <Object>,
'get_props_from_stdout': None,
'haltOnFailure': <Object>,
@@ -782,6 +794,7 @@
'description': 'BenchPictures',
'doStepIf': <Object>,
'env': {},
+ 'exception_on_failure': <Object>,
'flunkOnFailure': <Object>,
'get_props_from_stdout': None,
'haltOnFailure': <Object>,
@@ -837,6 +850,7 @@
'description': 'PostBench',
'doStepIf': <Object>,
'env': {},
+ 'exception_on_failure': <Object>,
'flunkOnFailure': <Object>,
'get_props_from_stdout': None,
'haltOnFailure': <Object>,
@@ -890,6 +904,7 @@
'description': 'CheckForRegressions',
'doStepIf': <Object>,
'env': {},
+ 'exception_on_failure': <Object>,
'flunkOnFailure': <Object>,
'get_props_from_stdout': None,
'haltOnFailure': <Object>,
@@ -943,6 +958,7 @@
'description': 'UploadBenchResults',
'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