Draft
Conversation
- Add rhel-8, rhel-9, rhel-10 targets with x86_64 and aarch64 - Add rhel-10 s390x and ppc64le - Add centos-stream-10 with multi-arch - Add fedora-all-x86_64 and fedora-all-aarch64 - Align config with insights-client and rhc patterns
Reviewer's GuideUpdates Packit configuration to build pre-release artifacts across expanded RHEL, CentOS Stream, and Fedora multi-arch targets for both PR and commit-triggered COPR builds, aligning with other RH projects’ patterns. Flow diagram for PR vs commit triggered COPR buildsflowchart TD
start[Developer_action] --> decision_trigger{Trigger_type}
decision_trigger -->|pull_request_opened_or_updated| pr_job[copr_build_job_pull_request]
decision_trigger -->|commit_to_default_branch| commit_job[copr_build_job_commit_latest]
subgraph Build_targets
r8x[Target rhel_8_x86_64]
r8a[Target rhel_8_aarch64]
r9x[Target rhel_9_x86_64]
r9a[Target rhel_9_aarch64]
r10x[Target rhel_10_x86_64]
r10a[Target rhel_10_aarch64]
r10s[Target rhel_10_s390x]
r10p[Target rhel_10_ppc64le]
cs10x[Target centos_stream_10_x86_64]
cs10a[Target centos_stream_10_aarch64]
cs10s[Target centos_stream_10_s390x]
cs10p[Target centos_stream_10_ppc64le]
fax[Target fedora_all_x86_64]
faa[Target fedora_all_aarch64]
end
pr_job --> r8x
pr_job --> r8a
pr_job --> r9x
pr_job --> r9a
pr_job --> r10x
pr_job --> r10a
pr_job --> r10s
pr_job --> r10p
pr_job --> cs10x
pr_job --> cs10a
pr_job --> cs10s
pr_job --> cs10p
pr_job --> fax
pr_job --> faa
commit_job --> r8x
commit_job --> r8a
commit_job --> r9x
commit_job --> r9a
commit_job --> r10x
commit_job --> r10a
commit_job --> r10s
commit_job --> r10p
commit_job --> cs10x
commit_job --> cs10a
commit_job --> cs10s
commit_job --> cs10p
commit_job --> fax
commit_job --> faa
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
feat(packit): add RHEL build targets for pre-release