mirror of https://github.com/kubeflow/examples.git
Fix failing test due to https://github.com/kubeflow/testing/pull/111 (#95)
This commit is contained in:
parent
fb2fb26f71
commit
a5d808cc88
|
|
@ -206,20 +206,16 @@
|
|||
$.parts(namespace, name).e2e(prow_env, bucket).buildTemplate("py-test", [
|
||||
"python",
|
||||
"-m",
|
||||
"kubeflow.testing.py_checks",
|
||||
"test",
|
||||
"kubeflow.testing.test_py_checks",
|
||||
"--artifacts_dir=" + artifactsDir,
|
||||
"--src_dir=" + srcDir,
|
||||
"--project=" + project,
|
||||
"--junit_path=" + artifactsDir + "/junit_pycheckstest.xml",
|
||||
]), // py test
|
||||
$.parts(namespace, name).e2e(prow_env, bucket).buildTemplate("py-lint", [
|
||||
"python",
|
||||
"-m",
|
||||
"kubeflow.testing.py_checks",
|
||||
"lint",
|
||||
"kubeflow.testing.test_py_lint",
|
||||
"--artifacts_dir=" + artifactsDir,
|
||||
"--src_dir=" + srcDir,
|
||||
"--project=" + project,
|
||||
"--junit_path=" + artifactsDir + "/junit_pycheckslint.xml",
|
||||
]), // py lint
|
||||
$.parts(namespace, name).e2e(prow_env, bucket).buildTemplate("create-pr-symlink", [
|
||||
"python",
|
||||
|
|
|
|||
Loading…
Reference in New Issue