diff --git a/charts/deploy-chaos/values.yaml b/charts/deploy-chaos/values.yaml index eaeda6f5a..3d42e43f1 100644 --- a/charts/deploy-chaos/values.yaml +++ b/charts/deploy-chaos/values.yaml @@ -21,13 +21,14 @@ repo_name: muta version: latest resources: - cpu: 1100m - memory: 4Gi - storage: 6Gi + cpu: 2200m + memory: 8Gi + storage: 50Gi persistent: true chaos: - - all + - stable-node-failure + - stable-node-kill size: 4 diff --git a/jenkins-x-chaos.yml b/jenkins-x-chaos.yml index c3d7eab75..510e75ad0 100644 --- a/jenkins-x-chaos.yml +++ b/jenkins-x-chaos.yml @@ -7,7 +7,7 @@ pipelineConfig: image: mutadev/muta-build-env:v0.3.0 options: timeout: - time: 180 # 3H + time: 14400 # 10 Day unit: minutes stages: - name: chaos @@ -78,19 +78,13 @@ pipelineConfig: image: mutadev/muta-watchdog:v0.2.0-rc env: - name: WATCH_DURATION - value: 1H + value: 10d - name: APP_NAMESPACE value: mutadev - name: APP_PORT value: "8000" - name: APP_GRAPHQL_URL value: graphql - - name: JOB_BENCHMARK_DURATION - value: "300" - - name: JOB_BENCHMARK_TIMEOUT_GAP - value: "9999" - - name: JOB_BENCHMARK_CPU - value: "3" command: APP_NAME=chaos-${REPO_NAME}-pr-${PULL_NUMBER}-${BUILD_NUMBER} node /watchdog/index.js - name: delete-chaos-crd