Skip to content

Commit f329de0

Browse files
committed
docs(e2e): sync README with release/1.3.x defaults
- OLD_VERSION examples: v12.0.1 (stale evmos-era tag, never valid on any moca release) -> v1.2.1, matching the script + workflow defaults on this branch (aef131b / a5634ae). Three occurrences in e2e/kind/README.md. - CI section: workflow runs automatically on PRs to `main` -> PRs to `release/1.3.x`, matching the workflow's pull_request trigger filter (a5634ae). Resolves phenix3443's follow-up review point 2 on #255.
1 parent aef131b commit f329de0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

e2e/kind/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ make e2e-fw-test TEST=upgrade_hardfork
3636
make e2e-fw-test TEST=upgrade_governance
3737

3838
# Run with OLD_VERSION for upgrade tests
39-
OLD_VERSION=v12.0.1 make e2e-fw-test TEST=upgrade_hardfork
39+
OLD_VERSION=v1.2.1 make e2e-fw-test TEST=upgrade_hardfork
4040

4141
# Dev mode (skip cleanup, leave cluster running for debugging)
4242
make e2e-fw-dev TEST=smoke
@@ -109,15 +109,15 @@ Tests a binary upgrade from an old version to the current build using the app.to
109109

110110
```bash
111111
# Upgrade from a specific release (pulls/builds old version, deploys, upgrades, validates)
112-
OLD_VERSION=v12.0.1 make e2e-kind-upgrade-hardfork
112+
OLD_VERSION=v1.2.1 make e2e-kind-upgrade-hardfork
113113
```
114114

115115
### Upgrade Tests (governance mode)
116116

117117
Same as hardfork mode but triggers the upgrade via a governance software-upgrade proposal.
118118

119119
```bash
120-
OLD_VERSION=v12.0.1 make e2e-kind-upgrade-governance
120+
OLD_VERSION=v1.2.1 make e2e-kind-upgrade-governance
121121
```
122122

123123
## Step by Step
@@ -302,7 +302,7 @@ curl http://localhost:26657/net_info | jq '.result.n_peers'
302302

303303
## CI
304304

305-
The GitHub Actions workflow (`.github/workflows/e2e-kind.yml`) runs automatically on PRs to `main`. It:
305+
The GitHub Actions workflow (`.github/workflows/e2e-kind.yml`) runs automatically on PRs to `release/1.3.x`. It:
306306

307307
1. Installs Kind
308308
2. Builds Docker image and deploys to Kind

0 commit comments

Comments
 (0)