From 7f3a8f662d35fe81d5ba1fc59adb5a3e24b926f3 Mon Sep 17 00:00:00 2001 From: Lori Ruffing Date: Fri, 1 Oct 2021 14:42:41 -0700 Subject: [PATCH] Replace Jenkins with Zuul. Change-Id: If55688e9dd8e5feb20e3e6204e10f635055eb5a3 --- doc/source/contributor/unit_tests.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/contributor/unit_tests.rst b/doc/source/contributor/unit_tests.rst index c8cbd5064a..5da6bc1866 100644 --- a/doc/source/contributor/unit_tests.rst +++ b/doc/source/contributor/unit_tests.rst @@ -4,7 +4,7 @@ Unit Tests Manila contains a suite of unit tests, in the manila/tests directory. Any proposed code change will be automatically rejected by the OpenStack -Jenkins server if the change causes unit test failures. +Zuul server if the change causes unit test failures. Running the tests -----------------