mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 12:49:03 +02:00
config.py: Ensure reproducible workers are filtered to correct hosts
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
b2d9ee38a0
commit
6587ff7613
|
@ -156,6 +156,11 @@ builder_to_workers = {
|
|||
"oe-selftest-fedora": workers_fedora,
|
||||
"oe-selftest-opensuse": workers_opensuse,
|
||||
"oe-selftest-centos": workers_centos,
|
||||
"reproducible-ubuntu": workers_ubuntu,
|
||||
"reproducible-debian": workers_debian,
|
||||
"reproducible-fedora": workers_fedora,
|
||||
"reproducible-opensuse": workers_opensuse,
|
||||
"reproducible-centos": workers_centos,
|
||||
"meta-mingw": workers_wine,
|
||||
"buildperf-ubuntu1604": ["perf-ubuntu1604"],
|
||||
"buildperf-centos7": ["perf-centos7"],
|
||||
|
|
Loading…
Reference in New Issue
Block a user