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

aweisberg pushed a commit to branch cassandra-2.2
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/cassandra-2.2 by this push:
     new 1d06b66  CircleCI docker image should bake in more dependencies
1d06b66 is described below

commit 1d06b6686ff5a83f08b30eaf1968a3090f95df51
Author: Ariel Weisberg <aweisb...@apple.com>
AuthorDate: Thu Jan 17 14:23:11 2019 -0500

    CircleCI docker image should bake in more dependencies
    
    Patch by Ariel Weisberg; Reviewed by Stefan Podkowinski for CASSANDRA-14985
---
 .circleci/config.yml | 2 +-
 CHANGES.txt          | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 78dae4c..44707e2 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -75,7 +75,7 @@ workflows:
     #build_and_run_tests: *with_dtest_jobs_only
     #build_and_run_tests: *with_dtest_jobs
     #build_and_run_tests: *upgrade_job_only
-docker_image: &docker_image spod/cassandra-testing-ubuntu18-java11
+docker_image: &docker_image 
aweisberg/cassandra-testing-ubuntu18-java11-w-dependencies
 version: 2
 jobs:
   build:
diff --git a/CHANGES.txt b/CHANGES.txt
index 0260c75..99da8f6 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,5 @@
 2.2.14
+ * CircleCI docker image should bake in more dependencies (CASSANDRA-14985)
  * Don't enable client transports when bootstrap is pending (CASSANDRA-14525)
  * MigrationManager attempts to pull schema from different major version nodes 
(CASSANDRA-14928)
  * Don't skip entire sstables when reading backwards with mixed clustering 
column order


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

Reply via email to