CI: Remove Buildbot references

The Buildbot CI infrastructure has been fully replaced by GitHub
Actions.  Remove any lingering references from the repository.

Reviewed-by: Alexander Motin <alexander.motin@TrueNAS.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #17794
This commit is contained in:
Brian Behlendorf
2025-09-26 15:32:41 -07:00
parent 654a2ccc74
commit ca9b89bd2d
2 changed files with 1 additions and 6 deletions
@@ -4223,7 +4223,7 @@ class _TempPool(object):
self.getRoot().reset()
return
# On the Buildbot builders this may fail with "pool is busy"
# On the CI builders this may fail with "pool is busy"
# Retry 5 times before raising an error
retry = 0
while True: