From 06f9b3f88066427629cf5bbde236bca595db5c93 Mon Sep 17 00:00:00 2001 From: Hung-Ting Wen Date: Thu, 6 Feb 2020 20:09:42 -0800 Subject: [PATCH] kubeflow-kf-ci-v1-user (#719) --- mnist/testing/conftest.py | 2 +- xgboost_synthetic/testing/conftest.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mnist/testing/conftest.py b/mnist/testing/conftest.py index 4ba933540..d0e2cf15b 100644 --- a/mnist/testing/conftest.py +++ b/mnist/testing/conftest.py @@ -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", diff --git a/xgboost_synthetic/testing/conftest.py b/xgboost_synthetic/testing/conftest.py index c83e1aa4f..ba4dbdf3e 100644 --- a/xgboost_synthetic/testing/conftest.py +++ b/xgboost_synthetic/testing/conftest.py @@ -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"