-
Notifications
You must be signed in to change notification settings - Fork 329
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
Add support for gaiad v5.0.0 on CI #1175
Comments
It's still failing e2e tests on CI. I've done some local testing and I could reproduce the error that is showing in Github Actions but I don't know the root cause yet. I've ran the docker containers (ibc-0, ibc-1, relayer) locally but the e2e fails with same error. If I run the dev-env script to start local gaiad process in my machine using a local v5.0.0 gaiad binary I can execute the first command (update-client) locally so I don't think it's an issue with v5.0.0 but maybe some docker configuration. Still troubleshooting. |
* Adding gaiad v5.0.0 support to CI e2e (#1175) * Fix gaiad version for relayer service (#1175) * Adding additional log output for relayer container (#1175) * Upgrade to gaia v5.0.5 (#1175) * Removing gaia v5.0.0 files (#1176) * add changelog Co-authored-by: Romain Ruetschi <romain@informal.systems> Co-authored-by: Adi Seredinschi <adi@informal.systems>
* Adding gaiad v5.0.0 support to CI e2e (informalsystems#1175) * Fix gaiad version for relayer service (informalsystems#1175) * Adding additional log output for relayer container (informalsystems#1175) * Upgrade to gaia v5.0.5 (informalsystems#1175) * Removing gaia v5.0.0 files (informalsystems#1176) * add changelog Co-authored-by: Romain Ruetschi <romain@informal.systems> Co-authored-by: Adi Seredinschi <adi@informal.systems>
Crate
CI/CD
Summary
Cosmos Hub will upgrade soon to Gaia v5.0.0. Need to add support for this version in the CI pipeline.
Problem Definition
Need end-to-end (e2e) tests to support Gaia v5.0.0
Proposal
Add gaiad v5.0.0 to CI and upload the Docker images to the registry.
Acceptance Criteria
e2e runs on gaia v5.0.0
For Admin Use
The text was updated successfully, but these errors were encountered: