This is an automated email from the ASF dual-hosted git repository.

heybales pushed a commit to branch GEODE-7554
in repository https://gitbox.apache.org/repos/asf/geode-benchmarks.git


The following commit(s) were added to refs/heads/GEODE-7554 by this push:
     new 0e5cbf5  write to failed file and exit 1 regardless of test results
0e5cbf5 is described below

commit 0e5cbf50b56682db88ccb3a16c6230acddc71a0f
Author: Helena A. Bales <[email protected]>
AuthorDate: Fri Dec 6 11:35:06 2019 -0800

    write to failed file and exit 1 regardless of test results
---
 infrastructure/scripts/aws/run_against_baseline.sh | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/infrastructure/scripts/aws/run_against_baseline.sh 
b/infrastructure/scripts/aws/run_against_baseline.sh
index 9681f58..68a423a 100755
--- a/infrastructure/scripts/aws/run_against_baseline.sh
+++ b/infrastructure/scripts/aws/run_against_baseline.sh
@@ -19,6 +19,10 @@
 
 set -e -o pipefail
 
+input="/tmp/build/*/results/benchmarks*/failedTests"
+echo "org.apache.geode.benchmark.tests.NoopBenchmark" > ${input}
+exit 1
+
 DEFAULT_BENCHMARK_REPO='https://github.com/apache/geode-benchmarks'
 BENCHMARK_REPO=${DEFAULT_BENCHMARK_REPO}
 DEFAULT_BENCHMARK_BRANCH='develop'
@@ -208,4 +212,4 @@ if [[ -z "${CI}" ]]; then
     ./analyze_tests.sh -o ${OUTPUT}
 else
     ./analyze_tests.sh -o ${OUTPUT} --ci
-fi
+fi
\ No newline at end of file

Reply via email to