Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix tune-runner-vm action to run correctly on ubuntu-24.04 image #4536

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

equanz
Copy link
Contributor

@equanz equanz commented Dec 12, 2024

Motivation

In the ubuntu-24.04 image, it seems /etc/docker/daemon.json file does not exist.
The CI action will always modify this file.

daemon_json="$(sudo cat /etc/docker/daemon.json | jq '.experimental = true')"

Therefore, the CI will fail as follows.
#4533 (comment)

I considered fixing it like apache/pulsar#22448, but I wonder if CI uses experimental features.

Changes

  • Remove docker tuning from tune-runner-vm action

@equanz
Copy link
Contributor Author

equanz commented Dec 12, 2024

rerun failure checks

@equanz equanz changed the title Remove docker tuning from tune-runner-vm action Fix tune-runner-vm action to run correctly on ubuntu-24.04 image Dec 13, 2024
@equanz equanz closed this Dec 16, 2024
@equanz equanz reopened this Dec 16, 2024
@equanz
Copy link
Contributor Author

equanz commented Dec 20, 2024

Hi @shoothzj . Thank you for your review.
Do you plan to merge this PR?

This issue has already affected some PRs.

@hezhangjian hezhangjian merged commit e9b1949 into apache:master Dec 20, 2024
43 of 45 checks passed
@equanz equanz deleted the remove_docker_tuning_pr branch December 20, 2024 06:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants