diff --git a/common_factories.py b/common_factories.py index 76169f5c..c369ce90 100644 --- a/common_factories.py +++ b/common_factories.py @@ -119,7 +119,10 @@ def addPostTests(factory): "mariadb_version": Property("mariadb_version"), "master_branch": Property("master_branch"), }, - doStepIf=hasAutobake, + doStepIf=( + lambda step: hasAutobake(step) + and step.build.results != results.CANCELLED + ), ) ) # create package and upload to master