Skip to content

Commit a449853

Browse files
authored
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
1 parent 79be201 commit a449853

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22

33
<!--- Provide a general summary of your changes in the Title above -->
44

5-
<!---
6-
Documentation on ZFS Buildbot options can be found at
7-
https://openzfs.github.io/openzfs-docs/Developer%20Resources/Buildbot%20Options.html
8-
-->
9-
105
### Motivation and Context
116
<!--- Why is this change required? What problem does it solve? -->
127
<!--- If it fixes an open issue, please link to the issue here. -->

contrib/pyzfs/libzfs_core/test/test_libzfs_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4223,7 +4223,7 @@ def reset(self):
42234223
self.getRoot().reset()
42244224
return
42254225

4226-
# On the Buildbot builders this may fail with "pool is busy"
4226+
# On the CI builders this may fail with "pool is busy"
42274227
# Retry 5 times before raising an error
42284228
retry = 0
42294229
while True:

0 commit comments

Comments
 (0)