epic-astronomy / LWA_EPIC

The LWA-specific implementation of the EPIC correlator
http://livetv.epic-astronomy.org
MIT License
3 stars 3 forks source link

Basic test suite #19

Open adampbeardsley opened 3 years ago

adampbeardsley commented 3 years ago

I think we shy away from actually implementing a test suite because it's a large task. But maybe we can implement something that's relatively simple just to get the structure there, and build on it.

What is the bare minimum?

What's the right service to use? travis? github actions? Do it ourselves on intrepid?

jaycedowell commented 3 years ago

For bifrost we use a combination of travis and jenkins. Travis is easy to setup but we use it for the CPU-only tests. Jenkins handles everything GPU related.