Skip to content

Commit

Permalink
[stable/2024.1] chore: bump nova scheduler filters to skip failure do…
Browse files Browse the repository at this point in the history
…main checks (#2223)

This is an automated cherry-pick of #2198
/assign mnaser
  • Loading branch information
vexxhost-bot authored Dec 17, 2024
1 parent 51d15e7 commit 1ec6125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/nova/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ADD --keep-git-dir=true https://opendev.org/openstack/nova.git#${NOVA_GIT_REF} /
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
Expand Down

0 comments on commit 1ec6125

Please sign in to comment.