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: existing_arrikto: initial e2e test #4154

Merged
Prev Previous commit
Next Next commit
update deployments to reflect latest manifests
Signed-off-by: Yannis Zarkadas <yanniszark@arrikto.com>
  • Loading branch information
yanniszark committed Oct 14, 2019
commit ed86a3e65bd144e01857376ef675bc916426dda5
8 changes: 2 additions & 6 deletions testing/kfctl/kf_is_ready_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,11 @@ def test_kf_is_ready(namespace, use_basic_auth, use_istio, app_path):
"katib-controller",
"katib-manager",
"katib-manager-rest",
"katib-suggestion-bayesianoptimization",
"katib-suggestion-grid",
"katib-suggestion-hyperband",
"katib-suggestion-nasrl",
"katib-suggestion-random",
"katib-ui",
"metadata-db",
"metadata-deployment",
"metadata-envoy-deployment",
"metadata-grpc-deployment",
"metadata-ui",
"minio",
"ml-pipeline",
Expand All @@ -62,7 +59,6 @@ def test_kf_is_ready(namespace, use_basic_auth, use_istio, app_path):
"profiles-deployment",
"pytorch-operator",
"tensorboard",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we testing tensorboard? That shouldn't even be deployed.

"tf-job-dashboard",
"tf-job-operator",
"workflow-controller",
]
Expand Down