mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
config.py: Add nightly-check-layer
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
b8e5905a07
commit
3c829a15f1
|
@ -10,6 +10,7 @@ buildertorepos = {
|
|||
"nightly-qa-extras": ["poky", "meta-mingw"],
|
||||
"nightly-oecore": ["oecore", "bitbake"],
|
||||
"nightly-checkuri": ["poky", "meta-qt4", "meta-qt3"],
|
||||
"nightly-check-layer": ["poky", "meta-mingw", "meta-gplv2"],
|
||||
"default": ["poky"]
|
||||
}
|
||||
|
||||
|
@ -47,7 +48,7 @@ trigger_builders_wait = [
|
|||
"eclipse-plugin-oxygen", "nightly-non-gpl3", "nightly-oecore",
|
||||
"nightly-world", "nightly-wic", "nightly-world-lsb",
|
||||
"poky-tiny", "nightly-musl", "nightly-musl-x86-64", "nightly-no-x11",
|
||||
"nightly-qa-extras", "nightly-oe-selftest"
|
||||
"nightly-qa-extras", "nightly-oe-selftest", "nightly-check-layer"
|
||||
]
|
||||
|
||||
triggered_builders = trigger_builders_wait
|
||||
|
|
Loading…
Reference in New Issue
Block a user