-
Notifications
You must be signed in to change notification settings - Fork 43
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
Migrate testing from Travis to Cirrus #242
Comments
Please have a look at the set up of SciTools-incubator/iris-ugrid for a good (IMO) example of using Cirrus and Nox with an Iris-dependent repo. |
I'll take a look at this, anyone have any objections if I try and use github actions instead of cirrus? |
Environment caching is an important part of why we recently switched to Cirrus+Nox - the ecosystem of Iris dependencies makes environment build the majority of CI run time. There has also been recent discussion of using Cirrus compute credits to further speed up CI run time. If GH actions can achieve similar run times somehow then I imagine there's no problem, but that seems like a big IF to me 🙂 (In future I've also been considering Cirrus' ability to run on a dedicated cloud machine (e.g. AWS) to potentially enable consistent benchmark results to be run directly from GH rather than running on on-premise machines. Can't benchmark on using traditional cloud like GH actions since the machines are virtualised so provide inconsistent results). |
👍 I'll use Cirrus! |
Work begun on this in #247 |
As Iris has done + for same reasons.
The text was updated successfully, but these errors were encountered: