Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update kf_is_ready_test.py to work with GCP blueprints (kubeflow#355)
* kf_is_ready_test.py currently assumes we have access to the KFDef and can use that to determine the platform and trigger platform specific tests. * With blueprints and when running against auto deployed clusters we won't have the KFDef; so in this case just set platform = "" and don't trigger platform specific logic. * Related to GoogleCloudPlatform/kubeflow-distribution#52
- Loading branch information