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 b157c74 fix pipelines for branch- prefix (#303)
b157c74 is described below
commit b157c74968097d0f4623f972e4f18ece7c3edf41
Author: Brian Olsen <[email protected]>
AuthorDate: Wed Dec 13 06:09:29 2023 -0700
fix pipelines for branch- prefix (#303)
---
jenkins/branch/coverage.pipeline | 2 +-
jenkins/branch/coverity.pipeline | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/jenkins/branch/coverage.pipeline b/jenkins/branch/coverage.pipeline
index 9b7adfc..1346935 100644
--- a/jenkins/branch/coverage.pipeline
+++ b/jenkins/branch/coverage.pipeline
@@ -87,7 +87,7 @@ pipeline {
presetpath="../ci/jenkins/branch/CMakePresets.json"
[ -f "${presetpath}" ] && /bin/cp -f "${presetpath}" .
- cmake -B build --preset
coverage -DCMAKE_INSTALL_PREFIX="/tmp/ats"
+ cmake -B build --preset
branch-coverage -DCMAKE_INSTALL_PREFIX="/tmp/ats"
cmake --build build
-j`nproc` -v
cmake --install build -v
diff --git a/jenkins/branch/coverity.pipeline b/jenkins/branch/coverity.pipeline
index 3fa096f..5e72cf6 100644
--- a/jenkins/branch/coverity.pipeline
+++ b/jenkins/branch/coverity.pipeline
@@ -42,7 +42,7 @@ pipeline {
then
presetpath="../ci/jenkins/branch/CMakePresets.json"
[ -f "${presetpath}" ]
&& /bin/cp -f "${presetpath}" .
- cmake -B build --preset
coverity
+ cmake -B build --preset
branch-coverity
pushd build
../cov_tools/bin/cov-build
--dir ../cov-int make -j`nproc`
popd