Now that we have moved all Jenkins-specific files, including
the corresponding README, to their own directory, we need to
have a short explanation of what the repository is about and
how to navigate it.
Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
README.markdown | 14 ++++++++++++++
1 file changed, 14 insertions(+)
create mode 100644 README.markdown
diff --git a/README.markdown b/README.markdown
new file mode 100644
index 0000000..843f459
--- /dev/null
+++ b/README.markdown
@@ -0,0 +1,14 @@
+libvirt CI
+==========
+
+This repository contains all information necessary to keep the Jenkins-based
+[libvirt
CI](https://ci.centos.org/view/libvirt/) environment, hosted on the
+CentOS CI infrastructure, running.
+
+Configuration for the Jenkins jobs themselves can be found in the `jenkins/`
+directory, while tools for creating and managing the virtual machines such
+jobs ultimately run on are in the `guests/` directory.
+
+If you're a developer looking to reproduce and debug a failure reported by
+the libvirt CI locally, then the `guests/` directory is what you're looking
+for.
--
2.20.1