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 5cb29a0  Add --init and --cap-add=SYS_PTRACE for branch quiche autest 
(#334)
5cb29a0 is described below

commit 5cb29a077a411e032c78a1d530fed802e662bc18
Author: Brian Neradt <[email protected]>
AuthorDate: Wed Mar 27 22:34:14 2024 -0500

    Add --init and --cap-add=SYS_PTRACE for branch quiche autest (#334)
---
 jenkins/branch/quiche.pipeline | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jenkins/branch/quiche.pipeline b/jenkins/branch/quiche.pipeline
index b13f344..8f8af5b 100644
--- a/jenkins/branch/quiche.pipeline
+++ b/jenkins/branch/quiche.pipeline
@@ -3,7 +3,7 @@ pipeline {
                docker {
                        registryUrl 'https://ci.trafficserver.apache.org/'
                        image 'ci.trafficserver.apache.org/ats/rockylinux:8'
-                       args '--network=host -v "${HOME}"/ccache:/tmp/ccache:rw'
+                       args '--init --cap-add=SYS_PTRACE --network=host -v 
"${HOME}"/ccache:/tmp/ccache:rw'
                        label 'branch'
                }
        }

Reply via email to