-
Notifications
You must be signed in to change notification settings - Fork 14.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add better diagnostics on auto dependencies upgrade (#27215)
Whenever upgrade-to-newer-dependencies is set, our CI will attempt to upgrade all dependencies to latest versions released. However so far it was not clear which dependencies were upgraded so if CI failed because of some dependency release, you had to guess and manually check which dependencies got upgraded. This PR adds a step that will show the diff between the constraints in the target branch (`constraints-main` or `constraints-X-Y` in case upgrade-to-newer-dependencies is enabled.
- Loading branch information
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters