Compare commits

...

3 Commits

Author SHA1 Message Date
Thierry Carrez
eafc615725 Move queue declaration to project level
This moves the watcher queue declaration from the pipeline level
(where it is no longer valid) to the project level.

https: //lists.openstack.org/pipermail/openstack-discuss/2022-May/028603.html
Change-Id: I06923abb00f7eecd59587f44cd1f6a069e88a9fc
(cherry picked from commit 6003322711)
2023-08-19 07:29:50 +00:00
OpenStack Release Bot
4b4d212542 Update TOX_CONSTRAINTS_FILE for stable/yoga
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/yoga branch, tests will
continue to use the upper-constraints list on master.

Change-Id: I96a9c51dc6d88e4c6522d56a9bf9b8a143415bbd
2022-03-10 12:14:02 +00:00
OpenStack Release Bot
ba14d9f6c1 Update .gitreview for stable/yoga
Change-Id: Ia82498e874da35eaaf29e6c59a7c05a86a0ee0d5
2022-03-10 12:14:01 +00:00
3 changed files with 3 additions and 2 deletions

View File

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

View File

@@ -1,4 +1,5 @@
- project:
queue: watcher
templates:
- check-requirements
- openstack-cover-jobs
@@ -14,7 +15,6 @@
- watcherclient-tempest-functional
- watcher-tempest-functional-ipv6-only
gate:
queue: watcher
jobs:
- watcher-tempest-functional
- watcher-tempest-functional-ipv6-only

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/yoga} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
deps =