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 7b2f1b7 rocky: for real this time, /tmp/ats-quiche (#232)
7b2f1b7 is described below
commit 7b2f1b7c8d067598f37ee8df433a0c310a313b58
Author: Brian Neradt <[email protected]>
AuthorDate: Sat Oct 14 15:25:59 2023 -0500
rocky: for real this time, /tmp/ats-quiche (#232)
---
jenkins/github/rocky.pipeline | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jenkins/github/rocky.pipeline b/jenkins/github/rocky.pipeline
index 34b298d..b473378 100644
--- a/jenkins/github/rocky.pipeline
+++ b/jenkins/github/rocky.pipeline
@@ -56,7 +56,7 @@ pipeline {
cmake --install build
pushd build
ctest -j4 --output-on-failure --no-compress-output
-T Test
- /tmp/ats/bin/traffic_server -K -k -R 1
+ /tmp/ats-quiche/bin/traffic_server -K -k -R 1
popd
else
echo "CMake builds are not supported for the this
branch."