From db27136c67d9031451a6509b6180dd1b3038524e Mon Sep 17 00:00:00 2001 From: Jin Chi He Date: Thu, 9 Jul 2020 03:13:08 +0800 Subject: [PATCH] Fix tekton_run yaml file path for mnist-notebook (#810) --- prow_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prow_config.yaml b/prow_config.yaml index 0ea92e2c..72317f22 100644 --- a/prow_config.yaml +++ b/prow_config.yaml @@ -45,7 +45,7 @@ workflows: include_dirs: - pytorch_mnist/* - - tekton_run: kubeflow/examples/tests/mnist-nb-pipeline-run.yaml + - tekton_run: kubeflow/examples/mnist/tests/mnist-nb-pipeline-run.yaml name: mnist-notebook job_types: - periodic