lanl / BEE

Other
14 stars 3 forks source link

Improve Flux CI Time #698

Open jtronge opened 1 year ago

jtronge commented 1 year ago

I've set up the integration tests for Flux in PR #696 but they're taking about 12-14 minutes to run. Most of this time is spent installing and compiling dependencies, so I'm thinking we may want to look into converting the CI tests to use docker containers. Downloading and launching a container should take much less time than the current tests.