-
Notifications
You must be signed in to change notification settings - Fork 442
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
Create Python script to run e2e Argo Workflow #1674
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andreyvelich The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
Test seems to be working. |
- manifests/v1beta1/* | ||
- scripts/v1beta1/* | ||
- prow_config.yaml | ||
- Makefile | ||
params: | ||
kwargs: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This got changed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@johnugeorge Check here: https://github.com/kubeflow/testing/blob/master/py/kubeflow/testing/run_e2e_workflow.py#L12-L17.
It uses kwargs
in Python scripts.
/lgtm |
Fixes: #1376.
I added script to run our AWS Argo Workflow in python instead of deprecated
ksonnet
.I removed Python Unit Test from the Workflow.
We will use GitHub Action to run these tests: #1601
/cc @gaocegege @johnugeorge