Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

E2E tests need a way to get the Kubeflow deployment they should test on #273

Closed
jlewi opened this issue Jan 3, 2019 · 1 comment · Fixed by #354
Closed

E2E tests need a way to get the Kubeflow deployment they should test on #273

jlewi opened this issue Jan 3, 2019 · 1 comment · Fixed by #354

Comments

@jlewi
Copy link
Contributor

jlewi commented Jan 3, 2019

See: #95

E2E tests (such as E2E tests for our examples) need a way to request the endpoint for a Kubeflow deployment they can run.

We'd like some simply python scripts that hide the implementation details; e.g. we'd like a script that takes as input some query string that specifies constraints on the Kubeflow deployment (e.g. major version) and returns the endpoint of the cluster to use.

Under the hood this library might do something like use Boskos to request a matching cluster.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants