Merge "Update gerrit version for testing"

This commit is contained in:
Jenkins 2016-07-12 00:10:42 +00:00 committed by Gerrit Code Review
commit 69e240352a
1 changed files with 2 additions and 2 deletions

View File

@ -34,10 +34,10 @@ from testtools import content
from git_review.tests import utils
WAR_URL = 'https://gerrit-releases.storage.googleapis.com/gerrit-2.9.2.war'
WAR_URL = 'https://gerrit-releases.storage.googleapis.com/gerrit-2.11.4.war'
# Update GOLDEN_SITE_VER for every change altering golden site, including
# WAR_URL changes. Set new value to something unique (just +1 it for example)
GOLDEN_SITE_VER = '2'
GOLDEN_SITE_VER = '3'
class GerritHelpers(object):