951ed04331
Summary of changes: - Update the charmcraft.yaml file to use base and platforms, only allowing noble support. - Update config to default to caracal. - Update osci.yaml to use the charmcraft 3.x/beta - Drop non-noble tests - Update constraints file from -2024.1.txt to -noble.txt - Add charmbuild to .zuul.yaml Change-Id: I079511e0c40aa810da353af915525a9a149edfb5
70 lines
1.5 KiB
YAML
70 lines
1.5 KiB
YAML
- project:
|
|
templates:
|
|
- charm-unit-jobs-py310
|
|
check:
|
|
jobs:
|
|
- jammy-antelope-ha
|
|
- jammy-antelope-ha-ovn
|
|
- jammy-bobcat-ha:
|
|
voting: false
|
|
- jammy-bobcat-ha-ovn:
|
|
voting: false
|
|
- mantic-bobcat-ha:
|
|
voting: false
|
|
- mantic-bobcat-ha-ovn:
|
|
voting: false
|
|
vars:
|
|
needs_charm_build: true
|
|
charm_build_name: octavia
|
|
build_type: charmcraft
|
|
charmcraft_channel: 3.x/candidate
|
|
|
|
- job:
|
|
name: jammy-antelope-ha
|
|
parent: func-target
|
|
dependencies:
|
|
- osci-lint
|
|
- name: tox-py310
|
|
soft: true
|
|
- charm-build
|
|
vars:
|
|
tox_extra_args: '-- jammy-antelope-ha'
|
|
- job:
|
|
name: jammy-antelope-ha-ovn
|
|
parent: func-target
|
|
timeout: 18000
|
|
dependencies:
|
|
- jammy-antelope-ha
|
|
vars:
|
|
tox_extra_args: '-- jammy-antelope-ha-ovn'
|
|
- job:
|
|
name: jammy-bobcat-ha
|
|
parent: func-target
|
|
dependencies:
|
|
- jammy-antelope-ha
|
|
vars:
|
|
tox_extra_args: '-- jammy-bobcat-ha'
|
|
- job:
|
|
name: jammy-bobcat-ha-ovn
|
|
parent: func-target
|
|
timeout: 18000
|
|
dependencies:
|
|
- jammy-antelope-ha
|
|
vars:
|
|
tox_extra_args: '-- jammy-bobcat-ha-ovn'
|
|
- job:
|
|
name: mantic-bobcat-ha
|
|
parent: func-target
|
|
dependencies:
|
|
- jammy-antelope-ha
|
|
vars:
|
|
tox_extra_args: '-- mantic-bobcat-ha'
|
|
- job:
|
|
name: mantic-bobcat-ha-ovn
|
|
parent: func-target
|
|
timeout: 18000
|
|
dependencies:
|
|
- jammy-antelope-ha
|
|
vars:
|
|
tox_extra_args: '-- mantic-bobcat-ha-ovn'
|