Skip to content

Commit

Permalink
Fix circle MID and HIGH for j11_jvm_dtests
Browse files Browse the repository at this point in the history
patch by Berenguer Blasi; reviewed by Brandon Williams for CASSANDRA-17138
  • Loading branch information
bereng committed Nov 18, 2021
1 parent 3f2066d commit 74b8015
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .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:
Expand Down Expand Up @@ -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:
Expand Down
14 changes: 11 additions & 3 deletions .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:
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .circleci/config.yml.HIGHRES
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .circleci/config.yml.MIDRES
Expand Up @@ -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
Expand Down

0 comments on commit 74b8015

Please sign in to comment.