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 5125dc3 Regression tests: use -R 3 (#156)
5125dc3 is described below
commit 5125dc35983be96992ca1ce7a6484349468670b6
Author: Brian Neradt <[email protected]>
AuthorDate: Tue May 2 16:52:40 2023 -0500
Regression tests: use -R 3 (#156)
Use the -R 3 superset of regression tests rather than -R 1.
---
jenkins/bin/github.sh | 2 +-
jenkins/bin/regression.sh | 2 +-
jenkins/branch/coverage.pipeline | 2 +-
jenkins/branch/quiche.pipeline | 2 +-
jenkins/github/centos.pipeline | 2 +-
jenkins/github/debian.pipeline | 2 +-
jenkins/github/fedora.pipeline | 2 +-
jenkins/github/rocky.pipeline | 2 +-
jenkins/github/ubuntu.pipeline | 2 +-
9 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/jenkins/bin/github.sh b/jenkins/bin/github.sh
index 054d98e..ce4b4e3 100755
--- a/jenkins/bin/github.sh
+++ b/jenkins/bin/github.sh
@@ -75,7 +75,7 @@ echo -n "Unit tests finished at " && date
echo
echo -n "Regression tests started at " && date
-${INSTALL}/bin/traffic_server -K -k -R 1
+${INSTALL}/bin/traffic_server -K -k -R 3
rval=$?
echo -n "Regression tests finished at " && date
exit $rval
diff --git a/jenkins/bin/regression.sh b/jenkins/bin/regression.sh
index 403b57a..b851a13 100755
--- a/jenkins/bin/regression.sh
+++ b/jenkins/bin/regression.sh
@@ -30,7 +30,7 @@ ${ATS_MAKE} install || exit 1
echo
echo -n "Regression tests started at " && date
-"${ATS_BUILD_BASEDIR}/install/bin/traffic_server" -k -K -R 1
+"${ATS_BUILD_BASEDIR}/install/bin/traffic_server" -k -K -R 3
rval=$?
echo -n "Regression tests finished at " && date
exit $rval
diff --git a/jenkins/branch/coverage.pipeline b/jenkins/branch/coverage.pipeline
index 447988c..d152e67 100644
--- a/jenkins/branch/coverage.pipeline
+++ b/jenkins/branch/coverage.pipeline
@@ -125,7 +125,7 @@ pipeline {
sh '''#!/bin/bash
set -x
[ "${RUN_REGRESSION_TESTS}" ==
"true" ] || exit 0
- /tmp/ats/bin/traffic_server -K
-k -R 1
+ /tmp/ats/bin/traffic_server -K
-k -R 3
'''
}
echo 'Starting AuTest'
diff --git a/jenkins/branch/quiche.pipeline b/jenkins/branch/quiche.pipeline
index 4a979a0..59082d1 100644
--- a/jenkins/branch/quiche.pipeline
+++ b/jenkins/branch/quiche.pipeline
@@ -96,7 +96,7 @@ pipeline {
set -x
source
/opt/rh/gcc-toolset-11/enable
make -j4 V=1 Q= check
- /tmp/ats/bin/traffic_server -K
-k -R 1
+ /tmp/ats/bin/traffic_server -K
-k -R 3
'''
}
}
diff --git a/jenkins/github/centos.pipeline b/jenkins/github/centos.pipeline
index 49d3da1..82c2419 100644
--- a/jenkins/github/centos.pipeline
+++ b/jenkins/github/centos.pipeline
@@ -53,7 +53,7 @@ pipeline {
make -j4 V=1 Q=
make -j 2 check VERBOSE=Y V=1
make install
- /tmp/ats/bin/traffic_server -K -k -R 1
+ /tmp/ats/bin/traffic_server -K -k -R 3
'''
}
}
diff --git a/jenkins/github/debian.pipeline b/jenkins/github/debian.pipeline
index aa152c0..6f62b9a 100644
--- a/jenkins/github/debian.pipeline
+++ b/jenkins/github/debian.pipeline
@@ -52,7 +52,7 @@ pipeline {
make -j4 V=1 Q=
make -j 2 check VERBOSE=Y V=1
make install
- /tmp/ats/bin/traffic_server -K -k -R 1
+ /tmp/ats/bin/traffic_server -K -k -R 3
'''
}
}
diff --git a/jenkins/github/fedora.pipeline b/jenkins/github/fedora.pipeline
index 4082606..f7b37df 100644
--- a/jenkins/github/fedora.pipeline
+++ b/jenkins/github/fedora.pipeline
@@ -54,7 +54,7 @@ pipeline {
make -j4 V=1 Q=
make -j 2 check VERBOSE=Y V=1
make install
- /tmp/ats/bin/traffic_server -K -k -R 1
+ /tmp/ats/bin/traffic_server -K -k -R 3
'''
}
}
diff --git a/jenkins/github/rocky.pipeline b/jenkins/github/rocky.pipeline
index ff60e71..6c04278 100644
--- a/jenkins/github/rocky.pipeline
+++ b/jenkins/github/rocky.pipeline
@@ -61,7 +61,7 @@ pipeline {
make -j4 V=1 Q=
make -j 2 check VERBOSE=Y V=1
make install
- /tmp/ats/bin/traffic_server -K -k -R 1
+ /tmp/ats/bin/traffic_server -K -k -R 3
'''
}
}
diff --git a/jenkins/github/ubuntu.pipeline b/jenkins/github/ubuntu.pipeline
index dae5e41..46709a5 100644
--- a/jenkins/github/ubuntu.pipeline
+++ b/jenkins/github/ubuntu.pipeline
@@ -55,7 +55,7 @@ pipeline {
make -j4 V=1 Q= || exit 1
make -j 2 check VERBOSE=Y V=1 || exit 1
make install || exit 1
- /tmp/ats/bin/traffic_server -K -k -R 1 || exit 1
+ /tmp/ats/bin/traffic_server -K -k -R 3 || exit 1
'''
}
}