config.py: Add nightly-qa-extras2

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2018-09-05 13:59:03 +01:00
parent 92bcd50cce
commit e99165dd4e
2 changed files with 5 additions and 4 deletions

View File

@ -64,7 +64,7 @@ make frontend VENV_PY_VERSION=python3.6 VENV_NAME=testenv
# Create controller and worker
buildbot create-master ~/yocto-controller
buildbot-worker create-worker ~/yocto-worker localhost example-worker pass
buildbot-worker create-worker ~/yocto-worker localhost example-worker pass --umask=0o22
# Setup the controller
cd ~/yocto-controller
@ -80,7 +80,7 @@ export ABHELPER_JSON="config.json /home/pokybuild3/config-local.json"
(or set env in config.py for builders)
# Rebuild our plugin
cd ~/yoctoabb/yocto_console_view
cd ~/yocto-controller/yoctoabb/yocto_console_view
python3 setup.py build
# Setup the helper
@ -88,7 +88,7 @@ cd ~
git clone https://git.yoctoproject.org/git/yocto-autobuilder-helper
# Startup commands (janitor, controller, worker)
~/yocto-autobuilder-helper/janitor/ab-janitor
~/yocto-autobuilder-helper/janitor/ab-janitor &
buildbot start ~/yocto-controller
buildbot-worker start ~/yocto-worker

View File

@ -48,7 +48,8 @@ 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-check-layer"
"nightly-qa-extras", "nightly-qa-extras2", "nightly-oe-selftest",
"nightly-check-layer"
]
triggered_builders = trigger_builders_wait