Skip to content

Add cache clearing step in nightly publish workflow#574

Merged
swahtz merged 1 commit into
openvdb:mainfrom
swahtz:js/publish_drop_page_cache
Mar 30, 2026
Merged

Add cache clearing step in nightly publish workflow#574
swahtz merged 1 commit into
openvdb:mainfrom
swahtz:js/publish_drop_page_cache

Conversation

@swahtz

@swahtz swahtz commented Mar 29, 2026

Copy link
Copy Markdown
Contributor

This commit introduces a new step in the nightly publish workflow to drop page cache before the build process. This aims to free up RAM and potentially improve build performance.

This commit introduces a new step in the nightly publish workflow to drop page cache before the build process. This aims to free up RAM and potentially improve build performance.

Signed-off-by: Jonathan Swartz <jonathan@jswartz.info>
@swahtz swahtz requested a review from a team as a code owner March 29, 2026 22:29
@swahtz swahtz added the CI Issues related to the Github actions CI/CD. For build issues use CMake/Build label Mar 29, 2026
@swahtz swahtz requested review from harrism and phapalova March 29, 2026 22:29
@swahtz swahtz merged commit b141888 into openvdb:main Mar 30, 2026
38 checks passed
@swahtz swahtz deleted the js/publish_drop_page_cache branch March 30, 2026 21:16
phapalova added a commit to phapalova/fvdb-core that referenced this pull request Apr 20, 2026
Signed-off-by: Petra Hapalova <phapalova@nvidia.com>
phapalova added a commit that referenced this pull request Apr 20, 2026
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.

Signed-off-by: Petra Hapalova <phapalova@nvidia.com>
@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

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