Compare commits

..

2 Commits

Author SHA1 Message Date
OpenStack Release Bot
003b19317b Update TOX_CONSTRAINTS_FILE for stable/zed
Update the URL to the upper-constraints file to point to the redirect
rule on releases.openstack.org so that anyone working on this branch
will switch to the correct upper-constraints list automatically when
the requirements repository branches.

Until the requirements repository has as stable/zed branch, tests will
continue to use the upper-constraints list on master.

Change-Id: Ie7f17b44f0dd48a4d20f6d28c8dfa1e12f839d58
2022-09-26 12:24:32 +00:00
OpenStack Release Bot
818ce593fd Update .gitreview for stable/zed
Change-Id: I43dc66569eead390b4cdaa83c8832a93b5e5670b
2022-09-26 12:24:16 +00:00
2 changed files with 2 additions and 1 deletions

View File

@@ -2,3 +2,4 @@
host=review.opendev.org
port=29418
project=openstack/watcher.git
defaultbranch=stable/zed

View File

@@ -9,7 +9,7 @@ basepython = python3
usedevelop = True
allowlist_externals = find
rm
install_command = pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
install_command = pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/zed} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
deps =