Update .gitreview for r/stx.10.0

Change-Id: I8621e3bcfcc93da67e42833723de0aa0e0cb0ea8
Signed-off-by: Scott Little <scott.little@windriver.com>
This commit is contained in:
Scott Little 2025-01-08 13:17:26 -05:00
parent 87bbc7d842
commit 3bb6c1f59a
2 changed files with 15 additions and 4 deletions

View File

@ -2,3 +2,4 @@
host=review.opendev.org
port=29418
project=starlingx/fault.git
defaultbranch=r/stx.10.0

View File

@ -8,20 +8,30 @@
- stx-bandit-jobs
check:
jobs:
- openstack-tox-linters
- openstack-tox-pep8
- stx-fault-tox-linters
- stx-fault-tox-pep8
- fault-tox-pylint
- fault-rest-api-py39
gate:
jobs:
- openstack-tox-linters
- openstack-tox-pep8
- stx-fault-tox-linters
- stx-fault-tox-pep8
- fault-tox-pylint
- fault-rest-api-py39
post:
jobs:
- stx-fault-upload-git-mirror
- job:
name: stx-fault-tox-linters
parent: openstack-tox-linters
nodeset: debian-bullseye
- job:
name: stx-fault-tox-pep8
parent: openstack-tox-pep8
nodeset: debian-bullseye
- job:
name: fault-rest-api-py39
parent: tox-py39