Skip to content

Commit 9eeed9d

Browse files
committed
Schedule coverity less frequently
Only run the coverity build on Tuesday, Thursday, and Saturday (to comply with rate limiting).
1 parent 6241ad1 commit 9eeed9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

buildbot/master.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ c['schedulers'].append(Scheduler(name="master-doc", branch='master',
9898

9999
# Coverity scan
100100
c['schedulers'].append(Nightly(name="master-coverity", branch='master',
101-
hour=3, builderNames=['master-coverity']))
101+
dayOfWeek=[1, 3, 5], hour=3,
102+
builderNames=['master-coverity']))
102103

103104
####### BUILDERS
104105

0 commit comments

Comments
 (0)