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

Fix: EOL filtering to only exclude builds with no valid tracks. #272

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

clay-lake
Copy link
Contributor


Included in this PR:

  • Fix EOL filtering to only exclude builds with no valid tracks.
  • Refactor of src/image/prepare_single_image_build_matrix.py.
  • Upgrade pydantic to 2.9.2 globally.
  • Respective testing for EOL handeling.
  • Testing for image trigger file validator.

@clay-lake clay-lake marked this pull request as ready for review October 21, 2024 10:08
@clay-lake clay-lake requested a review from a team as a code owner October 21, 2024 10:08
from src.shared.github_output import GithubOutput
from src.image.utils.schema.triggers import ImageSchema

# TODO:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Good point. I think it does. We might need some sort of validator to check the source and transform it to a GH URL when appropriate only.

It's what you already do in the custom checkout action. So the question is whether we can transform this data in a single place, early in the pipeline, instead of duplicating the logic.

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