Commit Graph

2 Commits

Author SHA1 Message Date
gpotter2 cd2fed9255 Set manual_trigger in packit
This PR:
- enables manual_trigger in packit

I do think that it's overkill for every PR to be checked against all of Fedora's plateforms. Packit should probably, at least for now, only be triggered manually when the PRs are related to components that might break on unorthodox plateforms.
2024-04-20 19:55:45 +02:00
Evgeny Vereshchagin 86c7a05a14
CI: run scapy on aarch64, i386, ppc64le, s390x and x86_64 on PRs (#4355)
The script takes the Fedora package, edits the spec file to make it
compatible with the upstream test suite and then it's all run on all
those architectures on the latest stable Fedora release and Fedora
Rawhide. (Rawhide is kind of a testing relase but it's useful in terms of
catching things like https://github.com/secdev/scapy/issues/4280
reproducible with relatively new packages only).

It was originally prompted by
https://github.com/secdev/scapy/issues/3847 (where the Debian
autopkgtest was run on big-endian and 32-bit machines) and should
hopefully make it easier to catch various issues before they land.

It has been tested since the beginning of 2023 so it should be stable at
this point.
2024-04-20 19:32:55 +02:00