[stable/2024.1] chore: bump nova scheduler filters to skip failure domain checks (#2223)

This is an automated cherry-pick of #2198
/assign mnaser
diff --git a/images/nova/Dockerfile b/images/nova/Dockerfile
index cac9f07..5a67ad3 100644
--- a/images/nova/Dockerfile
+++ b/images/nova/Dockerfile
@@ -9,7 +9,7 @@
 RUN git -C /src/nova fetch --unshallow
 COPY patches/nova /patches/nova
 RUN git -C /src/nova apply --verbose /patches/nova/*
-ARG SCHEDULER_FILTERS_GIT_REF=eb17f39c68606cca7ec68bf3e40d58e0954326ee
+ARG SCHEDULER_FILTERS_GIT_REF=77ed1c2ca70f4166a6d0995c7d3d90822f0ca6c0
 ADD --keep-git-dir=true https://github.com/vexxhost/nova-scheduler-filters.git#${SCHEDULER_FILTERS_GIT_REF} /src/nova-scheduler-filters
 RUN git -C /src/nova-scheduler-filters fetch --unshallow
 RUN --mount=type=cache,mode=0755,target=/root/.cache/pip,sharing=private <<EOF bash -xe