File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
buildbot/osuosl/master/config Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 47
47
48
48
reload (StagedBuilder )
49
49
50
+ # Doxygen build takes a really long time. We want to collapse build requests
51
+ # more aggressively to better keep up with the changes.
52
+ def collapseRequestsDoxygen (master , builder , req1 , req2 ):
53
+ return req1 .get ('reason' , None ) == req2 .get ('reason' , None )
54
+
50
55
all = [
51
56
52
57
# Clang fast builders.
2723
2728
2724
2729
{'name' : "publish-doxygen-docs" ,
2725
2730
'tags' : ["doc" ],
2726
- 'workernames' : ["as-worker-4" ], #FIXME: Temporarily disabled failing doxygen build - as-builder-8.
2731
+ 'workernames' : ["as-worker-4" ],
2727
2732
'builddir' : "publish-doxygen-docs" ,
2733
+ 'collapseRequests' : collapseRequestsDoxygen ,
2728
2734
'factory' : DoxygenDocsBuilder .getLLVMDocsBuildFactory (
2729
2735
# Doxygen builds the final result for really
2730
2736
# long time without any output.
You can’t perform that action at this time.
0 commit comments