From 2c4f42cecd2ec328d88a5642e64777f412dd8bb0 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 17 Oct 2019 12:22:35 -0700 Subject: [PATCH] Add a warning to the third party CI doc The third party ci doc is out of date and not currently working. It needs help. Point to our spec that provides guidance on how to apply that help as well as poitning to Zuul's documentation for setting up Zuul. Change-Id: I7365185f15f6f2cb2e3a9f6757897e793de98181 --- doc/source/third_party_ci.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/source/third_party_ci.rst b/doc/source/third_party_ci.rst index 0e7e1d1..8e09961 100644 --- a/doc/source/third_party_ci.rst +++ b/doc/source/third_party_ci.rst @@ -1,6 +1,18 @@ OpenStack Third-Party CI ======================== +.. warning:: + The documentation here has been maintained by Third Party CI operators. + Unfortunately over time it has grown old and is no longer up to date. + If you are running a Third Party CI system and would like to help produce + an up to date document, this + `spec `_ + aims to provide guidance on how to do that. + + As an alternative you may try to use Zuul's `documentation + `_ to spin up a working + CI system. + These instructions provide a **Third Party Testing** solution using the same tools and scripts used by the OpenStack Infrastructure 'Jenkins' CI system.