-
Notifications
You must be signed in to change notification settings - Fork 77
Running all 3rd party integration tests when a submodule is changed #908
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
Running all 3rd party integration tests when a submodule is changed #908
Conversation
Integration tests should not be skipped when a submodule is upgraded. Enforcing that any changes to submodule/* folder will trigger the integration tests.
|
LGTM 👍 WDYT about also re-running the 3p tests if |
I thought about this, but didn't come up with a critical scenario where this would be an issue. I think if third_party_apps_test.go gets modified it doesn't necessarily needs all tests to be run? That being said, i don't usually touch third party apps. |
|
test failures are unrelated, and the still-running windows tests passed on a previous snapshot. merging. |
Description
Integration tests should not be skipped when a submodule is upgraded. Enforcing that any changes to submodule/* folder will trigger the integration tests.
Related issue
How has this been tested?
I added a submodule change and verified that the tests were scheduled. Then i reverted the change.
Checklist: