Drop lower constraints testing

Projects like oslo are dropping lower constraints
testing. There is also discussion to drop it until
we find a proper setup. For details, please follow
the ML thread. TC will have updates soon.

http://lists.openstack.org/pipermail/openstack-discuss/2021-January/019679.html

story: 2008482
task: 41565

Addionally in train, cap bandit.
Similar to https://review.opendev.org/c/openstack/nova/+/766171

Drop container build from an old stable branch.

Change-Id: Ifd57405d72ed6c1406bc9cecca3a412507bb8a02
Signed-off-by: Spyros Trigazis <spyridon.trigazis@cern.ch>
(cherry picked from commit 1843ad1b00)
This commit is contained in:
Spyros Trigazis 2021-01-06 19:54:20 +01:00
parent f1dd750d79
commit 528ec941da
2 changed files with 1 additions and 3 deletions

View File

@ -309,7 +309,6 @@
- project:
templates:
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python-jobs
- openstack-python3-train-jobs
- check-requirements
@ -321,7 +320,6 @@
- magnum-functional-api-python2
- openstack-tox-cover:
voting: false
- magnum-container-build
gate:
queue: magnum
jobs:

View File

@ -5,7 +5,7 @@
# Despite above warning added by global sync process, please use
# ascii betical order.
bandit!=1.6.0,>=1.1.0 # Apache-2.0
bandit>=1.1.0,<=1.6.2 # Apache-2.0
bashate>=0.5.1 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
doc8>=0.6.0 # Apache-2.0