From e3bee59ab36b6ee214db7b0f021a46b2c918130d Mon Sep 17 00:00:00 2001 From: Jason Greathouse Date: Tue, 24 Sep 2024 10:28:38 -0500 Subject: [PATCH] fix shard size and helm timeouts --- .../mobilecoin-workflow-dev-deploy.yaml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/mobilecoin-workflow-dev-deploy.yaml b/.github/workflows/mobilecoin-workflow-dev-deploy.yaml index 9b9faacffa..2f06ac3704 100644 --- a/.github/workflows/mobilecoin-workflow-dev-deploy.yaml +++ b/.github/workflows/mobilecoin-workflow-dev-deploy.yaml @@ -119,7 +119,7 @@ jobs: chart_name: consensus-node chart_version: ${{ inputs.version }} chart_values: ${{ env.VALUES_BASE_PATH }}/consensus-node-values.yaml - chart_wait_timeout: 10m + chart_wait_timeout: 45m release_name: ${{ matrix.release.name }} namespace: ${{ inputs.namespace }} rancher_cluster: ${{ secrets.DEV_RANCHER_CLUSTER }} @@ -157,7 +157,7 @@ jobs: chart_name: mobilecoind chart_version: ${{ inputs.version }} chart_values: ${{ env.VALUES_BASE_PATH }}/mobilecoind-values.yaml - chart_wait_timeout: 5m + chart_wait_timeout: 30m release_name: mobilecoind namespace: ${{ inputs.namespace }} rancher_cluster: ${{ secrets.DEV_RANCHER_CLUSTER }} @@ -274,9 +274,10 @@ jobs: fogView: stackConfig: - default: - shardSize: ${{ inputs.shard_size }} - exceedBlockHeightBy: ${{ inputs.shard_exceed_block_height_by }} + network: + default: + shardSize: ${{ inputs.shard_size }} + exceedBlockHeightBy: ${{ inputs.shard_exceed_block_height_by }} router: hosts: @@ -326,9 +327,10 @@ jobs: fogLedger: stackConfig: - default: - shardSize: ${{ inputs.shard_size }} - exceedBlockHeightBy: ${{ inputs.shard_exceed_block_height_by }} + network: + default: + shardSize: ${{ inputs.shard_size }} + exceedBlockHeightBy: ${{ inputs.shard_exceed_block_height_by }} router: hosts: - partner: a