-
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
Add exclude directories support to prow_config.yaml #585
Comments
Issue-Label Bot is automatically applying the labels:
Please mark this comment with 👍 or 👎 to give our bot feedback! |
/assign Swikar |
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. |
/unassign |
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. |
Right now we support the ability to only trigger tests when certain files are matched.
It might also be good to have an exclude_dirs option. In some cases it might be easier to
list which directories are excluded.
We should just have to modify the code here.
testing/py/kubeflow/testing/run_e2e_workflow.py
Line 253 in bb549cb
The text was updated successfully, but these errors were encountered: