Skip to content

Commit

Permalink
Fix the link to run_e2e_workflow.py script (kubeflow#1114)
Browse files Browse the repository at this point in the history
  • Loading branch information
terrytangyuan authored May 11, 2020
1 parent 928cf48 commit 3f961d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prow_config.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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"
config_path: "{srcrootdir}/kubeflow/manifests/kfdef/kfctl_gcp_iap.yaml"

0 comments on commit 3f961d5

Please sign in to comment.