Add jammy job to osci.yaml

- Add jammy to the list of jobs
- Make full_model-jammy-full-ha voting
- Make full_model-jammy-full-ha depend on jammy instead of focal

Change-Id: I45747a25a448d59f9d3bf54b9bbf6db09e363885
(cherry picked from commit a37932f887)
This commit is contained in:
Felipe Reyes 2022-07-20 10:37:16 -04:00
parent 0a3bb225c1
commit 9ff89291a0

View File

@ -5,9 +5,9 @@
check: check:
jobs: jobs:
- focal - focal
- jammy
- full_model-focal-full-ha - full_model-focal-full-ha
- full_model-jammy-full-ha: - full_model-jammy-full-ha
voting: false
vars: vars:
needs_charm_build: true needs_charm_build: true
charm_build_name: mysql-innodb-cluster charm_build_name: mysql-innodb-cluster
@ -24,6 +24,6 @@
name: full_model-jammy-full-ha name: full_model-jammy-full-ha
parent: func-target parent: func-target
dependencies: dependencies:
- focal - jammy
vars: vars:
tox_extra_args: full_model:jammy-full-ha tox_extra_args: full_model:jammy-full-ha