config.py: Add nightly-check-layer

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2018-05-09 15:44:07 +01:00
parent b8e5905a07
commit 3c829a15f1

View File

@ -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