You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
$ canary validate --file foo.yaml --check-optional "bash" somecontainer
The text was updated successfully, but these errors were encountered: