You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
687 B
31 lines
687 B
- project: |
|
templates: |
|
- charm-unit-jobs-py38 |
|
- charm-unit-jobs-py310 |
|
check: |
|
jobs: |
|
- focal |
|
- jammy: |
|
voting: false |
|
- full_model_ha-focal-full-ha |
|
- full_model_ha-jammy-full-ha: |
|
voting: false |
|
vars: |
|
needs_charm_build: true |
|
charm_build_name: mysql-router |
|
build_type: charmcraft |
|
|
|
- job: |
|
name: full_model_ha-focal-full-ha |
|
parent: func-target |
|
dependencies: |
|
- focal |
|
vars: |
|
tox_extra_args: full_model_ha:focal-full-ha |
|
- job: |
|
name: full_model_ha-jammy-full-ha |
|
parent: func-target |
|
dependencies: |
|
- focal |
|
vars: |
|
tox_extra_args: full_model_ha:jammy-full-ha
|
|
|