-
Notifications
You must be signed in to change notification settings - Fork 110
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
Update rust and use stable for benches #574
Conversation
/cmd bench --pallet pallet_balances |
Command "bench --pallet pallet_balances" has started 🚀 See logs here |
Command "bench --pallet pallet_balances" has finished ✅ See logs here |
Can we also change profile to |
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.
There is also a --timings
option on the build command, but i guess that does not help much when it already times out.
I used this reverse shell SSH stuff in the past to connect to an actions runner, it is a bit awkward but works: https://github.com/marketplace/actions/debugging-with-ssh#shut-down-server-if-user-doesnt-connect
Not sure how it interacts with self-hosted runners though 🤔
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.
new rust version comes with some new helper/sugar functions that clippy wants us to use :)
We already tried to run the commands manually on the machine and it worked. |
/cmd fmt |
Command "fmt" has started 🚀 See logs here |
Command "fmt" has finished ✅ See logs here |
/merge |
Enabled Available commands
For more information see the documentation |
461c281
to
8a00e56
Compare
We are trying to get the command bot working. However, right now it is timing out when trying to build the runtimes plus the omni bencher after 6 hours. This should not take 6 hours ;) So, one guess is that maybe the nightly is doing something that takes quite long to build. We want to try the stable compiler and see if that fixes the issue.