Skip to content

Commit e2d504f

Browse files
MagicRBMic92
authored andcommitted
Report nix-eval as failed if effect fails to run
Signed-off-by: magic_rb <richard@brezak.sk>
1 parent 2ff5551 commit e2d504f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildbot_nix/buildbot_nix/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,6 +1109,7 @@ def nix_eval_config(
11091109
"list",
11101110
# fmt: on
11111111
],
1112+
flunkOnFailure=True,
11121113
# TODO: support other branches?
11131114
doStepIf=lambda c: c.build.getProperty("branch", "")
11141115
== project.default_branch,

0 commit comments

Comments
 (0)