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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 8bdfeb6  Revert "GEODE-9862: protect from jgit6.0.0 when building 
older Geodes for benchmarks"
8bdfeb6 is described below

commit 8bdfeb6790ffd1af5cfe6bba6392ee594824ea3d
Author: Jens Deppe <jde...@vmware.com>
AuthorDate: Tue Nov 30 15:08:37 2021 -0800

    Revert "GEODE-9862: protect from jgit6.0.0 when building older Geodes for 
benchmarks"
    
    This reverts commit caa17e273b04eabf13b66a014042b73f97e457d0.
---
 infrastructure/scripts/aws/run_tests.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/infrastructure/scripts/aws/run_tests.sh 
b/infrastructure/scripts/aws/run_tests.sh
index 64f1233..9617658 100755
--- a/infrastructure/scripts/aws/run_tests.sh
+++ b/infrastructure/scripts/aws/run_tests.sh
@@ -171,7 +171,6 @@ if [[ -z "${VERSION}" ]]; then
       || remoteShell rm -rf geode '&&' git clone "${REPO}" geode
   fi
   remoteShell "cd geode && git checkout \"${BRANCH}\" && [ \"\$(git rev-parse 
--abbrev-ref --symbolic-full-name HEAD)\" == \"HEAD\" ] || git reset --hard 
\"origin/${BRANCH}\""
-  remoteShell "cd geode && echo \"dependencies { 
runtimeOnly('org.eclipse.jgit:org.eclipse.jgit:5.13.0.202109080827-r') }\" >> 
./buildSrc/build.gradle"
 
   set +e
   for i in {1..5}; do

Reply via email to