Skip to content

Commit

Permalink
kubeflow-kf-ci-v1-user (kubeflow#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielwen authored Feb 7, 2020
1 parent 188ba8f commit 06f9b3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mnist/testing/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def pytest_addoption(parser):
parser.addoption(
"--namespace", help=("The namespace to run in. This should correspond to"
"a namespace associated with a Kubeflow namespace."),
type=str, default="kubeflow-kubeflow-testing")
type=str, default="kubeflow-kf-ci-v1-user")

parser.addoption(
"--repos", help="The repos to checkout; leave blank to use defaults",
Expand Down
2 changes: 1 addition & 1 deletion xgboost_synthetic/testing/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def pytest_addoption(parser):
"--namespace", help=("The namespace to run in. This should correspond to"
"a namespace associated with a Kubeflow namespace."),
type=str,
default="kubeflow-kubeflow-testing")
default="kubeflow-kf-ci-v1-user")
parser.addoption(
"--image", help="Notebook image to use", type=str,
default="gcr.io/kubeflow-images-public/tensorflow-1.14.0-notebook-gpu"
Expand Down

0 comments on commit 06f9b3f

Please sign in to comment.