Skip to content

Commit

Permalink
fix shard size and helm timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreat committed Sep 24, 2024
1 parent 350a0bb commit e3bee59
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/mobilecoin-workflow-dev-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e3bee59

Please sign in to comment.