Skip to content

Commit d6e2551

Browse files
committed
master: Update the branch filter now that we are passing the full ref
1 parent 7ea5c05 commit d6e2551

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

master/master.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,14 +152,14 @@ c['schedulers'] = []
152152

153153
c['schedulers'].append(schedulers.SingleBranchScheduler(
154154
name="all",
155-
change_filter=util.ChangeFilter(branch='master'),
155+
change_filter=util.ChangeFilter(branch='refs/heads/master'),
156156
treeStableTimer=None,
157157
builderNames=["Build GCCLin_x86", "Build MSVC_x86", "Build MSVC_x64"]))
158158
#builderNames=["Build GCCLin_x86", "Build MSVC_x86", "Build MSVC_x64", "Test KVM AHK"]))
159159

160160
c['schedulers'].append(schedulers.SingleBranchScheduler(
161161
name="rostests",
162-
change_filter=util.ChangeFilter(branch='master', category='rostests'),
162+
change_filter=util.ChangeFilter(branch='refs/heads/master', category='rostests'),
163163
treeStableTimer=None,
164164
builderNames=["Test WHS"]))
165165

0 commit comments

Comments
 (0)