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 e359a85 Revert "Regression tests: use -R 3 (#156)" (#157)
e359a85 is described below
commit e359a850ef7b7f3e63f11deccd2079465dd3c0b7
Author: Brian Neradt <[email protected]>
AuthorDate: Tue May 2 17:39:20 2023 -0500
Revert "Regression tests: use -R 3 (#156)" (#157)
The regression tests -R 3 seem to not run reliably in CI. So I'm
reverting this for now.
This reverts commit 5125dc35983be96992ca1ce7a6484349468670b6.
---
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 ce4b4e3..054d98e 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 3
+${INSTALL}/bin/traffic_server -K -k -R 1
rval=$?
echo -n "Regression tests finished at " && date
exit $rval
diff --git a/jenkins/bin/regression.sh b/jenkins/bin/regression.sh
index b851a13..403b57a 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 3
+"${ATS_BUILD_BASEDIR}/install/bin/traffic_server" -k -K -R 1
rval=$?
echo -n "Regression tests finished at " && date
exit $rval
diff --git a/jenkins/branch/coverage.pipeline b/jenkins/branch/coverage.pipeline
index d152e67..447988c 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 3
+ /tmp/ats/bin/traffic_server -K
-k -R 1
'''
}
echo 'Starting AuTest'
diff --git a/jenkins/branch/quiche.pipeline b/jenkins/branch/quiche.pipeline
index 59082d1..4a979a0 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 3
+ /tmp/ats/bin/traffic_server -K
-k -R 1
'''
}
}
diff --git a/jenkins/github/centos.pipeline b/jenkins/github/centos.pipeline
index 82c2419..49d3da1 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 3
+ /tmp/ats/bin/traffic_server -K -k -R 1
'''
}
}
diff --git a/jenkins/github/debian.pipeline b/jenkins/github/debian.pipeline
index 6f62b9a..aa152c0 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 3
+ /tmp/ats/bin/traffic_server -K -k -R 1
'''
}
}
diff --git a/jenkins/github/fedora.pipeline b/jenkins/github/fedora.pipeline
index f7b37df..4082606 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 3
+ /tmp/ats/bin/traffic_server -K -k -R 1
'''
}
}
diff --git a/jenkins/github/rocky.pipeline b/jenkins/github/rocky.pipeline
index 6c04278..ff60e71 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 3
+ /tmp/ats/bin/traffic_server -K -k -R 1
'''
}
}
diff --git a/jenkins/github/ubuntu.pipeline b/jenkins/github/ubuntu.pipeline
index 46709a5..dae5e41 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 3 || exit 1
+ /tmp/ats/bin/traffic_server -K -k -R 1 || exit 1
'''
}
}