Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- job: copr_build
trigger: pull_request
targets:
# Primary targets are c9s, c10s and fedora:41 right now, which build
# for all architectures
# Primary targets are c9s, c10s and supported fedora right now,
# which build for all architectures
Comment on lines +35 to +36
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

The phrase "which build for all architectures" could be slightly misleading, as other targets in this job (like fedora-rawhide) build for additional architectures (e.g., ppc64le). For better clarity and to avoid confusion, you could refine the comment to reflect that these builds cover the primary set of architectures.

      # Primary targets are c9s, c10s and supported fedora right now,
      # which build for the primary architectures

- centos-stream-9-x86_64
- centos-stream-9-aarch64
- centos-stream-9-s390x
Expand All @@ -43,6 +43,9 @@ jobs:
- fedora-42-x86_64
- fedora-42-aarch64
- fedora-42-s390x
- fedora-43-x86_64
- fedora-43-aarch64
- fedora-43-s390x
# Sanity check on secondary targets, fewer architectures just
# because the chance that we break e.g. ppc64le *just* on
# rawhide is basically nil.
Expand All @@ -69,6 +72,8 @@ jobs:
- centos-stream-10-aarch64
- fedora-42-x86_64
- fedora-42-aarch64
- fedora-43-x86_64
- fedora-43-aarch64
- fedora-rawhide-x86_64
- fedora-rawhide-aarch64
tmt_plan: /tmt/plans/integration
Expand Down