You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ms...@apache.org on 2017/08/30 16:02:09 UTC

cassandra-builds git commit: Set CCM_CONFIG_DIR within Jenkins WORKSPACE

Repository: cassandra-builds
Updated Branches:
  refs/heads/master 0179814f4 -> f0e63d662


Set CCM_CONFIG_DIR within Jenkins WORKSPACE


Project: http://git-wip-us.apache.org/repos/asf/cassandra-builds/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra-builds/commit/f0e63d66
Tree: http://git-wip-us.apache.org/repos/asf/cassandra-builds/tree/f0e63d66
Diff: http://git-wip-us.apache.org/repos/asf/cassandra-builds/diff/f0e63d66

Branch: refs/heads/master
Commit: f0e63d66269f9086c3a0393a24a55577d21b4454
Parents: 0179814
Author: Michael Shuler <mi...@pbandjelly.org>
Authored: Wed Aug 30 11:01:20 2017 -0500
Committer: Michael Shuler <mi...@pbandjelly.org>
Committed: Wed Aug 30 11:01:20 2017 -0500

----------------------------------------------------------------------
 build-scripts/cassandra-cqlsh-tests.sh | 1 +
 build-scripts/cassandra-dtest.sh       | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra-builds/blob/f0e63d66/build-scripts/cassandra-cqlsh-tests.sh
----------------------------------------------------------------------
diff --git a/build-scripts/cassandra-cqlsh-tests.sh b/build-scripts/cassandra-cqlsh-tests.sh
index cec28ca..a1b2c12 100755
--- a/build-scripts/cassandra-cqlsh-tests.sh
+++ b/build-scripts/cassandra-cqlsh-tests.sh
@@ -12,6 +12,7 @@ export CASS_DRIVER_NO_EXTENSIONS=true
 export CASS_DRIVER_NO_CYTHON=true
 export CCM_MAX_HEAP_SIZE="2048M"
 export CCM_HEAP_NEWSIZE="200M"
+export CCM_CONFIG_DIR=${WORKSPACE}/.ccm
 export NUM_TOKENS="32"
 export CASSANDRA_DIR=${WORKSPACE}
 

http://git-wip-us.apache.org/repos/asf/cassandra-builds/blob/f0e63d66/build-scripts/cassandra-dtest.sh
----------------------------------------------------------------------
diff --git a/build-scripts/cassandra-dtest.sh b/build-scripts/cassandra-dtest.sh
index d1bdd4b..63dd0d1 100755
--- a/build-scripts/cassandra-dtest.sh
+++ b/build-scripts/cassandra-dtest.sh
@@ -15,6 +15,7 @@ export CASS_DRIVER_NO_EXTENSIONS=true
 export CASS_DRIVER_NO_CYTHON=true
 export CCM_MAX_HEAP_SIZE="2048M"
 export CCM_HEAP_NEWSIZE="200M"
+export CCM_CONFIG_DIR=${WORKSPACE}/.ccm
 export NUM_TOKENS="32"
 export CASSANDRA_DIR=${WORKSPACE}
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org