You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Sai Boorlagadda (JIRA)" <ji...@apache.org> on 2018/09/25 18:47:00 UTC

[jira] [Created] (GEODE-5779) StressNewTest job seems to fail if there is no tests part of PR

Sai Boorlagadda created GEODE-5779:
--------------------------------------

             Summary: StressNewTest job seems to fail if there is no tests part of PR
                 Key: GEODE-5779
                 URL: https://issues.apache.org/jira/browse/GEODE-5779
             Project: Geode
          Issue Type: Improvement
          Components: ci
            Reporter: Sai Boorlagadda


https://concourse.apachegeode-ci.info/builds/1468

{code}
++ pwd
+ BASE_DIR=/tmp/build/f266f3b5
+ SOURCE=geode-ci/ci/scripts/rsync_code_down.sh
+ '[' -h geode-ci/ci/scripts/rsync_code_down.sh ']'
+++ dirname geode-ci/ci/scripts/rsync_code_down.sh
++ cd -P geode-ci/ci/scripts
++ pwd
+ SCRIPTDIR=/tmp/build/f266f3b5/geode-ci/ci/scripts
+ SSHKEY_FILE=instance-data/sshkey
+ SSH_OPTIONS='-i instance-data/sshkey -o ConnectionAttempts=60 -o StrictHostKeyChecking=no'
++ cat instance-data/instance-name
+ INSTANCE_NAME=pr-develop-stressnewtest-30
++ cat instance-data/instance-ip-address
+ INSTANCE_IP_ADDRESS=35.238.34.101
++ cat instance-data/project
+ PROJECT=apachegeode-ci
++ cat instance-data/zone
+ ZONE=us-central1-f
+ OUTPUT_DIR=/tmp/build/f266f3b5/geode-results
+ ssh -i instance-data/sshkey -o ConnectionAttempts=60 -o StrictHostKeyChecking=no geode@35.238.34.101 'bash -c '\''cd geode; ./gradlew --no-daemon combineReports'\'''
Warning: Permanently added '35.238.34.101' (ECDSA) to the list of known hosts.
bash: line 0: cd: geode: No such file or directory
bash: ./gradlew: No such file or directory
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)