It would be useful to make some conditions as optional and add a flag to enable them if desired.
For example in the databricks example folks may want Python OR R but not both. They may also want to check for CUDA toolkit for use on GPU nodes, but not everyone will want to test for that.
It would be nice to add an optional setting which still runs them but doesn't fail the test if they fail, but have a CLI flag that makes them mandatory.
It would be useful to make some conditions as optional and add a flag to enable them if desired.
For example in the databricks example folks may want Python OR R but not both. They may also want to check for CUDA toolkit for use on GPU nodes, but not everyone will want to test for that.
It would be nice to add an
optional
setting which still runs them but doesn't fail the test if they fail, but have a CLI flag that makes them mandatory.E.g