This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch CASSANDRA-18401 in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git
commit d6cec22f39f57e89b13c201fe525be4f2b8799ac Author: Brandon Williams <[email protected]> AuthorDate: Wed Apr 5 11:08:40 2023 -0500 Add specifc versions for ccm --- docker/testing/ubuntu2004_j11_w_dependencies.docker | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docker/testing/ubuntu2004_j11_w_dependencies.docker b/docker/testing/ubuntu2004_j11_w_dependencies.docker index f79ffec..5d78a4a 100644 --- a/docker/testing/ubuntu2004_j11_w_dependencies.docker +++ b/docker/testing/ubuntu2004_j11_w_dependencies.docker @@ -40,3 +40,15 @@ RUN /bin/bash -c "source ~/env3.6/bin/activate && \ ccm create -n 1 -v git:cassandra-3.0 test && ccm remove test && \ ccm create -n 1 -v git:cassandra-2.2 test && ccm remove test && \ ccm create -n 1 -v git:cassandra-2.1 test && ccm remove test" + +# Initialize specific versions pulled in for testing +RUN /bin/bash -c "source ~/env3.6/bin/activate && \ + ccm create -n 1 -v 2.1.14 test && ccm remove test && \ + ccm create -n 1 -v 2.1.22 test && ccm remove test && \ + ccm create -n 1 -v 2.2.19 test && ccm remove test && \ + ccm create -n 1 -v 3.0.17 test && ccm remove test && \ + ccm create -n 1 -v 3.0.27 test && ccm remove test && \ + ccm create -n 1 -v 3.11.3 test && ccm remove test && \ + ccm create -n 1 -v 3.11.13 test && ccm remove test && \ + ccm create -n 1 -v 4.0.4 test && ccm remove test" + --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
