This is an automated email from the ASF dual-hosted git repository.
shoothzj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/master by this push:
new e9b1949a9a chore: remove docker tuning from tune-runner-vm action
(#4536)
e9b1949a9a is described below
commit e9b1949a9ab06a855482d4895fa492cb1557df84
Author: Yuri Mizushima <[email protected]>
AuthorDate: Fri Dec 20 15:44:59 2024 +0900
chore: remove docker tuning from tune-runner-vm action (#4536)
---
.github/actions/tune-runner-vm/action.yml | 7 -------
1 file changed, 7 deletions(-)
diff --git a/.github/actions/tune-runner-vm/action.yml
b/.github/actions/tune-runner-vm/action.yml
index 7e5f77f9a8..32b7ed6bba 100644
--- a/.github/actions/tune-runner-vm/action.yml
+++ b/.github/actions/tune-runner-vm/action.yml
@@ -76,13 +76,6 @@ runs:
# stop Azure Linux agent to save RAM
sudo systemctl stop walinuxagent.service || true
-
- # enable docker experimental mode which is
- # required for using "docker build --squash" /
"-Ddocker.squash=true"
- daemon_json="$(sudo cat /etc/docker/daemon.json | jq
'.experimental = true')"
- echo "$daemon_json" | sudo tee /etc/docker/daemon.json
- # restart docker daemon
- sudo systemctl restart docker
echo '::endgroup::'
# show memory