config.py: Drop rpm-non-rpm and deb-non-deb targets everywhere

These haven't caught issues and really just duplicate other tests
which run on a random set of hosts anyway. Drop them everywhere and
use the CPU cycles for something more productive.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2023-06-08 13:11:38 +01:00
parent 187ece2814
commit e973085949

View File

@ -75,7 +75,6 @@ trigger_builders_wait_shared = [
"genericx86-64", "genericx86-64-alt",
"beaglebone", "beaglebone-alt",
"pkgman-non-rpm",
"pkgman-rpm-non-rpm", "pkgman-deb-non-deb",
"build-appliance", "buildtools",
"non-gpl3", "wic",
"poky-tiny", "musl-qemux86", "musl-qemux86-64", "no-x11",
@ -181,8 +180,6 @@ notify_on_missing = None
builder_to_workers = {
"bringup": workers_bringup + workers,
"bringup-fast": workers_bringup + workers,
"pkgman-rpm-non-rpm": workers_ubuntu + workers_debian,
"pkgman-deb-non-deb": workers_fedora + workers_centos + workers_opensuse,
"oe-selftest-ubuntu": workers_ubuntu,
"oe-selftest-debian": workers_debian,
"oe-selftest-fedora": workers_fedora,