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
bump machine size and increase timeout
Signed-off-by: Yannis Zarkadas <yanniszark@arrikto.com>
  • Loading branch information
yanniszark committed Oct 14, 2019
commit e1ea9a95fb9a6ae0b1dcb2e8e9dbe076dced256d
2 changes: 1 addition & 1 deletion testing/kfctl/scripts/create_existing_cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gcloud container clusters create "${CLUSTER_NAME}" \
--zone "${GCP_ZONE}" \
--username "admin" \
--cluster-version "${CLUSTER_VERSION}" \
--machine-type "n1-standard-4" --num-nodes "1" \
--machine-type "custom-6-23040" --num-nodes "1" \
--image-type "UBUNTU" \
--local-ssd-count=4 \
--disk-type "pd-ssd" --disk-size "50" \
Expand Down
2 changes: 1 addition & 1 deletion testing/workflows/components/workflows.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
"jupyter_test.py",
// Test timeout in seconds.
"--namespace=" + tests.stepsNamespace,
"--timeout=500",
"--timeout=1000",
"--junitxml=" + tests.artifactsDir + "/junit_jupyter-test.xml",
],
workingDir: tests.srcDir + "/kubeflow/jupyter/tests",
Expand Down