Skip to content

Commit

Permalink
Add mantic and noble jobs
Browse files Browse the repository at this point in the history
These jobs allow to run non-OpenStack testing
  • Loading branch information
freyes committed Mar 28, 2024
1 parent b84a4ca commit e168a6b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions zuul.d/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,29 @@
- charm-build
vars:
tox_extra_args: '-- lunar'
- job:
name: mantic
description: Run a functional test against mantic
parent: func-target-pre-jobs
dependencies:
- name: tox-py311
soft: true
- osci-lint
- charm-build
vars:
tox_extra_args: '-- mantic'
- job:
name: noble
description: Run a functional test against noble
parent: func-target-pre-jobs
dependencies:
- name: tox-py312
soft: true
- osci-lint
- charm-build
vars:
tox_extra_args: '-- noble'

- job:
name: impish
description: Run a functional test against impish
Expand Down

0 comments on commit e168a6b

Please sign in to comment.