master.cfg: Add monitoring of poky-contrib as well as poky

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2018-09-05 11:49:13 +01:00
parent 85cd275481
commit 4cf104f35c

View File

@ -62,9 +62,10 @@ c['protocols'] = {'pb': {'port': 9989}}
c['db'] = {'db_url' : "sqlite:///state.sqlite",}
# Allows UI to resolve poky git hashes
c['change_source'] = changes.GitPoller(repourl='http://git.yoctoproject.org/git/poky', branches=True)
#c['change_source'] = changes.GitPoller(repourl='git@git.yoctoproject.org:poky', branches=True)
c['change_source'] = [
changes.GitPoller(repourl='https://git.yoctoproject.org/git/poky', branches=True),
changes.GitPoller(repourl='https://git.yoctoproject.org/git/poky-contrib', branches=True)
]
# Items which are common to Yocto Project autobuilder deployments using the
# yocto-autobuilder-helper scripts