This commit is contained in:
Ankush Agarwal 2018-04-24 12:11:00 -07:00 committed by k8s-ci-robot
parent fb2fb26f71
commit a5d808cc88
1 changed files with 4 additions and 8 deletions

View File

@ -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",