Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Lewi committed Oct 18, 2019
1 parent 87a7b21 commit 8b6ea62
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion py/kubeflow/kubeflow/ci/kfctl_e2e_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@
TEMPLATE_LABEL = "kfctl_e2e"

MAIN_REPO = "kubeflow/kubeflow"
EXTRA_REPOS = ["kubeflow/testing@HEAD", "kubeflow/tf-operator@HEAD"]

# DO NOT SUBMIT wait for kubeflow/testing#490 to be submitted and then
# go back to using kubeflow/testing@HEAD
EXTRA_REPOS = ["kubeflow/testing@HEAD:490", "kubeflow/tf-operator@HEAD"]

class Builder:
def __init__(self, name=None, namespace=None,
Expand Down

0 comments on commit 8b6ea62

Please sign in to comment.