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
{{ message }}
This repository has been archived by the owner on May 21, 2024. It is now read-only.
I've been noticing that building both trappist and stout in the CI can take a lot of time and a most of the currently ongoing changes don't really involve Stout. Would it make sense to execute this build only if the changes in a PR includes files that involve this runtime?
This paths would be ./node, ./primitives/xcm, and ./runtime/stout.
There seems to be a tool that allows the CI to filter the changes to conditionally run commands. The solution would look something like this:
I am currently looking at the latest build and stout adds just 5 seconds to the total time. I also think that the situation might improve after #177 is done.
I've been noticing that building both trappist and stout in the CI can take a lot of time and a most of the currently ongoing changes don't really involve Stout. Would it make sense to execute this build only if the changes in a PR includes files that involve this runtime?
This paths would be
./node
,./primitives/xcm
, and./runtime/stout
.There seems to be a tool that allows the CI to filter the changes to conditionally run commands. The solution would look something like this:
@kalaninja, @stiiifff, @hbulgarini
The text was updated successfully, but these errors were encountered: