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

try-runtime: Supporting patching a custom dependency into the branch before the command #83

Closed
joao-paulo-parity opened this issue Jul 6, 2022 · 0 comments · Fixed by #91
Assignees

Comments

@joao-paulo-parity
Copy link
Contributor

joao-paulo-parity commented Jul 6, 2022

Similar to paritytech/pipeline-scripts#41

If one wants to patch a custom repository into the branch before running a command, allow that through PATCH_$REPO. e.g. if I want to use patch PR #11375 of repository $REPO into the branch I'd say /cmd queue -v PATCH_$REPO=11375 -c try-runtime $ [...args]. This can be useful for companion PRs because they're not compiling before their dependencies are merged.

We can facilitate this by extracting the patch logic into a separate script in https://github.com/paritytech/pipeline-scripts, so that it can be used for both the bench-bot and try-runtime configurations.

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