-
Notifications
You must be signed in to change notification settings - Fork 814
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
enable approval-voting-parallel on polkadot #7504
Conversation
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
All GitHub workflows were cancelled due to failure one of the required jobs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Created backport PR for
Please cherry-pick the changes locally and resolve any conflicts. git fetch origin backport-7504-to-stable2407
git worktree add --checkout .worktree/backport-7504-to-stable2407 backport-7504-to-stable2407
cd .worktree/backport-7504-to-stable2407
git reset --hard HEAD^
git cherry-pick -x e5e0a6d36ae61f410f2d61a04e23cc643714145b
git push --force-with-lease |
Created backport PR for
Please cherry-pick the changes locally and resolve any conflicts. git fetch origin backport-7504-to-stable2409
git worktree add --checkout .worktree/backport-7504-to-stable2409 backport-7504-to-stable2409
cd .worktree/backport-7504-to-stable2409
git reset --hard HEAD^
git cherry-pick -x e5e0a6d36ae61f410f2d61a04e23cc643714145b
git push --force-with-lease |
approval-voting-parallel has been running on all network types except polkadot since release `1.17.0`, so it has around 2 months of baking and running without any reported issues, so let's enable it on polkadot as well. After running in polkadot for awhile the flag will be entirely removed. --------- Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io> (cherry picked from commit e5e0a6d)
Successfully created backport PR for |
Backport #7504 into `stable2412` from alexggh. See the [documentation](https://github.com/paritytech/polkadot-sdk/blob/master/docs/BACKPORT.md) on how to use this bot. <!-- # To be used by other automation, do not modify: original-pr-number: #${pull_number} --> Co-authored-by: Alexandru Gheorghe <49718502+alexggh@users.noreply.github.com>
approval-voting-parallel has been running on all network types except polkadot since release
1.17.0
, so it has around 2 months of baking and running without any reported issues, so let's enable it on polkadot as well.After running in polkadot for awhile the flag will be entirely removed.