ci: This PR is to trigger periodic CI testing - #2
Draft
systemroller wants to merge 55 commits into
Draft
Conversation
Author
|
[citest] |
Reviewer's GuideIntroduce a new Ansible aggregate callback plugin to capture package module arguments during CI runs and emit a consolidated list of installed packages. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Author
|
[citest] |
github-actions
Bot
force-pushed
the
weekly-ci
branch
from
July 19, 2025 11:20
3cf3e45 to
47c0893
Compare
Author
|
[citest] |
6 similar comments
Author
|
[citest] |
Author
|
[citest] |
Author
|
[citest] |
Author
|
[citest] |
Author
|
[citest] |
Author
|
[citest] |
github-actions
Bot
force-pushed
the
weekly-ci
branch
from
September 6, 2025 11:15
4f74b66 to
dbd35fb
Compare
Author
|
[citest] |
github-actions
Bot
force-pushed
the
weekly-ci
branch
from
September 13, 2025 11:16
dbd35fb to
c2e6525
Compare
Author
|
[citest] |
github-actions
Bot
force-pushed
the
weekly-ci
branch
from
September 20, 2025 11:16
c2e6525 to
141b85f
Compare
Author
|
[citest] |
github-actions
Bot
force-pushed
the
weekly-ci
branch
from
September 27, 2025 11:16
141b85f to
b209849
Compare
Author
|
[citest] |
github-actions
Bot
force-pushed
the
weekly-ci
branch
from
October 4, 2025 11:16
b209849 to
95f0087
Compare
Author
|
[citest] |
github-actions
Bot
force-pushed
the
weekly-ci
branch
from
October 11, 2025 11:16
95f0087 to
6c4c8ca
Compare
Author
|
[citest] |
github-actions
Bot
force-pushed
the
weekly-ci
branch
from
October 18, 2025 11:17
6c4c8ca to
25c2289
Compare
Author
|
[citest] |
2 similar comments
Author
|
[citest] |
Author
|
[citest] |
github-actions
Bot
force-pushed
the
weekly-ci
branch
from
November 8, 2025 11:17
ea77fef to
562bd86
Compare
Author
|
[citest] |
github-actions
Bot
force-pushed
the
weekly-ci
branch
from
November 15, 2025 11:17
562bd86 to
a3ab49e
Compare
Author
|
[citest] |
github-actions
Bot
force-pushed
the
weekly-ci
branch
from
July 25, 2026 12:04
c2ba258 to
d8f2527
Compare
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.
This PR is for the purpose of triggering periodic CI testing. We don't currently have a way to trigger CI without a PR, so this PR serves that purpose.
Summary by Sourcery
Enable periodic CI testing by introducing an Ansible aggregate callback plugin that extracts package names from package, dnf, and yum tasks for ostree image builds.
New Features:
Documentation: