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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 1e2d800  jvm_upgrade_dtests job in CircleCI MIDRES is allocated too 
many resources so fails
1e2d800 is described below

commit 1e2d800421fe482fc2f16a814f44477cb284a93a
Author: Ekaterina Dimitrova <ekaterina.dimitr...@datastax.com>
AuthorDate: Tue Oct 20 14:13:34 2020 -0700

    jvm_upgrade_dtests job in CircleCI MIDRES is allocated too many resources 
so fails
    
    patch by Ekaterina Dimitrova; reviewed by David Capwell for CASSANDRA-16177
---
 .circleci/config-2_1.yml.mid_res.patch | 2 +-
 .circleci/config.yml.MIDRES            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.circleci/config-2_1.yml.mid_res.patch 
b/.circleci/config-2_1.yml.mid_res.patch
index 56b0887..f0b5598 100644
--- a/.circleci/config-2_1.yml.mid_res.patch
+++ b/.circleci/config-2_1.yml.mid_res.patch
@@ -25,7 +25,7 @@ index ab621241a4..9c11f60d5d 100644
 -    #exec_resource_class: xlarge
 -  parallelism: 1
 +    exec_resource_class: large
-+  parallelism: 10
++  parallelism: 4
 +
 +j8_large_par_executor: &j8_large_par_executor
 +  executor:
diff --git a/.circleci/config.yml.MIDRES b/.circleci/config.yml.MIDRES
index 979ee15..482174b 100644
--- a/.circleci/config.yml.MIDRES
+++ b/.circleci/config.yml.MIDRES
@@ -6,7 +6,7 @@ jobs:
     resource_class: large
     working_directory: ~/
     shell: /bin/bash -eo pipefail -l
-    parallelism: 10
+    parallelism: 4
     steps:
     - attach_workspace:
         at: /home/cassandra


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

Reply via email to