From 395f0993239822c706c6e8397561e90d6d927573 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Fri, 26 Sep 2025 15:32:41 -0700 Subject: [PATCH] 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 Signed-off-by: Brian Behlendorf Closes #17794 --- .github/PULL_REQUEST_TEMPLATE.md | 5 ----- contrib/pyzfs/libzfs_core/test/test_libzfs_core.py | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 79809179c..47edc8174 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,11 +2,6 @@ - - ### Motivation and Context diff --git a/contrib/pyzfs/libzfs_core/test/test_libzfs_core.py b/contrib/pyzfs/libzfs_core/test/test_libzfs_core.py index 971aa1d0d..bad1af2d1 100644 --- a/contrib/pyzfs/libzfs_core/test/test_libzfs_core.py +++ b/contrib/pyzfs/libzfs_core/test/test_libzfs_core.py @@ -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: