summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorOri Livneh <ori@wikimedia.org>2013-05-02 19:13:53 -0700
committerJenkins <jenkins@review.openstack.org>2013-05-05 21:58:29 +0000
commit7191ee881dc729c5925177b6e3a5aae6a8db805b (patch)
treefcb5df912dedfda1fc6f592f29b07db2bafec5e8 /README.rst
parent031e23f72318c65346f88e3cad3989eed4f7368b (diff)
downloadzuul-7191ee881dc729c5925177b6e3a5aae6a8db805b.tar.gz
Drop Jenkins.getBestBuildURL() method
The ability to configure success and failure URL patterns (cf. 'success-pattern' and 'failure-pattern') obsoletes the need to guess-by-fetching an appropriate link for the build status, which can be extremely expensive. (Wikimedia's Zuul instance makes three HTTP requests per invocation -- 'testReport', which 302s to 'testReport/', which 404s, and then 'consoleFull', which often runs to hundreds of kilobytes.) Also corrects a small typo in README.rst. Change-Id: Ib222f544c98253152a5e787ec0cdf28fa2d80cf6 Reviewed-on: https://review.openstack.org/28128 Reviewed-by: James E. Blair <corvus@inaugust.com> Approved: Clark Boylan <clark.boylan@gmail.com> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Tested-by: Jenkins
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 183a9a211..b66305e8f 100644
--- a/README.rst
+++ b/README.rst
@@ -17,4 +17,4 @@ Use `git review` to submit patches (after creating a gerrit account that links t
# Do your commits
$ git review
- # Enter your username if promped
+ # Enter your username if prompted