Skip to content

Commit

Permalink
Merge pull request #135 from freyes/pin-libjuju
Browse files Browse the repository at this point in the history
Pin python-libjuju for OpenStack<=bobcat
  • Loading branch information
wolsen authored Feb 28, 2024
2 parents fb5c28e + 478249e commit 34736a5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions constraints.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Pin python-libjuju until it gets validated against juju-3.x
juju<3.0.0
6 changes: 6 additions & 0 deletions osci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@
parent: cot-func-target
vars:
tox_extra_args: '-- jammy-caracal'
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: cot_distro-regression_lunar-antelope
parent: cot-func-target
Expand All @@ -129,6 +131,8 @@
parent: cot-func-target
vars:
tox_extra_args: '-- noble-caracal'
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: cot_distro-regression_bionic-queens-security
parent: cot-func-target
Expand All @@ -154,6 +158,8 @@
parent: cot-func-target
vars:
tox_extra_args: '-- noble-caracal-security'
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: cot_distro-regression_focal-ussuri-to-yoga-upgrades
parent: cot-func-target
Expand Down
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ passenv =
CS_*
OS_*
TEST_*
deps = -r{toxinidir}/test-requirements.txt
deps =
-c{env:TEST_CONSTRAINTS_FILE:{toxinidir}/constraints.txt}
-r{toxinidir}/test-requirements.txt
install_command =
pip install {opts} {packages}

Expand Down

0 comments on commit 34736a5

Please sign in to comment.