-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Labels
Description
Now that we have some more CI resources, lets get reverse CI setup for some integration tests. We don't have infinite resources, but let's try to get some useful things going.
Specifically my thoughts here are to have CPU reverse integration CI, on 32-core machines. Each integration can have one of these runners [which do need to complete in some reasonable time, tbd]. These won't be considered blocking for PRs (unless they can spit out MWE's for examples of the failure), but can be used to early catch failures (and hopefully prevent any issues before the pop up, and provide some nicer notions of stability).
- Lux @avik-pal could you take a look? (done in test: Lux integration testing #2569)
- Flux @CarloLucibello, @mcabbott could you take a look?
- Turing @mhauru could you take a look?
- SciML @ChrisRackauckas could you take a look? (done in Add SciML integration tests #2593)
- Comrade @ptiede could you take a look? [assuming theres some interesting CPU-only tests]
- DifferentiationInterface @gdalle could you take a look? (done in Add DI integration tests #2531)
- Molly @jgreener64 could you take a look? [assuming theres some interesting CPU-only tests] (Molly integration tests #2728)
- Oceananigans @glwagner could you take a look?
- @MilesCranmer I remember you mentioning something else
- Chmy/friends @luraess could you take a look? [assuming theres some interesting CPU-only tests]
- Distributions (Distributions integration tests #2617)
- KernelAbstractions (add KernelAbstractions integration test #2709)
- MPI (Test for MPI.Irecv/MPI.Isend/MPI.Wait #518)
gdalle and jgreener64