Skip to content

Bug 2056550 - Run expiry checks for 2 versions ahead - #1056

Open
badboy wants to merge 1 commit into
mainfrom
bug-2056550-run-expiry-checks-/lpnyxyrrumzw
Open

Bug 2056550 - Run expiry checks for 2 versions ahead#1056
badboy wants to merge 1 commit into
mainfrom
bug-2056550-run-expiry-checks-/lpnyxyrrumzw

Conversation

@badboy

@badboy badboy commented Jul 23, 2026

Copy link
Copy Markdown
Member

No description provided.

@badboy
badboy force-pushed the bug-2056550-run-expiry-checks-/lpnyxyrrumzw branch from 204c4d7 to f126bd6 Compare July 27, 2026 14:32
@badboy
badboy requested a review from chutten July 28, 2026 12:34

@chutten chutten left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

r+wc

@@ -113,7 +113,7 @@ def get_expiring_metrics(
"""

# We start warning one version ahead.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Please also update this comment

"""

next_version = str(int(latest_nightly_version) + 1)
next_version = str(int(latest_nightly_version) + 2)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Please rename to... I dunno, check_version? warn_version?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Ah, it's called target_version below.

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.

2 participants