Skip to content

Commit

Permalink
Comment out juju_snap_channel and pip_constraints_url
Browse files Browse the repository at this point in the history
Make the gate to use juju 2.9 since zaza has been exhibiting different
failures when trying to be used with juju 3.x, this will be kept until
zaza gets more robust.

Depends-On: openstack-charmers/zaza#652
  • Loading branch information
freyes committed Mar 21, 2024
1 parent d34439e commit 1c5251c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions zuul.d/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -506,8 +506,8 @@
# 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'
# 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 All @@ -523,8 +523,8 @@
# 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: '2.9/stable'
pip_constraints_url: 'https://raw.githubusercontent.com/openstack-charmers/zaza/master/constraints-juju29.txt'
# juju_snap_channel: '2.9/stable'
# pip_constraints_url: 'https://raw.githubusercontent.com/openstack-charmers/zaza/master/constraints-juju29.txt'
- job:
name: lunar-antelope
description: Run a functional test against lunar-antelope
Expand Down Expand Up @@ -603,8 +603,8 @@
# 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'
# 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 All @@ -620,8 +620,8 @@
# 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: '2.9/stable'
pip_constraints_url: 'https://raw.githubusercontent.com/openstack-charmers/zaza/master/constraints-juju29.txt'
# juju_snap_channel: '2.9/stable'
# pip_constraints_url: 'https://raw.githubusercontent.com/openstack-charmers/zaza/master/constraints-juju29.txt'
- job:
name: jammy-antelope
description: Run a functional test against jammy-antelope
Expand Down

0 comments on commit 1c5251c

Please sign in to comment.