-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Automatically test projects that depend on the project being changed #11815
Comments
Hey team! Please add your planning poker estimate with ZenHub @tuliren @edgao @subodh1810 |
Candidate solution:
|
@alexandr-shegeda @DoNotPanicUA @mkhokh-33 this is related to the discussion we had earlier this week. |
I think the first iteration of this solution shouldn't trigger tests for downstream dependencies, but should make a comment on the PR listing the downstream dependencies. E.g.:
|
@grishick @tuliren, I opened PR and added Dummy commit to destination-gcs to show the report example. |
Tell us about the problem you're trying to solve
Describe the solution you’d like
/test
on a PR, CI should automatically trigger tests for all projects that depend on the project being updated. For Java connectors /test task could analyze Gradle dependencies to figure this out. For Python this could potentially trigger a storm of tests if CDK is changed.Describe the alternative you’ve considered or used
Additional context
┆Issue is synchronized with this Monday item by Unito
The text was updated successfully, but these errors were encountered: