Retire gh_ci/yaml_snippets submodule; sparse-fetch from mirrors_service#1348
Merged
jonathanspw merged 1 commit intoAlmaLinux:masterfrom Apr 21, 2026
Merged
Conversation
Drop the gh_ci/yaml_snippets submodule in favor of a second checkout step that sparse-fetches src/backend/yaml_snippets from the mirrors_service branch and moves it into gh_ci/yaml_snippets. Schema paths and imports in gh_ci/config_checker.py keep working unchanged. Side benefits: - master CI now validates mirror configs against the exact parser the service runs at runtime, so schema drift between branches is no longer possible. - actions/checkout and actions/setup-python bumped from v2 (EOL) to v4 while the workflow was being edited. Depends on the corresponding change on the mirrors_service branch which moves yaml_snippets from a submodule to regular files at the same path.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Drop the gh_ci/yaml_snippets submodule in favor of a second checkout step that sparse-fetches src/backend/yaml_snippets from the mirrors_service branch and moves it into gh_ci/yaml_snippets. Schema paths and imports in gh_ci/config_checker.py keep working unchanged.
Side benefits:
Depends on the corresponding change on the mirrors_service branch which moves yaml_snippets from a submodule to regular files at the same path.