mirror of
https://github.com/reactos/buildbot_config.git
synced 2025-02-17 02:10:03 +00:00
master: Update the branch filter now that we are passing the full ref
This commit is contained in:
parent
7ea5c055e3
commit
d6e2551017
@ -152,14 +152,14 @@ c['schedulers'] = []
|
||||
|
||||
c['schedulers'].append(schedulers.SingleBranchScheduler(
|
||||
name="all",
|
||||
change_filter=util.ChangeFilter(branch='master'),
|
||||
change_filter=util.ChangeFilter(branch='refs/heads/master'),
|
||||
treeStableTimer=None,
|
||||
builderNames=["Build GCCLin_x86", "Build MSVC_x86", "Build MSVC_x64"]))
|
||||
#builderNames=["Build GCCLin_x86", "Build MSVC_x86", "Build MSVC_x64", "Test KVM AHK"]))
|
||||
|
||||
c['schedulers'].append(schedulers.SingleBranchScheduler(
|
||||
name="rostests",
|
||||
change_filter=util.ChangeFilter(branch='master', category='rostests'),
|
||||
change_filter=util.ChangeFilter(branch='refs/heads/master', category='rostests'),
|
||||
treeStableTimer=None,
|
||||
builderNames=["Test WHS"]))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user