From 3c74acb55c3ac3f4467d0b194223b5199d583a15 Mon Sep 17 00:00:00 2001 From: zhuwenxing Date: Tue, 12 Sep 2023 10:59:18 +0800 Subject: [PATCH] [skip e2e]Set resource for indexnode in chaos test (#27011) Signed-off-by: zhuwenxing --- .pre-commit-config.yaml | 2 +- tests/python_client/chaos/cluster-values.yaml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c74859be45915..4e6b15096ee19 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,4 +16,4 @@ repos: description: Detect secrets in your data. entry: bash -c 'trufflehog git file://. --max-depth 1 --since-commit HEAD --only-verified --fail' language: system - stages: ["commit", "push"] + stages: ["commit"] diff --git a/tests/python_client/chaos/cluster-values.yaml b/tests/python_client/chaos/cluster-values.yaml index d6b1ff272da4a..22dae63034aa9 100644 --- a/tests/python_client/chaos/cluster-values.yaml +++ b/tests/python_client/chaos/cluster-values.yaml @@ -8,6 +8,13 @@ image: tag: master-latest pullPolicy: IfNotPresent +indexNode: + resources: + requests: + cpu: 4 + limits: + cpu: 8 + etcd: replicaCount: 3 image: