-
Notifications
You must be signed in to change notification settings - Fork 602
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(ci/code-gen): upgrade handler code gen bumps up e2e-init version #3632
Comments
I saw that you changed
|
* #3628 * #3632 * macos sed syntax * fix ci token * debug * add token * update E2E_UPGRADE_VERSION version on Makefile as well * Remove dupplication * Update empty_upgrade_handler_gen.sh * Fix proto * remove route test * revert branch Co-authored-by: Master Pi <[email protected]>
Background
This is a follow-up to: #3628
Suggested Design
The upgrade-handler CI job should also bump up the previous e2e init version:
osmosis/tests/e2e/containers/config.go
Line 30 in 1361806
Assume we are upgrading a v14 upgrade handler.
The logic should work as follows:
Query the latest tag from the docker hub: https://hub.docker.com/r/osmolabs/osmosis-e2e-init-chain/tags
v13.0.0
orv13.1.0
orv13.0.1
v12.2.0
). Change it tov13.0.0
(14 - 1 = 13
)Similarly, it should also bump up
previousVersionOsmoTag
Acceptance Criteria
previousVersionOsmoTag
previousVersionInitTag
The text was updated successfully, but these errors were encountered: