Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set a tox_constraints_file for caracal jobs. #324

Merged
merged 1 commit into from
Feb 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading