Skip to content

Instantly share code, notes, and snippets.

@esc
Last active July 26, 2019 11:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save esc/cb950e873ea64e80c1236e09267e80a2 to your computer and use it in GitHub Desktop.
Save esc/cb950e873ea64e80c1236e09267e80a2 to your computer and use it in GitHub Desktop.
c['change_source'].append(changes.GitPoller(
'git://github.com/esc/numba.git',
workdir='gitpoller-workdir-esc',
branches=True,
pollInterval=300,
pollAtLaunch=True,
))
c['schedulers'] = []
c['schedulers'].append(schedulers.SingleBranchScheduler(
name="all",
change_filter=util.ChangeFilter(branch="numba:test-new-ci-002"),
treeStableTimer=None,
builderNames=["runtests"]))
c['schedulers'].append(schedulers.ForceScheduler(
name="force",
builderNames=["runtests"]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment