Update .gitreview for unmaintained/2023.1

Also had to incorporate a pep8/pylint change from 2023.2
to disable too-many-positional-arguments check [0].

[0] https://review.opendev.org/c/openstack/ovn-octavia-provider/+/940868

Had to disable the tempest jobs until we can figure out
why they are failing.

Change-Id: I5dcc9f72cad0ba54cd8ebd4c7071f857910551b3
This commit is contained in:
2024-11-14 10:35:03 +00:00
committed by Brian Haley
parent 393b8bd811
commit 2564f92911
3 changed files with 5 additions and 5 deletions

View File

@@ -2,4 +2,4 @@
host=review.opendev.org
port=29418
project=openstack/ovn-octavia-provider.git
defaultbranch=stable/2023.1
defaultbranch=unmaintained/2023.1

View File

@@ -66,8 +66,8 @@ disable=
consider-using-set-comprehension,
unnecessary-pass,
useless-object-inheritance,
arguments-renamed
arguments-renamed,
too-many-positional-arguments
[BASIC]
# Variable names can be 1 to 31 characters long, with lowercase and underscores

View File

@@ -11,11 +11,11 @@
required-projects:
- openstack/neutron
- ovn-octavia-provider-functional-release
- ovn-octavia-provider-tempest-release
- ovn-octavia-provider-tempest-release:
voting: false
- kuryr-kubernetes-tempest-ovn-provider-ovn:
voting: false
gate:
fail-fast: true
jobs:
- ovn-octavia-provider-functional-release
- ovn-octavia-provider-tempest-release