Skip to content

Commit

Permalink
use pfm 7.2.0 for upgrade tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wllmshao committed Feb 11, 2025
1 parent b8851cf commit 4779aac
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/packet-forward-middleware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Load Docker Image
run: |
docker image load -i ${{ env.TAR_PATH }}
docker image load -i testing/previous_images/pfm_7_0_1.tar
docker image load -i testing/previous_images/pfm_7_2_0.tar
docker image ls -a
- name: Run Test
Expand Down
4 changes: 2 additions & 2 deletions middleware/packet-forward-middleware/e2e/upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ const (

var (
// baseChain is the current version of the chain that will be upgraded from
// docker image load -i ../prev_builds/pfm_7_0_1.tar
// docker image load -i ../prev_builds/pfm_7_2_0.tar
baseChain = ibc.DockerImage{
Repository: "pfm",
Version: "v7.0.1",
Version: "v7.2.0",
UidGid: "1025:1025",
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

This section is used for upgrades e2e test.

v7.0.1
v7.2.0

- <https://github.com/cosmos/ibc-apps/commit/04e47eb429d0cecd76d3e73a85c09d0d146aae25>
- docker build . -t pfm:v7.0.1
- docker save pfm:v7.0.1 > pfm_7_0_1.tar
- docker build . -t pfm:v7.2.0
- docker save pfm:v7.2.0 > pfm_7_2_0.tar
Binary file not shown.

0 comments on commit 4779aac

Please # to comment.