This is an automated email from the ASF dual-hosted git repository. mochen pushed a commit to branch revert-349-autest-privileged in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git
commit 0c70691bc50f786442241c04335c30ed10628b2f Author: Mo Chen <[email protected]> AuthorDate: Thu May 9 09:16:06 2024 -0600 Revert "Add --privileged to github autest docker container (#349)" This reverts commit 248b51ca86266b7d98682d3096d2fddd9d6c8542. --- jenkins/github/autest.pipeline | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/github/autest.pipeline b/jenkins/github/autest.pipeline index cba4fd8..e04197d 100644 --- a/jenkins/github/autest.pipeline +++ b/jenkins/github/autest.pipeline @@ -3,7 +3,7 @@ pipeline { docker { image 'ci.trafficserver.apache.org/ats/fedora:40' registryUrl 'https://ci.trafficserver.apache.org/' - args '--init --privileged --network=host -v ${HOME}/ccache:/tmp/ccache:rw' + args '--init --cap-add=SYS_PTRACE --network=host -v ${HOME}/ccache:/tmp/ccache:rw' label 'docker' } }
