This is an automated email from the ASF dual-hosted git repository.
wirebaron pushed a commit to branch gcpscaletest
in repository https://gitbox.apache.org/repos/asf/geode-benchmarks.git
The following commit(s) were added to refs/heads/gcpscaletest by this push:
new 7352620 removing include-build flag from run_tests scripts
7352620 is described below
commit 7352620ac1a55fd50fa391983d9dc39f95b81451
Author: Brian Rowe <[email protected]>
AuthorDate: Wed Dec 19 10:05:25 2018 -0800
removing include-build flag from run_tests scripts
---
infrastructure/scripts/aws/run_tests.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/infrastructure/scripts/aws/run_tests.sh
b/infrastructure/scripts/aws/run_tests.sh
index e5bb5c5..4806761 100755
--- a/infrastructure/scripts/aws/run_tests.sh
+++ b/infrastructure/scripts/aws/run_tests.sh
@@ -37,11 +37,11 @@ ssh ${SSH_OPTIONS} geode@$FIRST_INSTANCE "\
git clone --depth=1 https://github.com/apache/geode --branch ${BRANCH} geode
&& \
git clone https://github.com/apache/geode-benchmarks --branch
${BENCHMARK_BRANCH} && \
cd geode-benchmarks && \
- ./gradlew --include-build ../geode benchmark -Phosts=${HOSTS}"
+ ./gradlew benchmark -Phosts=${HOSTS}"
mkdir -p ${OUTPUT}
scp ${SSH_OPTIONS} -r
geode@${FIRST_INSTANCE}:geode-benchmarks/geode-benchmarks/build/reports
${OUTPUT}/reports
-scp ${SSH_OPTIONS} -r
geode@${FIRST_INSTANCE}:geode-benchmarks/geode-benchmarks/build/benchmarks
${OUTPUT}
+scp ${SSH_OPTIONS} -r
geode@${FIRST_INSTANCE}:geode-benchmarks/geode-benchmarks/build/benchmarks*
${OUTPUT}