You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Dependent on #1814
As a developer of a migration, I want to have CI run try-runtime against Testnet.
Acceptance Criteria
make try-runtime-rococo-migrations
can be run and will test migrations against rococo statechange/storage-migration
will trigger future CI runs for that PR to run a new job that will run the migration against testnetif: ${{ github.event.label.name == 'change/storage-migration' }}
Helpful Resources:
The text was updated successfully, but these errors were encountered: