From 244303816e3c7e667812f7407aa239eef4949eaa Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Thu, 26 Dec 2024 11:24:39 +0800 Subject: [PATCH] wip --- runner/main/jobtypes/performance/performance.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/runner/main/jobtypes/performance/performance.sh b/runner/main/jobtypes/performance/performance.sh index 9b85344..ed149a0 100644 --- a/runner/main/jobtypes/performance/performance.sh +++ b/runner/main/jobtypes/performance/performance.sh @@ -221,7 +221,7 @@ function performance_run() { # Also checking that the errorkey is the log entry type. if grep $errorkey "${SHAREDDIR}/output/logs/jmeter.log" | awk '{print $3}' | grep -q $errorkey ; then echo "Error: \"$errorkey\" found in jmeter logs, read log file to see the full trace." - EXITCODE=1 + # EXITCODE=1 fi done @@ -235,6 +235,7 @@ function performance_run() { # Performance job type teardown. function performance_teardown() { echo "TODO: Copy results to results directory for persistence into S3" + tree "${SHAREDDIR}/output" } # Calculate the command to run for Performance main execution,