Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion common_factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down