Remove tripleo-multinode-container-minimal from zuul layout

The tripleo-multinode-container-minimal is being deprecated [1]
as part of wider tripleo CI optimization at [2].

Also updates .gitreview for victoria so I can post to that branch,
fixes test-requirements for issue seen at [3] and fixes pep8 issue
W504 line break after binary operator

[1] Ie6473759383bd4b903cbe56fba9fee75a24154c4
[2] https://review.opendev.org/q/topic:tripleo-ci-reduce
[3] https://zuul.opendev.org/t/openstack/build/fa2946b4f5f043558b43b1c61ea53a07

Change-Id: Ic6e43277b123e9f9e5a917c039e4127d02a83e23
This commit is contained in:
Marios Andreou 2021-02-25 18:48:25 +02:00
parent 754bb751e6
commit 312f7a3a30
4 changed files with 4 additions and 6 deletions

View File

@ -2,3 +2,4 @@
host=review.opendev.org
port=29418
project=openstack/os-refresh-config.git
defaultbranch=stable/victoria

View File

@ -33,6 +33,6 @@ class TestRefreshConfig(testtools.TestCase):
def test_default_base_dir_both(self):
default = '/usr/libexec/os-refresh-config'
deprecated = '/opt/stack/os-config-refresh'
with mock.patch('os.path.isdir', lambda x: (x == default or
x == deprecated)):
with mock.patch('os.path.isdir', lambda x: (
x == default or x == deprecated)):
self.assertEqual(default, os_refresh_config.default_base_dir())

View File

@ -1,8 +1,7 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
hacking>=3.0.1,<3.1.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
python-subunit>=1.0.0 # Apache-2.0/BSD
@ -10,4 +9,3 @@ sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2 # BSD
stestr>=2.0.0 # Apache-2.0
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
pyflakes>=2.2.0

View File

@ -3,4 +3,3 @@
- check-requirements
- openstack-cover-jobs
- openstack-python3-ussuri-jobs
- tripleo-multinode-container-minimal