diff options
author | James E. Blair <jeblair@redhat.com> | 2018-01-18 13:05:44 -0800 |
---|---|---|
committer | James E. Blair <jeblair@redhat.com> | 2018-01-18 13:05:44 -0800 |
commit | 00c67aa5f2996906afae6e0b8d0d86bcf0f00a24 (patch) | |
tree | 36c3cb626aa857a857bbe33b7a3fca7853088aff /README.rst | |
parent | 3f3b74426363b45afc1493aeab629a3a00d37f01 (diff) | |
download | zuul-00c67aa5f2996906afae6e0b8d0d86bcf0f00a24.tar.gz |
Remove feature/zuulv3 references from README
Change-Id: I8ad2fe1f5f7c948f32381af86cdc39e65020b880
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/README.rst b/README.rst index 8d0066530..85a7c78b3 100644 --- a/README.rst +++ b/README.rst @@ -8,7 +8,7 @@ preparation for the third major version of Zuul. We call this effort `Zuul v3`_ and it is described in more detail below. The latest documentation for Zuul v3 is published at: -https://docs.openstack.org/infra/zuul/feature/zuulv3/ +https://docs.openstack.org/infra/zuul/ If you are looking for the Edge routing service named Zuul that is related to Netflix, it can be found here: @@ -23,8 +23,7 @@ Contributing We are currently engaged in a significant development effort in preparation for the third major version of Zuul. We call this effort -`Zuul v3`_ and it is described in this file in the `feature/zuulv3` -branch of this repo. +`Zuul v3`_. To browse the latest code, see: https://git.openstack.org/cgit/openstack-infra/zuul/tree/ To clone the latest code, use `git clone git://git.openstack.org/openstack-infra/zuul` @@ -69,7 +68,7 @@ way to get started with this effort: Some of the information in the specs may be effectively superceded by changes here, which are still undergoing review. -4) Read developer documentation on the internal data model and testing: http://docs.openstack.org/infra/zuul/feature/zuulv3/developer.html +4) Read developer documentation on the internal data model and testing: http://docs.openstack.org/infra/zuul/developer.html The general philosophy for Zuul tests is to perform functional testing of either the individual component or the entire end-to-end @@ -78,7 +77,7 @@ way to get started with this effort: whether they add value to this system or are merely duplicative of functional tests. -5) Review open changes: https://review.openstack.org/#/q/status:open+branch:feature/zuulv3 +5) Review open changes: https://review.openstack.org/#/q/status:open We find that the most valuable code reviews are ones that spot problems with the proposed change, or raise questions about how |