Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions .packit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
metadata:
targets:
- fedora-all
- fedora-rawhide-aarch64
- fedora-rawhide-i386
- fedora-rawhide-ppc64le
# fedora-rawhide-x86_64 is included in fedora-all
# fedora-rawhide-s390x has too long wait queue
- epel-7
- epel-8
- centos-stream-9
Expand Down
2 changes: 1 addition & 1 deletion fedora/libmodulemd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export LC_CTYPE=C.utf8

# Don't run tests on ARM for now. There are problems with
# performance on the builders and often these time out.
%ifnarch %{arm} aarch64
%ifnarch %{arm}
# The tests sometimes time out in CI, so give them a little extra time
%{__meson} test -C %{_vpath_builddir} %{?_smp_mesonflags} --print-errorlogs -t 5
%endif
Expand Down