This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a commit to branch branch-4.16
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git

commit d1a3bc6a50b2ac5ba468647cdb031ce0d44a52e7
Author: Yuri Mizushima <equ...@apache.org>
AuthorDate: Fri Dec 20 15:44:59 2024 +0900

    chore: remove docker tuning from tune-runner-vm action (#4536)
    
    (cherry picked from commit e9b1949a9ab06a855482d4895fa492cb1557df84)
---
 .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

Reply via email to