You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we'd like to be able to trigger certain E2E workflows only when certain files are changed.
Example, if we have an E2E test for TFServing, we should only need to run that in presubmit/postsubmits if a subset of code actually changed.
One proposal is in prow_config.xml, for every workflow we could specify include/exclude expressions and we would only run a test if the files modified matched that expression.
I think this will become important as we add more tests.
The text was updated successfully, but these errors were encountered:
Bumping to P1 because test flakes are becoming a major headache. Being able to selectively run tests should help.
I think we can do something like add includes and excludes sections to each workflow in prow_config.yaml. These could be regexes or globs used to match paths.
I think we'd like to be able to trigger certain E2E workflows only when certain files are changed.
Example, if we have an E2E test for TFServing, we should only need to run that in presubmit/postsubmits if a subset of code actually changed.
One proposal is in prow_config.xml, for every workflow we could specify include/exclude expressions and we would only run a test if the files modified matched that expression.
I think this will become important as we add more tests.
The text was updated successfully, but these errors were encountered: