mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
config.py: Don't test toaster on fedora39/fedora40 as it doesn't work
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
3b6febc312
commit
694d2a9bae
|
@ -181,6 +181,7 @@ workers_arm = ["ubuntu1804-arm-1", "ubuntu2004-arm-1", "ubuntu2204-arm-1"]
|
||||||
workers_buildperf = ["perf-debian11", "perf-alma8"]
|
workers_buildperf = ["perf-debian11", "perf-alma8"]
|
||||||
# workers which don't need buildtools for AUH and are able to send email to mailing lists
|
# workers which don't need buildtools for AUH and are able to send email to mailing lists
|
||||||
workers_auh = ["alma8-ty-1"]
|
workers_auh = ["alma8-ty-1"]
|
||||||
|
# toaster doesn't work on fedora 39/40
|
||||||
workers_toaster = ['fedora38-ty-2', 'fedora38-ty-3', 'fedora38-ty-4', 'fedora38-ty-6', 'ubuntu2304-ty-1', 'opensuse154-ty-1', 'opensuse154-ty-2', 'opensuse154-ty-3']
|
workers_toaster = ['fedora38-ty-2', 'fedora38-ty-3', 'fedora38-ty-4', 'fedora38-ty-6', 'ubuntu2304-ty-1', 'opensuse154-ty-1', 'opensuse154-ty-2', 'opensuse154-ty-3']
|
||||||
|
|
||||||
all_workers = workers + workers_bringup + workers_buildperf + workers_arm
|
all_workers = workers + workers_bringup + workers_buildperf + workers_arm
|
||||||
|
|
Loading…
Reference in New Issue
Block a user