This PR adds atests directory with a small .py script that connects to an example ray cluster, runs a small job, and checks that we have spawned 2 ray nodes.
I've also added a Containerfile and a Makefile so we can build this test into an image that we can run to evaluate our Ray deployment on OpenShift.
This PR adds a
tests
directory with a small.py
script that connects to an example ray cluster, runs a small job, and checks that we have spawned 2 ray nodes.I've also added a
Containerfile
and aMakefile
so we can build this test into an image that we can run to evaluate our Ray deployment on OpenShift.