Skip to content

CI: Revert failing drop cache step#629

Merged
phapalova merged 1 commit into
openvdb:mainfrom
phapalova:phapalova/fix-nightly-publish
Apr 20, 2026
Merged

CI: Revert failing drop cache step#629
phapalova merged 1 commit into
openvdb:mainfrom
phapalova:phapalova/fix-nightly-publish

Conversation

@phapalova

Copy link
Copy Markdown
Contributor

The Drop page cache to free RAM before build step in nightly-publish.yml (added in #574) has failed on every nightly matrix job that entered the build container since 2026-03-31.

Inside the nvidia/cuda:<tag>-cudnn-devel-rockylinux8 container on the EC2 self-hosted runner, /proc/sys is bind-mounted read-only, so the write returns EROFS and the job fails before Build fvdb ever runs.

No nightly wheel has been published since 2026-03-30; "green" days in between are check-new-commits gate skips, not successful builds.

#549: moved nightly-publish from m6a.8xlarget3a.large.

Signed-off-by: Petra Hapalova <phapalova@nvidia.com>
@phapalova phapalova requested a review from a team as a code owner April 20, 2026 13:13
@phapalova phapalova added bug Something isn't working CI Issues related to the Github actions CI/CD. For build issues use CMake/Build labels Apr 20, 2026
@phapalova phapalova requested review from areidmeyer and swahtz April 20, 2026 13:13
@phapalova phapalova merged commit 2f7d7af into openvdb:main Apr 20, 2026
39 checks passed
@phapalova phapalova deleted the phapalova/fix-nightly-publish branch April 20, 2026 14:50
@swahtz swahtz added this to the v0.5 milestone Jun 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working CI Issues related to the Github actions CI/CD. For build issues use CMake/Build

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants