]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commitdiff
Update UPPER_CONSTRAINTS_FILE for stable/rocky
authorOpenStack Release Bot <infra-root@openstack.org>
Mon, 20 Aug 2018 18:32:44 +0000 (18:32 +0000)
committerTobias Urdin <tobias.urdin@binero.se>
Tue, 21 Aug 2018 20:55:29 +0000 (20:55 +0000)
The new stable upper-constraints file is only available
after the openstack/requirements repository is branched.
This will happen around the RC1 timeframe.

Recheck and merge this change once the requirements
repository has been branched.

The CI system will work with this patch before the requirements
repository is branched because zuul configues the job to run
with a local copy of the file and defaults to the master branch.
However, accepting the patch will break the test configuration
on developers' local systems, so please wait until after the
requirements repository is branched to merge the patch.

Change-Id: I8f89aea1c446f33010841a685c2eeb74611e1e8f

tox.ini

diff --git a/tox.ini b/tox.ini
index cb4ba51bb62ae71eb3d18301d4df59646836d20c..bbe82c0117a62cc24dfd2001502d5f45c32021a5 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@ skipsdist = True
 envlist = releasenotes
 
 [testenv]
-install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
+install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/rocky} {opts} {packages}
 
 [testenv:releasenotes]
 basepython = python3