[improve][ci] Cleanup tune-runner-vm and clean-disk actions - #25444
Merged
Conversation
merlimat
approved these changes
Mar 31, 2026
Member
Author
|
/pulsarbot rerun-failure-checks |
1 similar comment
Member
Author
|
/pulsarbot rerun-failure-checks |
lhotari
added a commit
that referenced
this pull request
Apr 15, 2026
(cherry picked from commit 396290a)
lhotari
added a commit
that referenced
this pull request
Apr 15, 2026
(cherry picked from commit 396290a)
lhotari
added a commit
that referenced
this pull request
Apr 16, 2026
(cherry picked from commit 396290a)
priyanshu-ctds
pushed a commit
to datastax/pulsar
that referenced
this pull request
Apr 22, 2026
srinath-ctds
pushed a commit
to datastax/pulsar
that referenced
this pull request
Apr 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
The
tune-runner-vmandclean-diskGitHub Actions are outdated for the current Ubuntu 24.04 runners. Several services and commands referenced no longer exist (php7.4/8.0-fpm, mono-xsp4, cgget), causing unnecessary error messages in CI logs. Theclean-diskaction also lacks flexibility — it always performs full cleanup regardless of available disk space.Modifications
tune-runner-vm:
defer+madvisetodeferper Netflix's ZGC tuning recommendation/mntremount withmountpoint -q /mntcheckclean-disk:
clean-threshold-gb(default: 20) andfull-clean-threshold-gb(default: 40) parameters to skip cleanup when sufficient disk space is available/mnt-related operations withmountpoint -q /mntcheckavailable_gb,show_disk,remove_dir,clean_dirs) to reduce duplicationVerifying this change
This change is already covered by existing tests — the CI workflows that use these actions will validate the changes.
Does this pull request potentially affect one of the following parts:
Documentation
doc-not-needed