Skip to content

Commit

Permalink
Latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlewi committed Sep 20, 2019
1 parent 488fdaa commit b1dcdb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion prow_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ workflows:
- testing/kfctl/*
kwargs:
use_basic_auth: true
use_istio: true
config_path: https://raw.githubusercontent.com/kubeflow/manifests/master/kfdef/kfctl_gcp_basic_auth.yaml
# Run unittests
# TODO(jlewi): Need to add step to run go and python unittests
Expand Down
3 changes: 3 additions & 0 deletions py/kubeflow/kubeflow/ci/kfctl_e2e_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,9 @@ def build(self):

return self.workflow

# TODO(jlewi): This is an unnecessary layer of indirection around the builder
# We should allow py_func in prow_config to point to the builder and
# let e2e_tool take care of this.
def create_workflow(**kwargs): # pylint: disable=too-many-statements
"""Create workflow returns an Argo workflow to test kfctl upgrades.
Expand Down

0 comments on commit b1dcdb4

Please sign in to comment.