Skip to content
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

renovate: reduce awssdk update frequency #485

Merged
merged 1 commit into from
Dec 6, 2023

Conversation

XN137
Copy link
Contributor

@XN137 XN137 commented Dec 6, 2023

its just too much in terms of commits and waste of CI resources:

➜  query-engine-integration-tests git:(renovate-awssdk) ✗ git log --oneline | wc -l
458
➜  query-engine-integration-tests git:(renovate-awssdk) ✗ git log --oneline | grep "Update.*aws" | wc -l
240

also most (all?) of CI doesnt even use awssdk

@XN137 XN137 requested a review from snazy December 6, 2023 09:55
@XN137
Copy link
Contributor Author

XN137 commented Dec 6, 2023

@snazy if this works, we should apply it to all nessie repos, wdyt?

Copy link
Member

@snazy snazy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

I'm okay w/ doing this in all repos

{
matchManagers: ["maven", "gradle"],
matchPackageNames: ["software.amazon.awssdk:*"],
extends: ["schedule:weekly"],

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we permanently disable it and manually update it only with Iceberg version bump?
Iceberg may expect the matching version of aws sdk from the release (But latest version will work as long as the compatibility is not broken)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think the cross engine tests (which dont run on github) would tell us if such an upgrade broke compatibility... imo reducing by factor 7 should be good enough for now.

@XN137 XN137 merged commit c762953 into projectnessie:main Dec 6, 2023
4 checks passed
@XN137 XN137 deleted the renovate-awssdk branch December 6, 2023 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants