Skip to content

Commit

Permalink
ci: use new upgrade assure binary (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-vagabond authored May 25, 2024
1 parent bff4671 commit 6b0eb27
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 @@ -322,7 +322,7 @@ jobs:
- name: Chain snapshot and export
run: |
GOMEMLIMIT=8GiB \
${{ needs.build-old-binary.outputs.OLD_UPGRADE_ASSURE_BINARY_PATH }} \
${{ needs.build-old-binary.outputs.NEW_UPGRADE_ASSURE_BINARY_PATH }} \
${{ needs.retrieve-snapshot.outputs.SNAPSHOT_FILE_PATH }} \
${{ needs.retrieve-old-binary.outputs.OLD_BINARY_PATH }} \
${{ needs.build-new-binary.outputs.NEW_BINARY_PATH }} \
Expand Down Expand Up @@ -408,7 +408,7 @@ jobs:
- name: Chain initialization
run: |
GOMEMLIMIT=32GiB \
${{ needs.build-old-binary.outputs.OLD_UPGRADE_ASSURE_BINARY_PATH }} \
${{ needs.build-old-binary.outputs.NEW_UPGRADE_ASSURE_BINARY_PATH }} \
${{ needs.retrieve-snapshot.outputs.SNAPSHOT_FILE_PATH }} \
${{ needs.retrieve-old-binary.outputs.OLD_BINARY_PATH }} \
${{ needs.build-new-binary.outputs.NEW_BINARY_PATH }} \
Expand Down

0 comments on commit 6b0eb27

Please sign in to comment.