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

brandonwilliams pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 5b49081  Add specifc versions for ccm.
5b49081 is described below

commit 5b4908185d72fdf5f00b59b95f64d876bc12b827
Author: Brandon Williams <[email protected]>
AuthorDate: Wed Apr 5 11:08:40 2023 -0500

    Add specifc versions for ccm.
    
    Patch by brandonwilliams; reviewed by edimitrova for CASSANDRA-18401
---
 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]

Reply via email to