Skip to content

Commit

Permalink
ci: reduce mem limit (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-vagabond authored May 16, 2024
1 parent 743c208 commit 18afdd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/software-upgrade-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ jobs:

- name: Create second validator
run: |
GOMEMLIMIT=32GiB \
GOMEMLIMIT=16GiB \
${{ needs.build-new-binary.outputs.NEW_UPGRADE_ASSURE_BINARY_PATH }} \
${{ needs.retrieve-snapshot.outputs.SNAPSHOT_FILE_PATH }} \
${{ needs.retrieve-old-binary.outputs.OLD_BINARY_PATH }} \
Expand Down Expand Up @@ -718,7 +718,7 @@ jobs:

- name: Upgrade to new binary
run: |
GOMEMLIMIT=8GiB \
GOMEMLIMIT=16GiB \
${{ needs.build-new-binary.outputs.NEW_UPGRADE_ASSURE_BINARY_PATH }} \
${{ needs.retrieve-snapshot.outputs.SNAPSHOT_FILE_PATH }} \
${{ needs.build-new-binary.outputs.NEW_BINARY_PATH }} \
Expand Down

0 comments on commit 18afdd9

Please sign in to comment.