Drop "voting: false" for jammy-zed jobs.

Summary of changes:

- Update ovn-* channel from 22.03 to 22.09
- Fix zosci jobs dependencies

Change-Id: Ic91d1c2ecfdc98671782377b5ff87793c3d1df61
This commit is contained in:
Felipe Reyes 2023-03-22 10:57:00 -03:00
parent 8346ee462b
commit 4a58f9735b
4 changed files with 12 additions and 14 deletions

View File

@ -5,13 +5,11 @@
jobs:
- jammy-yoga-ha
- jammy-yoga-ha-ovn
- jammy-zed-ha:
voting: false
- jammy-zed-ha-ovn:
voting: false
- jammy-zed-ha
- jammy-zed-ha-ovn
- kinetic-zed-ha:
voting: false
- kinetic-zed:
- kinetic-zed-ha-ovn:
voting: false
vars:
needs_charm_build: true
@ -54,13 +52,13 @@
name: kinetic-zed-ha
parent: func-target
dependencies:
- jammy-yoga-ha
- jammy-zed-ha
vars:
tox_extra_args: kinetic-zed-ha
- job:
name: kinetic-zed-ha-ovn
parent: func-target
dependencies:
- jammy-yoga-ha
- kinetic-zed-ha
vars:
tox_extra_args: kinetic-zed-ha-ovn

View File

@ -173,7 +173,7 @@ applications:
ovn-chassis-octavia:
series: *series
charm: ch:ovn-chassis
channel: 22.03/edge
channel: 22.09/edge
octavia:
constraints: cores=8
series: *series
@ -224,10 +224,10 @@ applications:
num_units: 3
options:
source: *openstack-origin
channel: 22.03/edge
channel: 22.09/edge
ovn-chassis:
charm: ch:ovn-chassis
channel: 22.03/edge
channel: 22.09/edge
vault:
charm: ch:vault
num_units: 1

View File

@ -173,7 +173,7 @@ applications:
ovn-chassis-octavia:
series: *series
charm: ch:ovn-chassis
channel: 22.03/edge
channel: 22.09/edge
options:
ovn-source: distro
octavia:
@ -225,10 +225,10 @@ applications:
num_units: 3
options:
source: *openstack-origin
channel: 22.03/edge
channel: 22.09/edge
ovn-chassis:
charm: ch:ovn-chassis
channel: 22.03/edge
channel: 22.09/edge
options:
ovn-source: distro
vault:

View File

@ -62,7 +62,7 @@ commands = stestr run --slowest {posargs}
[testenv:pep8]
basepython = python3
deps = flake8==3.9.2
git+https://github.com/juju/charm-tools.git
charm-tools<3.1
commands = flake8 {posargs} src unit_tests
[testenv:func-target]