This is an automated email from the ASF dual-hosted git repository.
bnolsen 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 d60ee79 open up permissions to run cache tests
new 2d793e3 Merge pull request #277 from traeak/cache_test_permissions
d60ee79 is described below
commit d60ee79e7e64dfa9ac2385602a07462c2aa5f364
Author: Brian Olsen <[email protected]>
AuthorDate: Tue Oct 31 08:17:44 2023 -0600
open up permissions to run cache tests
---
jenkins/branch/cache-tests.pipeline | 2 ++
1 file changed, 2 insertions(+)
diff --git a/jenkins/branch/cache-tests.pipeline
b/jenkins/branch/cache-tests.pipeline
index 38b18fe..3b01e97 100644
--- a/jenkins/branch/cache-tests.pipeline
+++ b/jenkins/branch/cache-tests.pipeline
@@ -69,6 +69,8 @@ pipeline {
echo 'map /
https://ci.trafficserver.apache.org/cache-tests/' >> \
/opt/ats/etc/trafficserver/remap.config
+
+ chmod -R go+w /opt/ats
'''
}
}