This is an automated email from the ASF dual-hosted git repository.
bneradt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git
The following commit(s) were added to refs/heads/main by this push:
new 07e7818 Revert "Add --privileged to github autest docker container
(#349)" (#350)
07e7818 is described below
commit 07e7818fb608e7f47867a90d67552a06625bce71
Author: Mo Chen <[email protected]>
AuthorDate: Thu May 9 10:29:13 2024 -0500
Revert "Add --privileged to github autest docker container (#349)" (#350)
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'
}
}