-
Notifications
You must be signed in to change notification settings - Fork 22
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
Fix: EOL filtering to only exclude builds with no valid tracks. #272
base: main
Are you sure you want to change the base?
Conversation
f5af210
to
ae87140
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the changes. Nicely done. A few nitpicks regarding the formatting. I would also suggest use isort
to sort the imports ;)
|
||
class InvalidSchemaError(Exception): | ||
"""Raised when image.yaml schema is found.""" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
class Config: | ||
extra = pydantic.Extra.forbid | ||
model_config = pydantic.ConfigDict(extra="forbid") | ||
|
||
|
||
class ChannelsSchema(pydantic.BaseModel): | ||
"""Schema of the 'release' tracks within the image.yaml file.""" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* fix: correct bad mock-rock release config * fix: latest points to 1.2-22.04_beta --------- Co-authored-by: Zhijie Yang <[email protected]> Co-authored-by: zhijie-yang <zhijie-yang@localhost>
…factory into fix_eol_filtering
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will omit the blank line after the docstring in this PR as per the discussion offline. Looks good to me. Thanks.
Included in this PR:
2.8.2
globally.