mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-01-17 10:36:21 +03:00
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:
parent
654a2ccc74
commit
ca9b89bd2d
5
.github/PULL_REQUEST_TEMPLATE.md
vendored
5
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -2,11 +2,6 @@
|
|||||||
|
|
||||||
<!--- Provide a general summary of your changes in the Title above -->
|
<!--- Provide a general summary of your changes in the Title above -->
|
||||||
|
|
||||||
<!---
|
|
||||||
Documentation on ZFS Buildbot options can be found at
|
|
||||||
https://openzfs.github.io/openzfs-docs/Developer%20Resources/Buildbot%20Options.html
|
|
||||||
-->
|
|
||||||
|
|
||||||
### Motivation and Context
|
### Motivation and Context
|
||||||
<!--- Why is this change required? What problem does it solve? -->
|
<!--- Why is this change required? What problem does it solve? -->
|
||||||
<!--- If it fixes an open issue, please link to the issue here. -->
|
<!--- If it fixes an open issue, please link to the issue here. -->
|
||||||
|
|||||||
@ -4223,7 +4223,7 @@ class _TempPool(object):
|
|||||||
self.getRoot().reset()
|
self.getRoot().reset()
|
||||||
return
|
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 5 times before raising an error
|
||||||
retry = 0
|
retry = 0
|
||||||
while True:
|
while True:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user