This is an automated email from the ASF dual-hosted git repository. gfournier pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push: new 2c962f197 fix(ci): raise again default resource footprint 2c962f197 is described below commit 2c962f1973f47d8cc3ad5974da1ae7c92b2cf2b2 Author: Gaelle Fournier <gaelle.fournier.w...@gmail.com> AuthorDate: Tue Jul 16 11:38:02 2024 +0200 fix(ci): raise again default resource footprint --- pkg/resources/config/manager/operator-deployment.yaml | 4 ++-- script/Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/resources/config/manager/operator-deployment.yaml b/pkg/resources/config/manager/operator-deployment.yaml index b7ba60c14..2a985e8bd 100644 --- a/pkg/resources/config/manager/operator-deployment.yaml +++ b/pkg/resources/config/manager/operator-deployment.yaml @@ -80,8 +80,8 @@ spec: periodSeconds: 10 resources: requests: - memory: "2Gi" - cpu: "500m" + memory: "4Gi" + cpu: "1" limits: memory: "8Gi" cpu: "2" diff --git a/script/Makefile b/script/Makefile index 1023be0af..ed24c1f77 100644 --- a/script/Makefile +++ b/script/Makefile @@ -107,7 +107,7 @@ TEST_PREBUILD = build # Tests may run in parallel to each other. This count sets the amount of tests run in parallel. # (default value would be otherwise GOMAXPROCS) TEST_COMMON_PARALLEL_COUNT ?= 2 -TEST_ADVANCED_PARALLEL_COUNT ?= 4 +TEST_ADVANCED_PARALLEL_COUNT ?= 2 # OLM (Operator Lifecycle Manager and Operator Hub): uncomment to override operator settings at build time #GOLDFLAGS += -X github.com/apache/camel-k/v2/pkg/util/olm.DefaultOperatorName=camel-k-operator