tests: switch from Fedora to CentOS Stream tests repository
And fix rpminspect waivers.
This commit is contained in:
parent
a6268ec7bd
commit
7186c9c3db
@ -5,14 +5,14 @@
|
|||||||
/common:
|
/common:
|
||||||
plan:
|
plan:
|
||||||
import:
|
import:
|
||||||
url: https://src.fedoraproject.org/tests/binutils.git
|
url: https://gitlab.com/redhat/centos-stream/tests/binutils.git
|
||||||
ref: main
|
ref: main
|
||||||
name: /plans/build-gating/common
|
name: /plans/build-gating/common
|
||||||
|
|
||||||
/kernel-rebuild:
|
/kernel-rebuild:
|
||||||
plan:
|
plan:
|
||||||
import:
|
import:
|
||||||
url: https://src.fedoraproject.org/tests/binutils.git
|
url: https://gitlab.com/redhat/centos-stream/tests/binutils.git
|
||||||
ref: main
|
ref: main
|
||||||
name: /plans/build-gating/kernel-rebuild
|
name: /plans/build-gating/kernel-rebuild
|
||||||
|
|
||||||
|
@ -1,13 +1,27 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
|
abidiff:
|
||||||
|
ignore:
|
||||||
|
- '/opt/rh/gcc-toolset-14/root/usr/lib*/gprofng/libgp-collector.so*'
|
||||||
|
- '/opt/rh/gcc-toolset-14/root/usr/lib*/libbfd-*.so'
|
||||||
|
- '/opt/rh/gcc-toolset-14/root/usr/lib*/libctf.so*'
|
||||||
|
- '/opt/rh/gcc-toolset-14/root/usr/lib*/libctf-nobfd.so*'
|
||||||
|
- '/opt/rh/gcc-toolset-14/root/usr/lib*/libgprofng.so*'
|
||||||
|
- '/opt/rh/gcc-toolset-14/root/usr/lib*/libopcodes-*.so'
|
||||||
|
|
||||||
debuginfo:
|
debuginfo:
|
||||||
ignore:
|
ignore:
|
||||||
- /usr/lib/debug/opt/rh/gcc-toolset-13/root/usr/lib64/*.debug
|
- '/usr/lib/debug/opt/rh/gcc-toolset-14/root/usr/lib64/*.debug'
|
||||||
- /usr/lib/debug/opt/rh/gcc-toolset-13/root/usr/lib64/bfd-plugins/*.debug
|
- '/usr/lib/debug/opt/rh/gcc-toolset-14/root/usr/lib64/bfd-plugins/*.debug'
|
||||||
- /usr/lib/debug/opt/rh/gcc-toolset-13/root/usr/lib64/gprofng/*.debug
|
- '/usr/lib/debug/opt/rh/gcc-toolset-14/root/usr/lib64/gprofng/*.debug'
|
||||||
- /usr/lib/debug/opt/rh/gcc-toolset-13/root/usr/bin/*.debug
|
- '/usr/lib/debug/opt/rh/gcc-toolset-14/root/usr/bin/*.debug'
|
||||||
- /usr/lib/debug/opt/rh/gcc-toolset-13/root/usr/lib/*.debug
|
- '/usr/lib/debug/opt/rh/gcc-toolset-14/root/usr/lib/*.debug'
|
||||||
- /usr/lib/debug/opt/rh/gcc-toolset-13/root/usr/lib/bfd-plugins/*.debug
|
- '/usr/lib/debug/opt/rh/gcc-toolset-14/root/usr/lib/bfd-plugins/*.debug'
|
||||||
|
|
||||||
|
runpath:
|
||||||
|
allowed_paths:
|
||||||
|
- /opt/rh/gcc-toolset-14/root/usr/lib
|
||||||
|
- /opt/rh/gcc-toolset-14/root/usr/lib64
|
||||||
|
|
||||||
specname:
|
specname:
|
||||||
primary: filename
|
primary: filename
|
||||||
|
Loading…
Reference in New Issue
Block a user