Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Python script to run e2e Argo Workflow #1674

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions prow_config.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# 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:
- kubeflow/katib/test/e2e/v1beta1
workflows:
- app_dir: kubeflow/katib/test/workflows
component: workflows-v1beta1
name: e2e-v1beta1
- name: e2e-v1beta1
py_func: argo_workflow.create_workflow
job_types:
- presubmit
include_dirs:
Expand Down Expand Up @@ -45,12 +46,9 @@ workflows:
- hack/*
- sdk/python/v1beta1/*
- test/e2e/v1beta1/*
- test/scripts/v1beta1/*
- test/suggestion/v1beta1/*
- test/workflows/*
- manifests/v1beta1/*
- scripts/v1beta1/*
- prow_config.yaml
- Makefile
params:
kwargs:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This got changed?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

registry: 809251082950.dkr.ecr.us-west-2.amazonaws.com
Loading