This is an automated email from the ASF dual-hosted git repository.
bereng pushed a commit to branch cassandra-4.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/cassandra-4.0 by this push:
new 74b8015 Fix circle MID and HIGH for j11_jvm_dtests
74b8015 is described below
commit 74b80154bc52847f1f923857a4d2557b393878bb
Author: Bereng <[email protected]>
AuthorDate: Tue Nov 16 12:12:19 2021 +0100
Fix circle MID and HIGH for j11_jvm_dtests
patch by Berenguer Blasi; reviewed by Brandon Williams for CASSANDRA-17138
---
.circleci/config-2_1.yml.high_res.patch | 6 +++---
.circleci/config-2_1.yml.mid_res.patch | 14 +++++++++++---
.circleci/config.yml.HIGHRES | 2 +-
.circleci/config.yml.MIDRES | 2 +-
4 files changed, 16 insertions(+), 8 deletions(-)
diff --git a/.circleci/config-2_1.yml.high_res.patch
b/.circleci/config-2_1.yml.high_res.patch
index 45c54b2..d28f185 100644
--- a/.circleci/config-2_1.yml.high_res.patch
+++ b/.circleci/config-2_1.yml.high_res.patch
@@ -1,5 +1,5 @@
---- .circleci/config-2_1.yml 2021-10-18 11:48:35.000000000 +0100
-+++ .circleci/config-2_1.yml.HIGHRES 2021-10-18 12:03:47.000000000 +0100
+--- config-2_1.yml 2021-11-12 11:02:52.301079060 +0100
++++ config-2_1.yml.HIGHRES 2021-11-16 12:04:20.083117123 +0100
@@ -101,14 +101,14 @@
j8_par_executor: &j8_par_executor
executor:
@@ -58,7 +58,7 @@
- #exec_resource_class: medium
- parallelism: 1
+ exec_resource_class: xlarge
-+ parallelism: 2
++ parallelism: 5
j8_repeated_utest_executor: &j8_repeated_utest_executor
executor:
diff --git a/.circleci/config-2_1.yml.mid_res.patch
b/.circleci/config-2_1.yml.mid_res.patch
index 27df9cc..28021f6 100644
--- a/.circleci/config-2_1.yml.mid_res.patch
+++ b/.circleci/config-2_1.yml.mid_res.patch
@@ -1,5 +1,5 @@
---- .circleci/config-2_1.yml 2021-10-18 11:48:35.000000000 +0100
-+++ .circleci/config-2_1.yml.MIDRES 2021-10-18 12:02:44.000000000 +0100
+--- config-2_1.yml 2021-11-12 11:02:52.301079060 +0100
++++ config-2_1.yml.MIDRES 2021-11-16 11:53:09.052881200 +0100
@@ -101,14 +101,14 @@
j8_par_executor: &j8_par_executor
executor:
@@ -19,7 +19,7 @@
j8_small_executor: &j8_small_executor
executor:
-@@ -119,20 +119,32 @@
+@@ -119,26 +119,38 @@
j8_medium_par_executor: &j8_medium_par_executor
executor:
name: java8-executor
@@ -57,6 +57,14 @@
j11_small_par_executor: &j11_small_par_executor
executor:
+ name: java11-executor
+- #exec_resource_class: xlarge
+- parallelism: 1
++ #exec_resource_class: large
++ parallelism: 10
+
+ j11_small_executor: &j11_small_executor
+ executor:
@@ -146,35 +158,47 @@
#exec_resource_class: medium
parallelism: 1
diff --git a/.circleci/config.yml.HIGHRES b/.circleci/config.yml.HIGHRES
index 9c21467..90aae8c 100644
--- a/.circleci/config.yml.HIGHRES
+++ b/.circleci/config.yml.HIGHRES
@@ -1994,7 +1994,7 @@ jobs:
resource_class: xlarge
working_directory: ~/
shell: /bin/bash -eo pipefail -l
- parallelism: 2
+ parallelism: 5
steps:
- attach_workspace:
at: /home/cassandra
diff --git a/.circleci/config.yml.MIDRES b/.circleci/config.yml.MIDRES
index b3ac410..7fb008b 100644
--- a/.circleci/config.yml.MIDRES
+++ b/.circleci/config.yml.MIDRES
@@ -1994,7 +1994,7 @@ jobs:
resource_class: medium
working_directory: ~/
shell: /bin/bash -eo pipefail -l
- parallelism: 1
+ parallelism: 10
steps:
- attach_workspace:
at: /home/cassandra
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]