-
Notifications
You must be signed in to change notification settings - Fork 89
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 a standard Argo workflow to run basic tests #11
Comments
#33 added a workflow to kubeflow/testing to run python unittests and lint. We've also added the ability to run multiple workflows specified via prow_config.yaml. So I think turning the test in kubeflow/testing into a reusable workflow that any repo can use is a good place to start. I think the main changes we would need to make are modifying py_checks so that we can take as arguments the src directory to search for python files and also any exclude directories. This will probably mean that we want to extend our infrastructure for running Argo workflows from prow jobs so that we can specify ksonnet parameters in our prow_config YAML files. |
We should try to do this in 0.6. |
unittest workflow used by kubeflow/kubeflow workflow used by kubeflow/testing |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in one week if no further activity occurs. Thank you for your contributions. |
This issue has been closed due to inactivity. |
We should create a standard workflow to run basic tests that can be shared by all our repositories; eg
I think its an open question whether we would run this as a separate prow job or have a single prow job for each workflow and run this as a sub workflow.
The text was updated successfully, but these errors were encountered: