You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by jb...@apache.org on 2018/08/08 23:28:48 UTC

[geode] branch develop updated: [GEODE-5548] Reduce RAM usage in various jobs due to unused resources.

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

jbarrett pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 63f18b6  [GEODE-5548] Reduce RAM usage in various jobs due to unused resources.
63f18b6 is described below

commit 63f18b64f0717a8db0581854a184f1a216faa421
Author: Sean Goller <sg...@pivotal.io>
AuthorDate: Wed Aug 8 16:23:24 2018 -0700

    [GEODE-5548] Reduce RAM usage in various jobs due to unused resources.
    
    * Reduce acceptancetest from 30GB to 12GB
    * Reduce distributedtest from 210GB to 180GB
    * Reduce integrationtest from 210GB to 48GB
    * Reduce upgradetest from 210GB to 120GB
    
    Signed-off-by: Finn Southerland <fs...@pivotal.io>
---
 ci/pipelines/geode-build/test-stubs/acceptance.yml  | 2 +-
 ci/pipelines/geode-build/test-stubs/distributed.yml | 2 +-
 ci/pipelines/geode-build/test-stubs/integration.yml | 2 +-
 ci/pipelines/geode-build/test-stubs/upgrade.yml     | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ci/pipelines/geode-build/test-stubs/acceptance.yml b/ci/pipelines/geode-build/test-stubs/acceptance.yml
index 9e1e7f6..41f8d87 100644
--- a/ci/pipelines/geode-build/test-stubs/acceptance.yml
+++ b/ci/pipelines/geode-build/test-stubs/acceptance.yml
@@ -24,7 +24,7 @@ metadata:
       forks: 7
     cpus: 8
 # specified in Gigabytes.
-    ram: 30
+    ram: 12
 # specified in seconds
     call_stack_timeout: 1800
     timeout: 45m
diff --git a/ci/pipelines/geode-build/test-stubs/distributed.yml b/ci/pipelines/geode-build/test-stubs/distributed.yml
index 463b13e..da4ca1c 100644
--- a/ci/pipelines/geode-build/test-stubs/distributed.yml
+++ b/ci/pipelines/geode-build/test-stubs/distributed.yml
@@ -25,7 +25,7 @@ metadata:
       forks: 48
     cpus: 96
 # specified in Gigabytes.
-    ram: 210
+    ram: 180
 # specified in seconds
     call_stack_timeout: 3600
     timeout: 1h15m
diff --git a/ci/pipelines/geode-build/test-stubs/integration.yml b/ci/pipelines/geode-build/test-stubs/integration.yml
index f6a354b..617d563 100644
--- a/ci/pipelines/geode-build/test-stubs/integration.yml
+++ b/ci/pipelines/geode-build/test-stubs/integration.yml
@@ -24,7 +24,7 @@ metadata:
       forks: 48
     cpus: 96
 # specified in Gigabytes.
-    ram: 210
+    ram: 48
 # specified in seconds
     call_stack_timeout: 1500
     timeout: 40m
diff --git a/ci/pipelines/geode-build/test-stubs/upgrade.yml b/ci/pipelines/geode-build/test-stubs/upgrade.yml
index 5ecca65..3115748 100644
--- a/ci/pipelines/geode-build/test-stubs/upgrade.yml
+++ b/ci/pipelines/geode-build/test-stubs/upgrade.yml
@@ -25,7 +25,7 @@ metadata:
       forks: 48
     cpus: 96
 # specified in Gigabytes.
-    ram: 210
+    ram: 120
 # specified in seconds
     call_stack_timeout: 3000
     timeout: 1h