From c5fb3a8ec862c8a8e6dabdf3727fb6947ce08d86 Mon Sep 17 00:00:00 2001 From: George Melikov Date: Sun, 17 May 2020 21:56:52 +0300 Subject: [PATCH] Buildbot Options syntax fix + link --- .../{Buildbot-Options.rst => Buildbot Options.rst} | 5 ++++- docs/Developer Resources/index.rst | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) rename docs/Developer Resources/{Buildbot-Options.rst => Buildbot Options.rst} (98%) diff --git a/docs/Developer Resources/Buildbot-Options.rst b/docs/Developer Resources/Buildbot Options.rst similarity index 98% rename from docs/Developer Resources/Buildbot-Options.rst rename to docs/Developer Resources/Buildbot Options.rst index 9fba242..9727bd5 100644 --- a/docs/Developer Resources/Buildbot-Options.rst +++ b/docs/Developer Resources/Buildbot Options.rst @@ -1,3 +1,6 @@ +Buildbot Options +================ + There are a number of ways to control the ZFS Buildbot at a commit level. This page provides a summary of various options that the ZFS Buildbot supports and how it impacts testing. More detailed information @@ -182,7 +185,7 @@ Build ZFS Only Configuring Tests with the TEST File ------------------------------------ -At the top level of the ZFS source tree, there is the ```TEST`` +At the top level of the ZFS source tree, there is the `TEST file `__ which contains variables that control if and how a specific test should run. Below is a list of each variable and a brief description of what each diff --git a/docs/Developer Resources/index.rst b/docs/Developer Resources/index.rst index 4b591ff..f2a734d 100644 --- a/docs/Developer Resources/index.rst +++ b/docs/Developer Resources/index.rst @@ -10,7 +10,7 @@ Developer Resources Building ZFS Buildbot Status Buildbot Issue Tracking - Buildbot Options + Buildbot Options OpenZFS Tracking OpenZFS Patches OpenZFS Exceptions