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

style95 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 3e5b8b294 Add missing configurations. (#5297)
3e5b8b294 is described below

commit 3e5b8b2949bfca87cad417badb2e2a00124d4de8
Author: Dominic Kim <styl...@apache.org>
AuthorDate: Fri Jul 29 13:43:09 2022 +0900

    Add missing configurations. (#5297)
---
 ansible/roles/invoker/tasks/deploy.yml       | 1 +
 tests/src/test/resources/application.conf.j2 | 1 +
 2 files changed, 2 insertions(+)

diff --git a/ansible/roles/invoker/tasks/deploy.yml 
b/ansible/roles/invoker/tasks/deploy.yml
index 913dbcdc6..4f3049fb0 100644
--- a/ansible/roles/invoker/tasks/deploy.yml
+++ b/ansible/roles/invoker/tasks/deploy.yml
@@ -292,6 +292,7 @@
       "CONFIG_whisk_containerPool_prewarmExpirationCheckIntervalVariance": "{{ 
container_pool_prewarm_expirationCheckIntervalVariance | default('10 seconds') 
}}"
       "CONFIG_whisk_containerPool_prewarmPromotion": "{{ container_pool_strict 
| default('false') | lower }}"
       "CONFIG_whisk_containerPool_prewarmMaxRetryLimit": "{{ 
container_pool_prewarm_max_retry_limit | default(5) }}"
+      "CONFIG_whisk_containerPool_memorySyncInterval": "{{ 
container_pool_memorySyncInterval | default('1 second') }}"
       "CONFIG_whisk_containerPool_batchDeletionSize": "{{ 
container_pool_batchDeletionSize | default(10) }}"
       "CONFIG_whisk_invoker_username": "{{ invoker.username }}"
       "CONFIG_whisk_invoker_password": "{{ invoker.password }}"
diff --git a/tests/src/test/resources/application.conf.j2 
b/tests/src/test/resources/application.conf.j2
index b0f393238..a601da065 100644
--- a/tests/src/test/resources/application.conf.j2
+++ b/tests/src/test/resources/application.conf.j2
@@ -165,6 +165,7 @@ whisk {
         data-management-service {
             retry-interval = "{{ scheduler.dataManagementService.retryInterval 
| default('1 second') }}"
         }
+        blackbox-multiple = "{{ scheduler.blackboxMultiple }}"
     }
 }
 

Reply via email to