Skip to content

Commit

Permalink
Merge pull request #324 from freyes/juju-3.x
Browse files Browse the repository at this point in the history
Set a tox_constraints_file for caracal jobs.
  • Loading branch information
ajkavanagh authored Feb 20, 2024
2 parents 906f055 + 64438c5 commit 4936f03
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions zuul.d/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,12 @@
- charm-build
vars:
tox_extra_args: '-- noble-caracal'
juju_snap_channel: '3.3/stable'
# NOTE: the next two variables need to be updated together, because the
# constraints have pinning to install the right version of python-libjuju
# based on what snap channel is being used to bootstrap the controller
# from.
juju_snap_channel: '3.1/stable'
pip_constraints_url: 'https://raw.githubusercontent.com/openstack-charmers/zaza-openstack-tests/master/constraints/constraints-2024.1.txt'
- job:
name: mantic-bobcat
description: Run a functional test against mantic-bobcat
Expand Down Expand Up @@ -588,7 +593,12 @@
- charm-build
vars:
tox_extra_args: '-- jammy-caracal'
juju_snap_channel: '3.3/stable'
# NOTE: the next two variables need to be updated together, because the
# constraints have pinning to install the right version of python-libjuju
# based on what snap channel is being used to bootstrap the controller
# from.
juju_snap_channel: '3.1/stable'
pip_constraints_url: 'https://raw.githubusercontent.com/openstack-charmers/zaza-openstack-tests/master/constraints/constraints-2024.1.txt'
- job:
name: jammy-bobcat
description: Run a functional test against jammy-bobcat
Expand Down

0 comments on commit 4936f03

Please sign in to comment.