master: Add pollInterval to GitPoller make it clear how to change it

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2020-11-06 16:49:39 +00:00
parent 7423ce86b8
commit 2412c64620

View File

@ -63,10 +63,10 @@ c['db'] = {'db_url' : "sqlite:///state.sqlite",}
# Allows UI to resolve poky git hashes
c['change_source'] = [
changes.GitPoller(repourl='https://git.openembedded.org/bitbake', branches=True, project="bitbake"),
changes.GitPoller(repourl='https://git.yoctoproject.org/git/poky', branches=True),
changes.GitPoller(repourl='https://git.yoctoproject.org/git/poky-contrib', branches=True),
changes.GitPoller(repourl='https://git.yoctoproject.org/git/yocto-docs', branches=True, project="yocto-docs")
changes.GitPoller(repourl='https://git.openembedded.org/bitbake', branches=True, project="bitbake", pollInterval=10*60),
changes.GitPoller(repourl='https://git.yoctoproject.org/git/poky', branches=True, pollInterval=10*60),
changes.GitPoller(repourl='https://git.yoctoproject.org/git/poky-contrib', branches=True, pollInterval=10*60),
changes.GitPoller(repourl='https://git.yoctoproject.org/git/yocto-docs', branches=True, project="yocto-docs", pollInterval=10*60)
]
# Items which are common to Yocto Project autobuilder deployments using the