Bump notebook image version for xgboost-test (#760)

* bump notebook image version

* use 1.0.0 tag
This commit is contained in:
Zhenghui Wang 2020-02-28 09:16:38 -08:00 committed by GitHub
parent 2d9a1db3aa
commit 984713300b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 8 deletions

View File

@ -11,8 +11,8 @@ def pytest_addoption(parser):
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"
":v0.7.0")
default="gcr.io/kubeflow-images-public/tensorflow-2.1.0-notebook-gpu"
":1.0.0")
parser.addoption(
"--repos", help="The repos to checkout; leave blank to use defaults",
type=str, default="")

View File

@ -11,12 +11,6 @@ from kubernetes import client as k8s_client
from kubeflow.testing import argo_build_util
from kubeflow.testing import util
# TODO(jlewi): This test is currently failing because various things
# need to be updated to work with 0.7.0. Until that's fixed we mark it
# as expected to fail on presubmits. We only mark it as expected to fail
# on presubmits because if expected failures don't show up in test grid
# and we want signal in postsubmits and periodics
@pytest.mark.xfail(os.getenv("JOB_TYPE") == "presubmit", reason="Flaky")
def test_xgboost_synthetic(record_xml_attribute, name, namespace, # pylint: disable=too-many-branches,too-many-statements
repos, image, notebook_artifacts_dir):
'''Generate Job and summit.'''