diff --git a/buildbot_nix/__init__.py b/buildbot_nix/__init__.py index e99a8ad..0ebe20c 100644 --- a/buildbot_nix/__init__.py +++ b/buildbot_nix/__init__.py @@ -731,7 +731,7 @@ def gerritReviewCB(builderName, build, result, master, arg): if result == util.RETRY: return dict() - if builderName != 'lix/nix-eval': + if builderName != f'{build["properties"].get("event.project")}/nix-eval': return dict() failed = build['properties'].get('failed_builds', [[]])[0]