From 3f961d53250665186e4dbab9628c31735540764c Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Mon, 11 May 2020 18:42:49 -0400 Subject: [PATCH] Fix the link to run_e2e_workflow.py script (#1114) --- prow_config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prow_config.yaml b/prow_config.yaml index 34ff8e7a0d9..1ebe6236d0b 100644 --- a/prow_config.yaml +++ b/prow_config.yaml @@ -1,5 +1,5 @@ # This file configures the workflows to trigger in our Prow jobs. -# see kubeflow/testing/py/run_e2e_workflow.py +# see https://github.com/kubeflow/testing/blob/master/py/kubeflow/testing/run_e2e_workflow.py python_paths: # Need to place kubeflow/testing in front of kubeflow/testing so that the package can # be correctly located. @@ -30,4 +30,4 @@ workflows: test_endpoint: true # The path for the config should depend on the commit we are testing manifests on. # so we use the local path which will be checked out to the correct commit - config_path: "{srcrootdir}/kubeflow/manifests/kfdef/kfctl_gcp_iap.yaml" \ No newline at end of file + config_path: "{srcrootdir}/kubeflow/manifests/kfdef/kfctl_gcp_iap.yaml"