Consider using full GH runner in CI #865
Labels
D1-feature
A new feature, a piece of functionality that needs to be developed
I2-medium
should be completed within 10 working days
Context
We are using self-hosted runner to build docker images in our CI so far, see:
#259
#393
#409
the main reason is self-hosted runner is much faster than GH-runner: ~20m vs 1h
But now self-hosted runner needs 40min as well to build the docker image (mostly because of polkadot update that introduces more compilation deps).
Maybe it's worth checking again how long the compilation on GH-runner would be and switch to it when possible. It will help concurrent CI runs.
✔️ Please set appropriate labels and assignees if applicable.
The text was updated successfully, but these errors were encountered: