adding missing import to qadevel buildmaster config
This commit is contained in:
parent
633423c5ad
commit
962cbdc3dd
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ c['schedulers'].append(ForceScheduler(
|
||||||
from buildbot.process.factory import BuildFactory
|
from buildbot.process.factory import BuildFactory
|
||||||
from buildbot.steps.source.git import Git
|
from buildbot.steps.source.git import Git
|
||||||
from buildbot.steps.shell import ShellCommand
|
from buildbot.steps.shell import ShellCommand
|
||||||
|
from buildbot.process.properties import Interpolate
|
||||||
|
|
||||||
|
|
||||||
def create_test_factory(repo_name, func=True):
|
def create_test_factory(repo_name, func=True):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue