Merge "Add mantic support"

This commit is contained in:
Zuul 2023-08-04 19:42:56 +00:00 committed by Gerrit Code Review
commit e40b8bdc56
7 changed files with 55 additions and 22 deletions

View File

@ -81,3 +81,35 @@ bases:
- name: ubuntu
channel: "23.04"
architectures: [arm64]
- build-on:
- name: ubuntu
channel: "23.10"
architectures: [amd64]
run-on:
- name: ubuntu
channel: "23.10"
architectures: [amd64]
- build-on:
- name: ubuntu
channel: "23.10"
architectures: [s390x]
run-on:
- name: ubuntu
channel: "23.10"
architectures: [s390x]
- build-on:
- name: ubuntu
channel: "23.10"
architectures: [ppc64el]
run-on:
- name: ubuntu
channel: "23.10"
architectures: [ppc64el]
- build-on:
- name: ubuntu
channel: "23.10"
architectures: [arm64]
run-on:
- name: ubuntu
channel: "23.10"
architectures: [arm64]

View File

@ -6,17 +6,17 @@
- jammy-mysql8
- jammy-raft
- jammy-raft-cluster
- kinetic-mysql8:
- mantic-mysql8:
voting: false
- kinetic-raft:
- mantic-raft:
voting: false
- kinetic-raft-cluster:
- mantic-raft-cluster:
voting: false
vars:
needs_charm_build: true
charm_build_name: vault
build_type: charmcraft
charmcraft_channel: 2.2/stable
charmcraft_channel: 2.x/edge
- job:
name: jammy-mysql8
@ -43,23 +43,23 @@
vars:
tox_extra_args: '-- jammy-raft-cluster'
- job:
name: kinetic-mysql8
name: mantic-mysql8
parent: func-target
dependencies:
- jammy-mysql8
vars:
tox_extra_args: '-- kinetic-mysql8'
tox_extra_args: '-- mantic-mysql8'
- job:
name: kinetic-raft
name: mantic-raft
parent: func-target
dependencies:
- jammy-mysql8
vars:
tox_extra_args: '-- kinetic-raft'
tox_extra_args: '-- mantic-raft'
- job:
name: kinetic-raft-cluster
name: mantic-raft-cluster
parent: func-target
dependencies:
- jammy-mysql8
vars:
tox_extra_args: '-- kinetic-raft-cluster'
tox_extra_args: '-- mantic-raft-cluster'

View File

@ -17,6 +17,7 @@ tags:
series:
- jammy
- lunar
- mantic
extra-bindings:
access:
external:

View File

@ -3,7 +3,7 @@ variables:
local_overlay_enabled: False
series: kinetic
series: mantic
comment:
- 'machines section to decide order of deployment. database sooner = faster'
@ -45,7 +45,7 @@ applications:
vault:
num_units: 1
charm: ../../../vault_ubuntu-23.04-amd64.charm
charm: ../../../vault_ubuntu-23.10-amd64.charm
to:
- '3'

View File

@ -3,7 +3,7 @@ variables:
local_overlay_enabled: False
series: kinetic
series: mantic
comment:
- 'machines section to decide order of deployment. database sooner = faster'
@ -44,7 +44,7 @@ applications:
vault:
num_units: 3
charm: ../../../vault_ubuntu-23.04-amd64.charm
charm: ../../../vault_ubuntu-23.10-amd64.charm
to:
- '3'
- '11'

View File

@ -3,7 +3,7 @@ variables:
local_overlay_enabled: False
series: kinetic
series: mantic
comment:
- 'machines section to decide order of deployment. database sooner = faster'
@ -42,7 +42,7 @@ applications:
vault:
num_units: 1
charm: ../../../vault_ubuntu-23.04-amd64.charm
charm: ../../../vault_ubuntu-23.10-amd64.charm
to:
- '3'

View File

@ -9,9 +9,9 @@ gate_bundles:
- jammy-mysql8
dev_bundles:
- kinetic-raft
- kinetic-raft-cluster
- kinetic-mysql8
- mantic-raft
- mantic-raft-cluster
- mantic-mysql8
smoke_bundles:
- jammy-mysql8
@ -39,6 +39,6 @@ tests:
tests_options:
force_deploy:
- kinetic-raft
- kinetic-raft-cluster
- kinetic-mysql8
- mantic-raft
- mantic-raft-cluster
- mantic-mysql8