summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2014-03-11 15:53:31 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2014-03-11 15:53:31 -0400
commitfaf855314ac74395180fa3354440e15192088a84 (patch)
treedff1c347348c8662d1a6272e066a7ac30735c94d /README.rst
parent7d06dac0c0fba493c62274557215ac339a1e9093 (diff)
downloadoslotest-faf855314ac74395180fa3354440e15192088a84.tar.gz
Fix up documentation files
Fix documentation files so sphinx does not complain about missing headers or invalid include directives. Change-Id: Ife520469f62ea048c552b7610b1da5c1bd703d75
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst30
1 files changed, 29 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 9c61274..43b08cf 100644
--- a/README.rst
+++ b/README.rst
@@ -34,9 +34,37 @@ in the openstack-infra/config git repository and add sections like:
branch-designator: ''
branch-override: default
-To the ``jobs`` list for your project. Refer to
+to the ``jobs`` list for your project. Refer to
https://review.openstack.org/#/c/76381 for an example.
+Then update ``modules/openstack_project/files/zuul/layout.yaml`` by
+adding the new check test to the global list of jobs (to make it
+non-voting to start), and then to your project and to oslo.test.
+
+::
+
+ - name: check-oslo.test-dsvm-oslo.messaging
+ voting: false
+
+::
+
+ - name: openstack/oslo.messaging
+ ...
+ check:
+ ...
+ - check-oslo.test-dsvm-oslo.messaging
+ ...
+
+::
+
+ - name: openstack/oslo.test
+ ...
+ check:
+ ...
+ - check-oslo.test-dsvm-oslo.messaging
+ ...
+
+
Locally
-------