mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
config.py: Split qemu machines from real hardware and drop nightly prefix+rename
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
dd64ea1197
commit
2174bcfba5
45
config.py
45
config.py
|
@ -6,11 +6,11 @@ buildertorepos = {
|
||||||
"nightly": ["poky", "meta-intel", "oecore", "bitbake",
|
"nightly": ["poky", "meta-intel", "oecore", "bitbake",
|
||||||
"eclipse-poky-neon", "eclipse-poky-oxygen", "meta-qt4",
|
"eclipse-poky-neon", "eclipse-poky-oxygen", "meta-qt4",
|
||||||
"meta-qt3", "meta-mingw", "meta-gplv2"],
|
"meta-qt3", "meta-mingw", "meta-gplv2"],
|
||||||
"nightly-non-gpl3": ["poky", "meta-gplv2"],
|
"non-gpl3": ["poky", "meta-gplv2"],
|
||||||
"nightly-qa-extras": ["poky", "meta-mingw"],
|
"qa-extras": ["poky", "meta-mingw"],
|
||||||
"nightly-oecore": ["oecore", "bitbake"],
|
"qemuarm-oecore": ["oecore", "bitbake"],
|
||||||
"nightly-checkuri": ["poky", "meta-qt4", "meta-qt3"],
|
"checkuri": ["poky", "meta-qt4", "meta-qt3"],
|
||||||
"nightly-check-layer": ["poky", "meta-mingw", "meta-gplv2"],
|
"check-layer": ["poky", "meta-mingw", "meta-gplv2"],
|
||||||
"default": ["poky"]
|
"default": ["poky"]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -36,20 +36,25 @@ repos = {
|
||||||
}
|
}
|
||||||
|
|
||||||
trigger_builders_wait = [
|
trigger_builders_wait = [
|
||||||
"nightly-arm", "nightly-arm-lsb", "nightly-arm64",
|
"qemuarm", "qemuarm-lsb", "qemuarm64", "qemuarm-oecore",
|
||||||
"nightly-mips", "nightly-mips-lsb", "nightly-mips64",
|
"qemumips", "qemumips-lsb", "qemumips64",
|
||||||
"nightly-multilib", "nightly-x32",
|
"multilib",
|
||||||
"nightly-ppc", "nightly-ppc-lsb",
|
"qemuppc", "qemuppc-lsb",
|
||||||
"nightly-x86-64", "nightly-x86-64-lsb",
|
"qemux86", "qemux86-lsb",
|
||||||
"nightly-x86", "nightly-x86-lsb",
|
"qemux86-64", "qemux86-64-lsb",
|
||||||
"nightly-packagemanagers",
|
"qemux86-64-x32", "qemux86-world", "qemux86-world-lsb",
|
||||||
"nightly-rpm-non-rpm", "nightly-deb-non-deb",
|
"edgerouter", "edgerouter-lsb",
|
||||||
|
"mpc8315e-rdb", "mpc8315e-rdb-lsb",
|
||||||
|
"genericx86", "genericx86-lsb",
|
||||||
|
"genericx86-64", "genericx86-64-lsb",
|
||||||
|
"beaglebone", "beaglebone-lsb",
|
||||||
|
"pkgman-non-rpm",
|
||||||
|
"pkgman-rpm-non-rpm", "pkgman-deb-non-deb",
|
||||||
"build-appliance", "buildtools", "eclipse-plugin-neon",
|
"build-appliance", "buildtools", "eclipse-plugin-neon",
|
||||||
"eclipse-plugin-oxygen", "nightly-non-gpl3", "nightly-oecore",
|
"eclipse-plugin-oxygen", "non-gpl3", "wic",
|
||||||
"nightly-world", "nightly-wic", "nightly-world-lsb",
|
"poky-tiny", "musl-qemux86", "musl-qemux86-64", "no-x11",
|
||||||
"poky-tiny", "nightly-musl", "nightly-musl-x86-64", "nightly-no-x11",
|
"qa-extras", "qa-extras2", "oe-selftest",
|
||||||
"nightly-qa-extras", "nightly-qa-extras2", "nightly-oe-selftest",
|
"check-layer"
|
||||||
"nightly-check-layer"
|
|
||||||
]
|
]
|
||||||
|
|
||||||
triggered_builders = trigger_builders_wait
|
triggered_builders = trigger_builders_wait
|
||||||
|
@ -74,7 +79,7 @@ notify_on_missing = None
|
||||||
|
|
||||||
# Some builders should only run on specific workers (host OS dependent)
|
# Some builders should only run on specific workers (host OS dependent)
|
||||||
builder_to_workers = {
|
builder_to_workers = {
|
||||||
"nightly-rpm-non-rpm": [],
|
"pkgman-rpm-non-rpm": [],
|
||||||
"nightly-deb-non-deb": [],
|
"pkgman-deb-non-deb": [],
|
||||||
"default": workers
|
"default": workers
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user