There was an error while loading. Please reload this page.
1 parent c328f6e commit 2974d1cCopy full SHA for 2974d1c
1 file changed
buildbot_nix/buildbot_nix/nix_eval.py
@@ -862,10 +862,8 @@ def nix_eval_config( # noqa: PLR0913
862
],
863
flunkOnFailure=False, # Don't fail the build if schedule eval fails
864
warnOnFailure=True,
865
- doStepIf=lambda c: (
866
- c.getProperty("branch", "") == project.default_branch
867
- and c.build.results in (util.SUCCESS, util.WARNINGS)
868
- ),
+ alwaysRun=True,
+ doStepIf=lambda c: (c.getProperty("branch", "") == project.default_branch),
869
hideStepIf=lambda results, _s: results == util.SKIPPED,
870
logEnviron=False,
871
)
0 commit comments