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 248b51c Add --privileged to github autest docker container (#349)
248b51c is described below
commit 248b51ca86266b7d98682d3096d2fddd9d6c8542
Author: Mo Chen <[email protected]>
AuthorDate: Wed May 8 17:20:48 2024 -0500
Add --privileged to github autest docker container (#349)
* Update autest.pipeline
* Remove --cap-add since it's redundant
---
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 e04197d..cba4fd8 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 --cap-add=SYS_PTRACE --network=host -v
${HOME}/ccache:/tmp/ccache:rw'
+ args '--init --privileged --network=host -v
${HOME}/ccache:/tmp/ccache:rw'
label 'docker'
}
}