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 fb09905 rocky regression : fix cmake reference to correct prefix
(#231)
fb09905 is described below
commit fb09905973cd15701d279e42771443da010c0650
Author: Brian Neradt <[email protected]>
AuthorDate: Sat Oct 14 15:11:44 2023 -0500
rocky regression : fix cmake reference to correct prefix (#231)
---
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 929f091..34b298d 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_quiche/bin/traffic_server -K -k -R 1
+ /tmp/ats/bin/traffic_server -K -k -R 1
popd
else
echo "CMake builds are not supported for the this
branch."