From bc21a1c2c38c085c8bbb27b5d86396ac0026e700 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 c94ae6de6..136d48350 100644 --- a/contrib/pyzfs/libzfs_core/test/test_libzfs_core.py +++ b/contrib/pyzfs/libzfs_core/test/test_libzfs_core.py @@ -4222,7 +4222,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: