Skip to content

Commit

Permalink
BOLTBuilder: disable nfc-stat-check step
Browse files Browse the repository at this point in the history
This step is misbehaving and spams on every run:
https://lab.llvm.org/buildbot/#/builders/92/builds/12663

Disable it as stat-check currently has a very small SNR.
  • Loading branch information
aaupov committed Jan 14, 2025
1 parent 80d3869 commit eb2686e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zorg/buildbot/builders/BOLTBuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ def getBOLTCmakeBuildFactory(
warnOnFailure=True,
haltOnFailure=False,
flunkOnFailure=False,
doStepIf=FileExists('build/.llvm-bolt.diff'),
#doStepIf=FileExists('build/.llvm-bolt.diff'),
doStepIf=False,
env=env),
])

Expand Down

0 comments on commit eb2686e

Please sign in to comment.