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

Be able to trigger try runtime for migrations locally and in CI #1824

Open
4 tasks done
wilwade opened this issue Dec 20, 2023 · 0 comments · May be fixed by #2023
Open
4 tasks done

Be able to trigger try runtime for migrations locally and in CI #1824

wilwade opened this issue Dec 20, 2023 · 0 comments · May be fixed by #2023
Assignees
Labels
planning Discuss & point in planning meeting tech-debt

Comments

@wilwade
Copy link
Collaborator

wilwade commented Dec 20, 2023

Dependent on #1814

As a developer of a migration, I want to have CI run try-runtime against Testnet.

Acceptance Criteria

  • Locally make try-runtime-rococo-migrations can be run and will test migrations against rococo state
  • Adding the label change/storage-migration will trigger future CI runs for that PR to run a new job that will run the migration against testnet if: ${{ github.event.label.name == 'change/storage-migration' }}
  • CI Job should fail if the storage migration fails
  • CI Job should output a helpful log in success or failure cases

Helpful Resources:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
planning Discuss & point in planning meeting tech-debt
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants