Disable Octavia jobs after repeated traffic test failures

Change-Id: Iecdc10dcd6832d774509b04d5b9f8258f7253283
This commit is contained in:
Federico Ressi 2022-07-16 09:28:49 +02:00
parent 5ca24e2c01
commit ca319c980f
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ repos:
- id: trailing-whitespace
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.26.3
rev: v1.27.1
hooks:
- id: yamllint
files: \.(yaml|yml)$

View File

@ -19,7 +19,7 @@
- job:
name: devstack-tobiko-octavia
parent: devstack-tobiko-minimal
voting: true
voting: false
required-projects:
- openstack/octavia
- openstack/octavia-lib
@ -81,7 +81,7 @@
- job:
name: devstack-tobiko-ovs-octavia
parent: devstack-tobiko-ovs
voting: true
voting: false
required-projects:
- openstack/octavia
- openstack/octavia-lib