Skip to content
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

Support backwards compatibility tests #1911

Closed
9 of 12 tasks
chatton opened this issue Aug 8, 2022 · 1 comment · Fixed by #1912
Closed
9 of 12 tasks

Support backwards compatibility tests #1911

chatton opened this issue Aug 8, 2022 · 1 comment · Fixed by #1912
Assignees

Comments

@chatton
Copy link
Contributor

chatton commented Aug 8, 2022

Summary

Support tests which ensure backwards compatibility

Problem Definition

We currently have some automated E2E tests which test the same version of our simapp against one another. But we don't ensure that new features are backwards compatible in an automated way.

Ensure the simd Dockerfile and build/push workflow exist on all active release/vX.Y.Z branches. This will ensure that every released version will have a docker image we can use in E2E tests.

Proposal

As a starting point, we can simply provide two environment variables in our Github Workflows to specify different images. One for each chain.

This can be expanded upon to create a larger test matrix.


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged/assigned
@chatton
Copy link
Contributor Author

chatton commented Aug 10, 2022

closing as all supported branches have been updated

@chatton chatton closed this as completed Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant